I have a legacy Visual Basic application written in VB 2010 that runs against the 4.0 framework and has been running on our systems for some time. This morning, I installed Visual Studio 2013 and after doing so, I now get errors in the application. No changes were made to the application.
When I step the code for the legacy application, I now get a SQLException when trying to connect to a database. The text of the exception indicates the following:
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.)
I googled the problem and found the following link that seems to describe the problem but the solution there doesn't really work for me. I don't have access to the version of the file indicated in that thread. I did try replacing System.Data.dll with version 4.0.30319.237 but that didn't solve the problem. I don't really like the idea of changing files in the framework installation anyway.
http://www.experts-exchange.com/Micr..._28276794.html
I'm looking for a way to get my code working again after installing Visual Studio 2013 and haven't found it yet. Anybody have any ideas?
When I step the code for the legacy application, I now get a SQLException when trying to connect to a database. The text of the exception indicates the following:
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.)
I googled the problem and found the following link that seems to describe the problem but the solution there doesn't really work for me. I don't have access to the version of the file indicated in that thread. I did try replacing System.Data.dll with version 4.0.30319.237 but that didn't solve the problem. I don't really like the idea of changing files in the framework installation anyway.
http://www.experts-exchange.com/Micr..._28276794.html
I'm looking for a way to get my code working again after installing Visual Studio 2013 and haven't found it yet. Anybody have any ideas?