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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
kittipok
Posts: 4
Joined: Wed 29 Nov 2006 01:01

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

Post by kittipok » Wed 29 Nov 2006 01:08

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)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 29 Nov 2006 08:55

Does CoreLab.MySql.dll assembly exist on the server?

kittipok
Posts: 4
Joined: Wed 29 Nov 2006 01:01

Post by kittipok » Wed 29 Nov 2006 09:19

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

kittipok
Posts: 4
Joined: Wed 29 Nov 2006 01:01

Post by kittipok » Wed 29 Nov 2006 09:20

If I copy CoreLab.MySql.dll to directory of my Web App,
will the problem be solved?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 29 Nov 2006 10:06

Copy it to the Bin folder of your web application.

kittipok
Posts: 4
Joined: Wed 29 Nov 2006 01:01

Post by kittipok » Wed 29 Nov 2006 10:44

Thanks very much
I will try it...
:D

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 29 Nov 2006 11:06

You're welcome

Post Reply