Page 1 of 1

File or assembly name CoreLab.MySql, or one of its dependencies, was not found

Posted: Wed 29 Nov 2006 01:08
by kittipok
I have a problem on using MySQLDirect .NET
I develop ASP.NET Web Application using MySQLDirect .NET as a database provider
The app can be developed fine, But when I install it to a web server
I found the exception
“File or assembly name CoreLab.MySql, or one of its dependencies, was not found.”
I have no idea on that, What I have to do?

Additional Information
I use MySQLDirect.Net 3.5
For .Net Framework 1.1 (I use VS.NET 2003 as an IDE)

Posted: Wed 29 Nov 2006 08:55
by Alexey
Does CoreLab.MySql.dll assembly exist on the server?

Posted: Wed 29 Nov 2006 09:19
by kittipok
I found that "corelab.mysql.dll" is exists in a bin directory of other (windows) applicaton BIN folder.
But not in a web application folder

Posted: Wed 29 Nov 2006 09:20
by kittipok
If I copy CoreLab.MySql.dll to directory of my Web App,
will the problem be solved?

Posted: Wed 29 Nov 2006 10:06
by Alexey
Copy it to the Bin folder of your web application.

Posted: Wed 29 Nov 2006 10:44
by kittipok
Thanks very much
I will try it...
:D

Posted: Wed 29 Nov 2006 11:06
by Alexey
You're welcome