This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Sorry, for such a basic question. I'm new at this. I finally attached to PostgreSQL correctly, but only after I added the Mono.Security.dll to the project. I understand function, but I'm not using SSL to connect to PostgreSQL. This only happened when I ran the code and executed the query. |
|
|
The .NET provider for PostgreSQL, Npgsql.dll, has a reference to Mono.Security.dll. This is outside our control I'm afraid. Like you, I thought it wouldn't load it if you weren't using a secure connection, but I haven't delved into the workings of Npgsql.dll so I could easily be wrong! |
|
|
Thanks for the quick reply Ivan! |
|