Page 1 of 1

Webparts Provider

Posted: Sun 09 Nov 2008 02:51
by islandhopper8
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.

Posted: Mon 10 Nov 2008 13:46
by Shalex
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.

Posted: Mon 10 Nov 2008 14:10
by islandhopper8
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.