[Mono-devel-list] "Error reseting" when opening SQL server connection

Jonathan Pryor jonpryor at vt.edu
Tue May 4 20:14:09 EDT 2004


On Tue, 2004-05-04 at 19:29, Kris Bradley wrote:
<snip/>
> 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?

You should be able to use an application .config file and a
<bindingRedirect/> element.

See:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfBindingRedirect.asp

 - Jon




More information about the Mono-devel-list mailing list