I'm unable to set up a new database connection to my local instance of SQL Server from within SnapDevelop 2019 R3 Beta. I only get the following 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: TCP Provider, error: 0 - The wait operation timed out.)"
I am able to establish connections through PowerBuilder as well as Visual Studio.
Ideas?
- Matt Balent
fwiw, local machine communication is what shared memory protocol is for. using named pipes for that is possible, but slower