vs2010 使用 log4net 和 Intellisense

发布于 2024-09-04 03:07:21 字数 312 浏览 8 评论 0原文

我正在使用 vs2010,我需要记录一个多线程应用程序。 所以我决定使用 log4net,但由于我不习惯使用它,所以 Intellisense 是值得的。

我从 http://csharptest.net/downloads/schema/log4net.xsd 并将其放入 VSFolder/Xml/Schemas 中。 但是,我该如何对 log4net.config 说使用 XSD 架构呢?

I'm using vs2010 and I need to log a multithreading application.
So I decided to use log4net, but as I'm not used to work with this, Intellisense is gonna be worth.

I download the .xsd from http://csharptest.net/downloads/schema/log4net.xsd and put this in VSFolder/Xml/Schemas.
But, how can I say to my log4net.config to use the XSD Schema?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

尾戒 2024-09-11 03:07:21

使用菜单XML ->架构...

仅当您打开配置文件(或任何其他 xml 文件)时,菜单才会出现。

Use the menu XML -> Schemas...

The menu is only there if you have the config file (or any other xml file) open.

此刻的回忆 2024-09-11 03:07:21

不要将其放入 VS 文件夹,而是将其放入解决方案文件夹树中的某个位置。它甚至不需要包含在任何项目中。只要把它放在那里,它就可以工作......

Instead of putting it into a VS folder, put it somewhere inside your solution's folder tree. It doesn't even need to be included in any projects. just put it there and it works...

別甾虛僞 2024-09-11 03:07:21

或者进入:C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas,您将被一次性排序。

Or into: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas and you're sorted once and forever.

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