与(LocalDB)\\ MSSQLLocalDB的连接在发布时中断

时间:2016-05-29 11:21:48

标签: c# sql-server sqlconnection

我正在使用Visual Studio 2015 Community Edition在C#中编码。

我有一个使用SQL Server本地数据库的Windows表单应用程序。我正在使用SQL Server 2014 Express。

我当前的连接字符串是

connetionString = "Data Source = (LocalDB)\\MSSQLLocalDB; AttachDbFilename = c:\\eq parser\\EQParser\\EQParser\\Database1.mdf; Integrated Security = True; Connect Timeout = 30";

这在我在IDE中运行程序时工作正常,但是一旦我发布项目并运行项目应用程序,它就无法连接到本地数据库。

发布功能已经超级缩小,只显示几个屏幕,其中任何一个都不允许我自定义我的数据库连接字符串

[enter image description here

enter image description here

enter image description here

enter image description here

我假设VS15正在自动创建localDB的部署版本,但我不知道为什么发布会破坏我的LocalDB连接字符串?

有什么想法吗?

0 个答案:

没有答案