I am trying to create my first module and I am folowin the webinar here on the DNN site.
I am using DNN 5.2.
After creating the basic code I get this error when adding it to a page.
The files it is complaining about are there. The portal I have installed the module in is created within another portal (it isn't a sub portal), in case that could be an issue.
Does anyone have a clue to what might be wrong?
Error: DeluxeIT_Gerber is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/td/DesktopModules/YourCompany.DeluxeIT_Gerber/ViewDeluxeIT_Gerber.ascx' does not exist. ---> System.Web.HttpException: The file '/td/DesktopModules/YourCompany.DeluxeIT_Gerber/ViewDeluxeIT_Gerber.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(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 ---