Visual Studio 2017 the connection string could not be found in application settings

前端 未结 3 2051
北海茫月
北海茫月 2021-01-13 14:21

For connection database and reading data, I am using a dataset which read connection string from Web.config file. Everything working in Visual Studio 2013. But when I opened

3条回答
  •  既然无缘
    2021-01-13 15:02

    This is a TableAdapter error. TableAdapters provide communication between your application and a database. Some people alleged that seems The Visual Studio 15.8.x no longer uses the connection string in the web.config while you may have not any problem in prior versions like 15.7.x.

    Any way I believe you can reproduce a working one by using one of approaches listed in How to: Save and edit connection strings.

提交回复
热议问题