Vs2010 using log4net with Intellisense

Custodio picture Custodio · Jun 4, 2010 · Viewed 7.7k times · Source

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?

Answer

Stefan Egli picture Stefan Egli · Jun 5, 2010

Use the menu XML -> Schemas...

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