iBatis 架构在 Visual Studio 2010 中不起作用
iBatis 附带三个架构文件,为 VS.Net 提供智能感知。
根据 iBatis 帮助文档,位置应该是这样的:
C:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\schemas\xml
或者如果您安装了 x64:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\schemas\xml
他们列出了另外两个替代方案,但它们似乎都与 2010 年无关
。到目前为止还没有骰子。 2010 年是否有不同的架构文件夹?我确信我会写在上面。
新的 MyBatis 网站 没有任何文档提到它。
iBatis comes with three schema files that provide intellisense to VS.Net.
According to the iBatis help docs, the location should be this:
C:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\schemas\xml
or this if you have x64 installed:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\schemas\xml
They list two other alternatives, but neither of them seem relevant to 2010.
No dice so far. Is there a different schema folder for 2010? I'm sure I'm write on top of it.
The new MyBatis website doesn't have any docs that mention it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我是个白痴。我想通了。正确的位置是:
或者如果你有一个 x64 盒子的话:
VS 2010 内置了那个新的漂亮的 Xml Schemas 对话框。在我发现之后,路径就很明显了。
Ok, I'm an idiot. I figured it out. The right location is:
or this if you have an x64 box:
VS 2010 has that new nifty Xml Schemas dialogue box built right in. After I found that, the path was obvious.