Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store Connection String
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01358780
Message ID:
01359121
Vues:
28
>When I compile, I get the error:
>"Non-invocable member 'System.Configuration.ConfigurationSettings.AppSettings' cannot be used like a method:
>
>

>>
>>
>>   using System.Configuration;
>>   //
>>   string connString = ConfigurationSettings.AppSettings("connection");
>>
Sorry, the parenthesis were supposed to be brackets:
string connString = ConfigurationSettings.AppSettings["connection"];
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform