I would imagine that it could be the issue due to the way that certificate
validation.
Try overriding the certificate validation using the ServicepointManager
(can't remember the syntax).
Also try disabling encryption in SQL server to rule it out.
Hope that helps.
On Sep 15, 2013 9:26 PM, "Marti
Just to explain this:
Normally, you setuid an executable file and then run it. In the normal
case (native Linux binaries or shell scripts) then that is fine as the
thing runs directly.
In the case of Mono then you can't "execute" a .exe directly* and so you
need to run "mono my.exe". When you do
Could it that the SQLClient does not support encrypted connections? I use
SQLExpress 2008 without a special certificate but enabled encryption.
--
View this message in context:
http://mono.1490590.n4.nabble.com/Connecting-Remote-SQL-Server-through-C-tp1506517p4660877.html
Sent from the Mono - G
I wondered if it would be possible to have some advice on how tail
recursion elimination works in Mono. I would like to understand under
what circumstances Mono can do a tail recursive call without leaving
the caller on the stack, and when it cannot. I am afraid I could not
find this information an