Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find namespace ConfigurationManager in System.dll
Message
From
11/01/2009 11:47:10
 
 
To
11/01/2009 06:21:15
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01372557
Message ID:
01372644
Views:
16
>The System.Configuration.ConfigurationSettings class is in System.dll whilst the System.Configuration.ConfigurationManager class is in System.Configuration.dll. Make sure you have a reference to the latter DLL in your project.
>
>Thanks a million before taxes! Leave it to do Microsoft to do something like this {g}

You just have to remember that classes with the same namespace are not neccessarily all in one DLL - used to catch me out all the time.
In this case the original System.Configuration namespace was in System.dll in .NET 1.1 with only a few classes. The System.Configuration.dll arrived with .NET 2.0 and added new functionality.

Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform