Re: Connector 6.9.3 brakes applications with old Membership and Role Provider
Posted by: Valeri Väisänen
Date: November 17, 2014 11:01AM

Hi,
after upgrade mySQL connector
there was an error when you run the project in the visual studio 2010/2012
Configuration Error Line 286: <add name="MySqlSiteMapProvider" type="MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web.v20, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/" />

eliminated the error "MySql.Web.v20" to "MySql.Web" in the file : C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config

but now reports

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Host 'fe80::2de4:f2a4:b88b:5a18%13' is not allowed to connect to this MySQL server

Source Error:
Line 284: <siteMap>
Line 285: <providers>
Line 286: <add name="MySqlSiteMapProvider" type="MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/" />
Line 287: </providers>
Line 288: </siteMap>

Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config Line: 286


what can be done now?

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.