Gold
Gold

Reputation: 62464

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

i have C# program (in Visual studio 2005) and i try to connect and

work with sql-server 2008.

the connect is success 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 ?

thank's in advance

Upvotes: 0

Views: 454

Answers (1)

Itay Karo
Itay Karo

Reputation: 18286

There could be a problem if you are trying to connect to the database using design tools.
There is a fix patch available here.

Upvotes: 3

Related Questions