Thanks Bill,
I am still stuck...right now I am completely out of ideas on this.
To answer the questions you have posed this is what I have...
1. <%@ Control Language="VB" AutoEventWireup="false" Inherits="APA.Modules.CERSDB.CERS" Codebehind="CERSDB.ascx.vb" %>
2. You are correct my full namespace and class = APA.Modules.CERSDB.CERS
Namespace APA.Modules.CERSDB
Partial Public Class CERS
Inherits Entities.Modules.PortalModuleBase
'Inherits System.Web.UI.UserControl
3. I have nothing designated as a root namespace WAP properties.
I also changed the inherits back to from Entities.Modules.PortalModuleBase not System.Web.UI.UserControl but now I am back to my original error below..
Error: CERSDB is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\DNN2\DesktopModules\CERSDB\CERSDB.ascx(1): error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.desktopmodules_cersdb_cersdb_ascx'. ---> System.Web.HttpCompileException: D:\DNN2\DesktopModules\CERSDB\CERSDB.ascx(1): error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.desktopmodules_cersdb_cersdb_ascx'. 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) --- End of inner exception stack trace ---