Tagged Questions

11
votes
3answers
12k views

Custom app.config Config Section Handler

What is the correct way to pick up the list of "pages" via a class that inherits from System.Configuration.Section if I used a app.config like this? <?xml version="1.0" encoding="utf-8" ?> ...
0
votes
0answers
30 views

Using differents versions custom configsections in .NET

I have any component (assembly) in Custom Framework Company, that uses a custom configsection. Now, I'm migrating to new version. In machine.config there was a custom config section that use the ...
0
votes
1answer
476 views

Problem Implementing custom configuration section handler

All I have put together a custom configuration section handler (vb.net), based on gleanings from a variety of sources (including stackOverlflow), however when I come to use it, I get the following ...