Dataset Problem

I got the error when trying to configure my dataset "The Connection string could not be found in application settings, or the data provider associated with the
connection string could not be loaded"


The Solution

- Dataset, or tableadapter would always check the configuration in web.config, especially on the connection section, so this was cause by not well formed tag in the web.config file.

0 comments:

Post a Comment