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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
