Page 1 of 1

Providers stop working with dotConnect for MySQL 5.70

Posted: Sat 24 Apr 2010 20:14
by hamsterlegs
I have upgraded an ASP .NET 3.5 project to Visual Studio 2010 .NET 4 with the project migration wizard.

I have also upgrade my previous CoreLab.MySql installation (Version=4.85.33) to the latest MySQL 5.70









Now however, it seems that the providers are not working:
From ASP.NET Web Site administration tool | Provider Configuration
Use this page to select a provider for each feature.

Membership Provider
AspNetSqlMembershipProvider
Test

AspNetMySqlMembershipProvider Test
MyDirect membership provider



Role Provider
AspNetSqlRoleProvider
Test

AspNetWindowsTokenRoleProvider
AspNetMySqlRoleProvider
Test


Note that the Profile provider is missing

When I click the Test link I get:

Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.


Here are my provider definitions:























How can I get these providers to continue to work with the upgrade?

Thanks in advance.

Posted: Tue 27 Apr 2010 12:23
by Shalex
Microsoft ASP.NET Configuration tool doesn't support the third-party providers. Please check a workability of our provider from your code.