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
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
Yes! looked like we had 4.6 , updated to 4.6.2 and everything working.
Thanks!