c# – Visual Studio 2017在应用程序设置中找不到连接字符串

对于连接数据库和读取数据,我使用的数据集从Web.config文件中读取连接字符串.在Visual Studio 2013中工作的所有东西.但是当我在Visual Studio 2017中打开这个项目时,我无法配置.它错误:

Unable to find connection string xxxx. the connection string could not be found in application settings or the data provider associated with the connection string could not be loaded

c# –  Visual Studio 2017在应用程序设置中找不到连接字符串

解决方法:

这是TableAdapter错误. TableAdapters提供应用程序和数据库之间的通信.有些人声称Visual Studio 15.8.x似乎不再使用web.config中的连接字符串,而在15.7.x之类的先前版本中可能没有任何问题.

我相信你可以通过使用How to: Save and edit connection strings中列出的方法之一重现工作方式.

上一篇:Core 定时任务之HangFire


下一篇:XtraReport动态生成控件时的位置问题