Hi
I'm trying to run a VB.NET (.NET 4.0) program from a Mac using CrossOver
I'm using the System.Data library
When attempting to connect to the SQL server (2008) the connection breaks
This is the error:
System.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - SSL Provider: )
The Mac is attached to an AD domain as a member machine, and has access to shared resources, the time is sync'd.
The SQL connection string is <Data Source=192.168.xxx.xx,1433;Initial Catalog=CEUdev;Persist Security Info=True;User ID=xxx;Password=xxx>
Any ideas as to how to resolve this issue?
Thanks David L.