To start, I'm a dotNetNuke noob, but have struggled through the installation & setup of 4.3.7 from the StarterKit... Once intalled, it runs fine from VS 2005 when running on the localhost via a virtual directory off of root... I then attempted to deploy the DNN website to a production server with it's own IP address... After struggling through many issues, including the APP_GlobalResources hack, installing & uninstalling various modules that didn't work at first and a few other issues, I have everything working except User Registration & Maintenance....
When I attempt to add a new user, edit an exisitng user, manage profiles or register a user, I get the following VS error exception dump. It appears there is a data type mismatch between the User base class & the security roles base class...
Error: Edit User Accounts is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The base class includes the field 'ctlRoles', but its type (DotNetNuke.Modules.Admin.Security.SecurityRoles) is not compatible with the type of control (ASP.admin_security_securityroles_ascx). ---> System.Web.HttpParseException: The base class includes the field 'ctlRoles', but its type (DotNetNuke.Modules.Admin.Security.SecurityRoles) is not compatible with the type of control (ASP.admin_security_securityroles_ascx). ---> System.Web.HttpParseException: The base class includes the field 'ctlRoles', but its type (DotNetNuke.Modules.Admin.Security.SecurityRoles) is not compatible with the type of control (ASP.admin_security_securityroles_ascx). at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers() at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree() at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder) at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) --- End of inner exception stack trace --- at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) in C:\Dev\dotNetNuke 4.3.7\Source\Library\Components\Skins\Skin.vb:line 448 --- End of inner exception stack trace ---
Does anyone have any insight as to how to correct this issue???
Thanks in advance,
Mark