iBatis 架构在 Visual Studio 2010 中不起作用

发布于 2024-09-17 00:35:27 字数 597 浏览 2 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅忆流年 2024-09-24 00:35:34

好吧,我是个白痴。我想通了。正确的位置是:

C:\Program Files\Microsoft Visual Studio 10.0\Xml\Schemas

或者如果你有一个 x64 盒子的话:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas

VS 2010 内置了那个新的漂亮的 Xml Schemas 对话框。在我发现之后,路径就很明显了。

Ok, I'm an idiot. I figured it out. The right location is:

C:\Program Files\Microsoft Visual Studio 10.0\Xml\Schemas

or this if you have an x64 box:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas

VS 2010 has that new nifty Xml Schemas dialogue box built right in. After I found that, the path was obvious.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文