Re: Connector 6.9.3 brakes applications with old Membership and Role Provider
Posted by: Paulino Guerra
Date: November 21, 2014 10:48AM

I tried removing .v20 in providers section of machine.config, didn't work. Upgraded to version 6.9.5, same error: "Unable to initialize provider. Missing or incorrect schema".
Here is where the error occurs in my web.config:
<roleManager enabled="true" defaultProvider="MySQLRoleProvider">
<providers>
<clear />
<add name="MySQLRoleProvider" type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="MyConnectionString" applicationName="/" />
</providers>
</roleManager>

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.