views:

420

answers:

1

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?

+3  A: 

Use the menu XML -> Schemas...

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

Stefan Egli
But one point, why VS just recognized my log4net.xsd.XML file and not my file as log4net.XSD ??
Luís Custódio
sorry, I am not sure what you mean.
Stefan Egli
I've two schemas, the .XSD doen't work. Just the .XML works
Luís Custódio

related questions