Problem in SQL Server 2005 Beta II

Sir ,< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

I have problem to access SQL Server 2005 Beta II (April Ver..) – from Microsoft Visual Studio Beta II (Feb Ver.).

 

Error

 

A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)

 

How to solve it …

 

 




Answer this question

Problem in SQL Server 2005 Beta II

  • Ivan Penkov

    I'm experiencing the same issue, has anyone found out any additional information
  • gouda

    You can have a try with Visual Studio .net 2003.
    Maybe you will get a big surprise. :-)


  • mrshrinkray

    I'm getting the same problem.

    It seems that SQL Server 2005 Beta II and Microsoft Visual Studio Beta II Team Suite are incompatible, both cannot sit happily on the same machine (well not on my machine).

    I've migrated my companies dev server to SQL 2005 and my machine with VS 2005 cannot connect and I get the same message. Checking the server event log it complains that the "The login packet used to open the connection is invalid.Connection was closed. Please contact vendor of the client library"

    Must be something to do with VS2005 as I can connect both to SQLEXPRESS  and SQL 2005 by VS2003. My VS2005 can also connect to SQLEXPRESS okay.

    I've also tried installing SQL 2005, then installing VS 2005 (having to uninstall Beta 2 Framework installed by SQL 2005). VS 2005 works fine but when I try and run SQL Management Studio it blows up..

    Any ideas
    Cheers



  • ibrahem

    Can you try accessing the SQL Server Express version which shipped with the Visual Studio version I have a feeling you are running into an incompatibility between the client on your VS box and the server on your SQL box.

  • Problem in SQL Server 2005 Beta II