[Mono-dev] mysql connector Mono 2.6.7 - Cannot find assembly

Veerapuram Varadhan vvaradhan at novell.com
Thu Oct 21 11:02:54 EDT 2010


Hello Frank,

Check whether you have any "system" version of Mono running, if so take
a look at http://www.mono-project.com/Parallel_Mono_Environments 

Also, you can try running your sample with: 
	MONO_LOG_LEVEL=dll mono ./<your-mono-compiled-exe>

which will give you the location where mono searches for the MySql
assembly.

HTH,

V. Varadhan

On Thu, 2010-10-21 at 08:16 -0400, Frank Cohen wrote:
> I've been having quite a bit of trouble getting an MVC2 web
> application to find the MySQL connector. I am running CentOS 5.
> 
> I've installed the DLL into the GAC using the 2.0 version of the tool
> 
> *mono /usr/local/lib/mono/2.0/gacutil.exe -i v2/mysql.data.dll*
> *Installed v2/mysql.data.dll into the gac (/usr/local/lib/mono/gac)*
> 
> I verify that it updated the GAC:
> 
> *#
> ls /usr/local/lib/mono/gac/MySql.Data/6.3.5.0__c5687fc88969c44d/mysql.data.dll*
> 
> I get the following error when I run the application: Failed to find
> or load the registered .Net Framework Data Provider
> MySql.Data.MySqlClient'.
> 
> I created a simple command line application described here:
> http://www.mono-project.com/MySQL, which works under Mono and .NET on
> my Windows machine, but does not work on my Linux box.
> 
> Thanks,
> 
> Frank
> _______________________________________________
> 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