I've got the following error...
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)
I can use the same connection string to connect to the same database using a SqlDataSource but EntityFramework gives the above quoted error!!
The only complication is that I'm providing the name of the db to the data context in its constructor and that's never not worked before.
Any ideas?
Cheers, Ian.