After update to 12.9.5 Unable to Connect to Data Source

After update to 12.9.5 Unable to Connect to Data Source

avatar
robcondon
Disabled

We connect using two different methods, VPN and Terminal Server (RDS)

The update went well through VPN, updated the DB and still runs fine.
After installing on the terminal server we are getting this error when trying to connect.

Method not found: 'Void System.Data.SqlClient.SqlConnectionStringBuilder.se_Authentication(System.Data.SqlCient.SqlAuthenticationMethod)'



Thanks,
Rob

Capture.JPG

All Comments (2)

avatar

Hi,
It seems to be a problem with .NET Framework. Could you verify what version is installed and make sure that .NET 4.6 is installed?

https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.authentication%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396

David Hervieux

avatar

Yes! looked like we had 4.6 , updated to 4.6.2 and everything working.

Thanks!