Visual Studio 2008 does not support SQL Server 2008 - SP1 Needed
I just purchased Visual Studio 2008 and SQL Server 2008 Web Edition and after setting up the database server, I tried to add a connection to my Visual studio 2008 project to obtain a remote connection and was given this error message:
"This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported."
After a little research, I found this link:
Connecting to Microsoft SQL Server 2008 from Microsoft Visual Studio 2005 and 2008
Microsoft explains "Since Visual Studio 2008 and 2005 were released before SQL Server 2008, their respective tools and data designers do not automatically support SQL Server 2008 and its new data types and features."
Microsoft continues to explain the delemma, but the bottom line is that you need the Visual Studio 2008 Service Pack 1.
Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1
The above document explains that SP1 offers SQL Server 2008 support. Also available is the SP1 download for the .NET Framework 3.5 SP1 service pack.