Unable to find the requested .Net Framework Data Provider ???

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
mlemonni
Posts: 2
Joined: Tue 17 Apr 2007 16:38

Unable to find the requested .Net Framework Data Provider ???

Post by mlemonni » Tue 17 Apr 2007 17:11

I use mysqldirect with framework .NET 2.
corelab.mysql.dll and others corelab dll are in my bin directory, declared in my web.config (see below)... my web application run correctly on my computer (database is online), but don't find data provider when published ??? Ca you help me ?
i use version 4.0, but problem was same with 3.55
Thank you
Marc





Cody21
Posts: 112
Joined: Thu 01 Mar 2007 00:58

Post by Cody21 » Tue 17 Apr 2007 17:16

Have you tried this?

Host=localhost


.. instead of the other URL ... Just a thought.

mlemonni
Posts: 2
Joined: Tue 17 Apr 2007 16:38

Post by mlemonni » Tue 17 Apr 2007 17:20

it don't work !

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

Post by Alexey » Wed 18 Apr 2007 06:26

Please take a look at thisforum topic.

Post Reply