Got a SqlException.
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)
Trying to populate the screen with a list of Products.
It’s reading the connection string ok otherwise it would tell us. It’s configured to except remote connections.
This document claims to have an exhaustive log of troubleshooting steps. Every step we take below this link is related to it. We’re using SQL Server 2014. http://social.technet.microsoft.com/wiki/contents/articles/2102.how-to-troubleshoot-connecting-to-the-sql-server-database-engine.aspx
It didn’t help. I did everything.
Enabled remote connections.
I used ipconfig as admin in console to verify IP address and pinged all of them and my computer with the ping command.
They all reported ok. Tested connecting to sql server from visual studio using as example “tcp:ipv4/myInstance.” Which was read ok. Reinstalled SQL Server 2014. Nothing.
I reinstalled the whole OS. Didn’t work.
If you require more explicit infomation please ask me, I'll give as much detail as I can.