hi,
In VS 2005, the ConfigurationSettings is obsolete. try using the following.
Add a reference to System.Configuration,
then in the code,
using System.Configuration;
string connectionstring=ConfigurationManager.AppSettings["Connection"];
and then use the connectionstring variable.
hope this helps.
Regards
Exelio
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Offline 57 posts
since Aug 2006