Deployement problem with MySQl.net for .net 2.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
suman9730
Posts: 1
Joined: Fri 08 Sep 2006 06:10

Deployement problem with MySQl.net for .net 2.0

Post by suman9730 » Fri 08 Sep 2006 06:14

Hi,


I installed mysql.net MySQLDirect .NET Data Provider Standard for .net 2.0 on my PC and developed a small website in ASP.net 2.0.
It went very fine.

Then I clicked on Build -> Publish site and created a compiled version of website in a folder to run on another PC.

I copied this folder on the another PC. (NOTE : I installed .net framework 2.0 and database too)

and when I tried to run the site I got error .....

any assembly or dependency is missing.....

Can you please help...

Thanks in advance for your help...

Suman Singh

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

Post by Alexey » Fri 08 Sep 2006 06:40

Place CoreLab.MySql.dll in bin folder of your web project. Another way to
install the *.dll files needed is to launch setup program of MySQLDirect
.NET on a target machine and choose "Minimal" option.
Please note that according to License Agreement this is the only setup mode that you can use on target machine.

Post Reply