How do I get intellisense in app.config for a custom section?
XML Intellisense will not automatically work for a custom configuration section. Visual Studio may report warnings on compilation complaining that the attributes of the custom configuration section are not defined. These warnings may be ignored. If you want XML IntelliSense support for a custom configuration section (or if you just want the ‘schema not found’ … Read more