Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find namespace ConfigurationManager in System.dll
Message
 
 
To
11/01/2009 12:18:32
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01372557
Message ID:
01372658
Views:
18
>>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

Too bad :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform