在一個WinForms應用程序,我有會導致一個錯誤的連接字符串導致錯誤的SQL Server連接字符串?
data source=(local);initial catalog=RegisterDB;persist security info=False
錯誤:
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
其他信息:
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
感謝您的幫助阿里夫·安薩里但仍然給出同樣的錯誤。
我正在使用Microsoft Visual Studio 2013 Express與SQL Server。我從Microsoft Visual Studio 2013 Express創建了數據庫
任何人都可以幫忙嗎?
嗨marc_s
對不起,沒有工作。我在服務器「(localdb)\ v11.0」中使用Microsoft Visual Studio 2013 Express手動創建了數據庫RegisterDB「
任何人都可以提供幫助???????
好的,所以有一個非常明確的描述是什麼導致了錯誤:「服務器沒有找到或無法訪問。」以及您可能如何解決它:「確認實例名稱是正確的,並且SQL Server配置爲允許遠程連接。「 - 那麼你的問題到底是什麼? – Corak