I have a report that works fine when accessing the viewer through a web app. However, the designer view doesn't work. I get an exception because code I added to my report class depends on a custom configuration section in the config file. I added the custom config section to the app.config file in my report lib project, but it doesn't seem to "see" the section.
I've seen other postings about using the Settings in lieu of app.config, however, I'm not sure that's going to work in my case. Any help would be appreciated.
I've seen other postings about using the Settings in lieu of app.config, however, I'm not sure that's going to work in my case. Any help would be appreciated.