我收到 SQL 服务器的错误 26 连接问题
I am getting an error 26 connection issue to SQL server
我使用向导创建了一个数据源,预览了数据,一切看起来都很好,所有数据都显示出来了。我尝试在内置数据网格控件上使用 fill 方法,它超时告诉我
message=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)
Source=.Net SqlClient Data Provider
如何预览数据,但是当应用程序真正启动时,我突然无法访问服务器?
我正在从一个映射的网络驱动器编译和 运行 我的项目,我尝试了所有我有权尝试解决这个问题的方法,包括检查我们所有的生产 SQL 服务器的设置。我尝试了每个连接客户端,包括在访问数据库中链接 table 并尝试以这种方式连接到 table,但什么也没有。从访问 excel 到 SSMS 再到 visual studio 本身的所有其他应用程序都可以连接,只是不是我构建的应用程序。然后我一时兴起尝试将我的项目移动到我的物理驱动器,突然之间,它没有连接问题。
我使用向导创建了一个数据源,预览了数据,一切看起来都很好,所有数据都显示出来了。我尝试在内置数据网格控件上使用 fill 方法,它超时告诉我
message=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)
Source=.Net SqlClient Data Provider
如何预览数据,但是当应用程序真正启动时,我突然无法访问服务器?
我正在从一个映射的网络驱动器编译和 运行 我的项目,我尝试了所有我有权尝试解决这个问题的方法,包括检查我们所有的生产 SQL 服务器的设置。我尝试了每个连接客户端,包括在访问数据库中链接 table 并尝试以这种方式连接到 table,但什么也没有。从访问 excel 到 SSMS 再到 visual studio 本身的所有其他应用程序都可以连接,只是不是我构建的应用程序。然后我一时兴起尝试将我的项目移动到我的物理驱动器,突然之间,它没有连接问题。