Hi,
I have a site in a development environment running 5.1.4(3). When I go to Host/Module Definitions - and select Create New Module, it transfers me to this url:
http://localhost/mysite/tabid/18/ctl/NewExtension/mid/348/Type/Module/portalid/0/Default.aspx
... And I am able to create the new module definition.
However, in the QA environment - which I upgraded to 5.2.2(73) - when I go to Host/Module Definitions - and select Create New Module, it transfers me to this url:
http://www.qa.mysite.ca/tabid/18/ctl/EditModuleDefinition/mid/348/Type/Module/portalid/0/Default.aspx
For some reason, in 5.2.2, it is trying to load EditModuleDefinition when you go to Create a New module. I get this error on the page:
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\TESTAREA\MySite\DesktopModules\Admin\Extensions\Editors\EditModuleDefinition.ascx.vb(592): error BC30456: 'Controls' is not a member of 'Skins'. ---> System.Web.HttpCompileException: D:\TESTAREA\MySite\DesktopModules\Admin\Extensions\Editors\EditModuleDefinition.ascx.vb(592): error BC30456: 'Controls' is not a member of 'Skins'. 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 ---
*********************
Logged in Gemini: DNN-11518