Providers stop working with dotConnect for MySQL 5.70

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
hamsterlegs
Posts: 13
Joined: Wed 09 Jul 2008 16:01

Providers stop working with dotConnect for MySQL 5.70

Post by hamsterlegs » Sat 24 Apr 2010 20:14

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.

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

Post by Shalex » Tue 27 Apr 2010 12:23

Microsoft ASP.NET Configuration tool doesn't support the third-party providers. Please check a workability of our provider from your code.

Post Reply