Hi,
I get this exception when I try to instantiate the Configuration-class:
An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.dll
Additional information: Could not create System.Configuration.NameValueSectionHandler, System,
Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089
I work with Visual Studio and I have two projects.
The GUI-project is the startup where the App.config file is located, and the Business-project is where I try to instantiate the Configuration class.
Anyone got an idea why this doesn't work?
Thanks,
David
|