Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find namespace ConfigurationManager in System.dll
Message
From
11/01/2009 12:18:32
 
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01372557
Message ID:
01372652
Views:
17
>The question is - why USING statement is not enough? Shouldn't it automatically insert the right dll into the project?

The "using" doesn't add references. It's simply makes it easy to use shorthand code, so you don't have to type
System.Configuration.ConfigurationManager config;
you can simply type
ConfigurationManager config;
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform