Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot find namespace ConfigurationManager in System.dll
Message
 
 
À
11/01/2009 12:18:32
Information générale
Forum:
ASP.NET
Catégorie:
Installation et Configuration
Divers
Thread ID:
01372557
Message ID:
01372658
Vues:
19
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform