What is the value of connectionInfo?
Reverend Jim
Posting Shark
1,169 posts since Aug 2010
Reputation Points: 253
Solved Threads: 159
You have
connectionInfo = ConfigurationManager.AppSettings("echess")
but I still don't know what the value of connectionInfo is. I need to know the actual contents of ConfigurationManager.AppSettings("echess") to see if it is a valid connection string.
Reverend Jim
Posting Shark
1,169 posts since Aug 2010
Reputation Points: 253
Solved Threads: 159
You can go to Project -> Properties -> Settings
Or you can set a breakpoint just after
connectionInfo = ConfigurationManager.AppSettings("echess")
or you can add the following line after that
MsgBox(connectionInfo)
Reverend Jim
Posting Shark
1,169 posts since Aug 2010
Reputation Points: 253
Solved Threads: 159
There should be an entry in the displayed list for "echess". What is the value?
Reverend Jim
Posting Shark
1,169 posts since Aug 2010
Reputation Points: 253
Solved Threads: 159