[Mono-devel-list] "Error reseting" when opening SQL server connection
Jackson Harper
jackson at ximian.com
Tue May 4 19:34:21 EDT 2004
Hello,
You either need to compile against the correct library version or
install your newer version on the Mono system using the gacutil (gacutil
/i <assembly name>).
Jackson
On Tue, 2004-05-04 at 16:29, Kris Bradley wrote:
> 1) Using the beta1 pre-release (mono-0.91), I'm seeing getting an "Error
> reseting" when opening a connection to a SQL Server 2000 database:
>
> IDbConnection connection = new SqlConnection(ConnectionString);
> connection.Open(); // "Error reseting" appears on console
>
> Has anyone else seen this? The code appears to run ok, but the message is
> not very settling. I'm running on Debian.
>
> 2) Now that the gac is in place, the system is more selective on the MySQL
> ByteFX.Data assembly version. I built a project under Windows, which
> references version 0.7.5.24537 of that assembly. However, Mono seems to
> ship w/ version 0.7.4.1. I didn't see a way, off hand, to tell VS.NET to
> loosen the depency to, say, 0.7. What is the best way to handle this?
>
> Thanks,
> - Kris
>
> _________________________________________________________________
> Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage!
> http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list