I just upgraded to 5.2.3 and am experiencing some strange stuff to do with the User Accounts module. First, if I try to manually add a new user using the User Accounts page, I get this error:
ModuleId: 363
ModuleDefId: 15
FriendlyName:
ModuleControlSource: DesktopModules/Admin/Security/ManageUsers.ascx
AssemblyVersion: 5.2.3
PortalID: 0
PortalName: neighbay.ca
UserID: 1
UserName: host
ActiveTabID: 45
ActiveTabName: User Accounts
RawURL: /Admin/UserAccounts/tabid/45/ctl/Edit/mid/363/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.neighbay.ca/Admin/UserAccounts.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 23c4a85f-b4fa-445b-8ff0-4022f38a1282
InnerException: D:\WebRoot\Domains\neighbay.ca\wwwroot\DesktopModules\Admin\Security\ManageUsers.ascx.vb(599): error BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.CompileWebFile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: D:\WebRoot\Domains\neighbay.ca\wwwroot\DesktopModules\Admin\Security\ManageUsers.ascx.vb(599): error BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types. ---> System.Web.HttpCompileException: D:\WebRoot\Domains\neighbay.ca\wwwroot\DesktopModules\Admin\Security\ManageUsers.ascx.vb(599): error BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types. 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.Compilation.BuildManager.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Also, if I click on Register, it takes me to a blank page....blank except for the User Accounts (three heads) logo at the top. It was working fine before the upgrade.
Anyone experience something similar?
Thanks