I'm trying to write my first Azure application with Visual Studio 2008. Whenever I open a solution which contains a Cloud project, I get a SQL Server error message. This problem is with the development environment / SDK configuration. I get the exception before I've executed, or even written a single line of code. I am not trying to connect to SQL Azure, or for that matter any other SQL database that I know of. The error is:
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)
I found this article about why this condition occurs but I've not been able to figure out what visual studio is trying to do.