Tagged Questions

12
votes
1answer
4k views

How do I get intellisense in app.config for a custom section?

We have a custom section in my app.config file related to our IoC container class. How can I get intellisense when editing the config file for this section, as well as getting rid of the compiler ...
3
votes
2answers
215 views

Alternative to OverLibWrapper for displaying control tooltips in ASP.NET

I looked into a nice way to display tooltips dynamically and I found OverLibWrapper, which was exactly what I needed. I have all the tooltip data stored in a custom configuration section, the ...
2
votes
2answers
335 views

app.config: how do I make a nested customSection called appSettings be the ConfigurationManager.AppSettings

my desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="databases" ...