Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

SSMS broken by VS 2013 Install

$
0
0

After installing VS 2013 SSMS is not able to connect to a remote MS Sql Server (E.g.: an Azure DB).

Here's the error message I receive:

TITLE: Connect to Server
------------------------------

Cannot connect to tcp:m8q9beltrl.database.windows.net,1433.

------------------------------
ADDITIONAL INFORMATION:

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The message received was unexpected or badly formatted.) (Microsoft SQL Server, Error: -2146893018)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-2146893018&LinkId=20476

------------------------------

The message received was unexpected or badly formatted

------------------------------

In addition the OS (Windows 8) reports an error from a C run time DLL:

runtime error R6025
- pure virtual function call

By debugging the same error when in occurs in VS 2012 I found this exception:

Unhandled exception at 0x5EBD236F (msvcr110_clr0400.dll) in devenv.exe: Fatal program exit requested.

I have verified that there are 4 copies of msvcr110_clr0400.dll installed on my PC in the appropriate directories and from the file dates on the DLLs it does not appear that the VS 2013 install replaced these DLLs with newer versions.

I have tried:

Uninstalling VS 2013

Repairing VS 2012

Uninstalling all version of Sql Server and re-installing Sql Sever Express 2014.

I still get exactly the same error from both VS 2012 and SSMS.

Any help would be greatly appreciated.

 




Viewing all articles
Browse latest Browse all 8428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>