Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot find namespace ConfigurationManager in System.dll
Message
De
11/01/2009 12:18:32
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Installation et Configuration
Divers
Thread ID:
01372557
Message ID:
01372652
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
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform