[Mono-list] Npgsql1.0 Protocol option not supported
Robert Jordan
robertj at gmx.net
Sat Jan 13 19:38:46 EST 2007
Andrus wrote:
> My C# application returns error
>
> Protocol option not supported
>
> Error occurs in line
>
> Connection.Open();
>
> Npgsql1.0 source code and docs does not contain such message.
> When running under .NET 2 this error does not occur.
>
> Any idea how to fix it ?
>
> Environment:
>
> Npgsql1.0
> MONO 1.2 .net 2 profile
> monocharge-20070112
> Windows XP
> VCS 2005 Express
On 2007-01-11 there was a large commit with new socket feature
for the .NET 2.0 profile.
"Protocol option not supported" sounds like an error message
related to socket code.
I think you have to update your runtime as well. Or downgrade
to a monocharge before 2007-01-11.
Robert
More information about the Mono-list
mailing list