vs2010 使用 log4net 和 Intellisense
我正在使用 vs2010,我需要记录一个多线程应用程序。 所以我决定使用 log4net,但由于我不习惯使用它,所以 Intellisense 是值得的。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用菜单XML ->架构...
仅当您打开配置文件(或任何其他 xml 文件)时,菜单才会出现。
Use the menu XML -> Schemas...
The menu is only there if you have the config file (or any other xml file) open.
不要将其放入 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...
或者进入: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.