Click here to Skip to main content
15,898,979 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please help!

I get this error when i try to access my database connected with visual studio 2008. "This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported".
Posted
Comments
Sergey Alexandrovich Kryukov 19-Feb-14 12:11pm    
What makes you thinking that this is the Visual Studio error?
—SA

1 solution

I'm guessing that you are using Visual Studio 2005 (or possibly earlier) - and that implies .NET 2 (I think). You need .NET 3.5 SP1 in order to support SQL Server 2008 (it's in the release notes: http://www.microsoft.com/en-us/download/details.aspx?id=10986[^])

I suspect that you are going to have to bite the bullet and upgrade your Visual studio to a more modern version: 2008 as a minimum, but probably 2010 would be better if you can't run to 2012 / 2013.

Remember that Microsoft do Express versions of VS so it should be possible to download VS Express 2013 and try your code for free before you have to shell out any money.
 
Share this answer
 
Comments
Thomas Daniels 19-Feb-14 12:42pm    
The OP is not using VS2005, in his question he said "visual studio 2008".
OriginalGriff 19-Feb-14 13:59pm    
Then he needs to install SP1 as a minimum - the base version didn't support SQL 2008 either!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900