views:

230

answers:

1

I want Intellisense support when writing App.config sections or XML configuration files for components like NHibernate, log4net, or Unity. What options do I have to get Visual Studio to find these files and load Intellisense?

(Assume we have the schema file.)

+2  A: 

Yes it is possible to do this. You need to associate the schema with the document and the XML editor will then provide intellisense. The following links go over how to achieve this

JaredPar
What neither of those links seem to point out is that the "schema cache folder" is the Xml\Schemas folder under the Visual Studio install path.
Rory