Hi,
My DBHelper is not working I get "object not set to a reference" error. All my references to System.configuration.dll and imports system.Configuration are Ok as well as the
connectionString name etc.. in the config file
Investigation has so far shown that the connectionStrings section in the app.config
cannot be seen by configurationManager.
i.e.
ConfigurationManager.ConnectionStrings("MyConnString") is Null or Nothing ( I am usign
vb.net)
I have also found out that the configuration manager gets its info from IIS full stop. If the connection string in IIS is removed I get an error
I put <clear/> in the app.config file to no avail
Is there a way to tell configuration manager which app.config to look at ? ( I only have one of course)
Any idea is appreciated
Thanks