Webparts Provider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
islandhopper8
Posts: 3
Joined: Sun 09 Nov 2008 02:48

Webparts Provider

Post by islandhopper8 » Sun 09 Nov 2008 02:51

I am trying to work with webparts.
I have added the following to the webconfig:








However I am getting an error:
Parser Error Message: Could not load type 'CoreLab.MySql.Web.Providers.MySqlPersonalizationProvider' from assembly 'CoreLab.MySql.Web, Version=4.30.24.0, Culture=neutral, PublicKeyToken=09AF7300EEC23701'.

Can you please point out how I can get it working. Thanks in advance.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 10 Nov 2008 13:46

Please make sure that the mentioned assembly (CoreLab.MySql.Web, Version=4.30.24.0) is available in GAC or in the bin folder of your application, and notify us on the results.

islandhopper8
Posts: 3
Joined: Sun 09 Nov 2008 02:48

Post by islandhopper8 » Mon 10 Nov 2008 14:10

As far as I know it is available, because I copied them all in the bin folder and I am using the profileprovider and the membershipprovider successfully. So therefor I dont understand why it is not working. That make me think that I have maybe the wrong code.

Post Reply