[Mono-aspnet-list] Could not find type:MySql.Web.Security.MySQLRoleProvider
Sylvain Chamberland
gentx2 at courira.ca
Tue Mar 1 13:44:04 EST 2011
On Mon, 28 Feb 2011 16:30:37 -0800 (PST), ajwtech <ajwtech at gmail.com>
wrote:
> MySql does include a Role provider. I needed to add my assemblies to
> the bin
> directory. once I dropped them into the bin folder from the site the
> issue
> was resolved.
For my part, I fixed the problem by changing the case of the DLL
filename so it matches the assembly name (e.g. Camel Case), I also
changed the namespace ("mysql.web" -> "MySql.Web") in the providers
sections, then re-registered the DLL in the GAC. It's as stupid as that.
:)
More information about the Mono-aspnet-list
mailing list