Sql错误:建立连接时出现与网络相关或特定于实例的错误

时间:2011-04-06 12:28:40

标签: c# .net visual-studio installation

我开发了一个c#winforms应用程序。在我的开发系统上,应用程序正常运行。

我创建了设置并在测试系统上安装了应用程序。 在我安装的测试计算机上 sql server express

并且测试计算机的服务正在运行sql server和sql浏览器。

但是在打开应用程序时。它显示以下错误

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

我给出的连接字符串是

<add name="JaithramConnectionString"
         connectionString="Data Source=.\SQLExpress;Initial Catalog=EasyCab;Integrated Security=True"
            providerName="System.Data.SqlClient" />
  </connectionStrings>

在测试计算机上,sql express安装为使用内置帐户 - 本地系统和实例默认实例

Sql表面配置为接受远程连接。使用named和tcp / ip pipes。

我对此感到困惑。

提前致谢。

0 个答案:

没有答案