Link to home
Start Free TrialLog in
Avatar of RobertNZana
RobertNZanaFlag for United States of America

asked on

Unable to find connection 'MyConnectionString' for object 'Web.config'

All of a sudden I cannot add/update queries in my xsd dataset.  I get...

Error
Configure TableAdapter qquote failed.
Unable to find connection 'MyConnectionString' for object 'Web.config'. The connection string could not be found in application settings, or the data provider associated with the connection string could not be loaded.

The string is in my web.config.  Can you help?
ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also please post the connection string (ensuring to obfuscate any private details).
Avatar of RobertNZana

ASKER

You were right.  For some reason the providerName was wrong.  I recently upgraded it.
Glad you found it.

Regards,
Kevin