c# - have error when trying to work with VS2005 and SQL-server2008 -


I have a C # program (in Visual Studio 2005) and I try to connect and

< P> Working with SQL - Server 2008.

Connect is successful but I get this error:

  This server version is not supported. You must have Microsoft SQL Server 2005 Beta 2 or later  

What can I do?

Thanks in advance

If you connect to the database using design tools If you are trying, there may be a problem.
A fix patch is available.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -