While building custom module (dnn 3.2), this error (bottom of post) appeared without cause and I have tried many things to get rid of it.
Deleted module dlls
Rebuilt solution and modules
Placed within another instance of dnn/sqlDatabase
Reinstalled framework 1.1 sp1
Removed module and replaced
Changed namespace for all components and controls
etc...
Error:
Multiple controls with the same ID 'ctr' were found. FindControl requires that controls have unique IDs.
And:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: Could not load type 'dnnformWO.viewWOform'. ---> System.Web.HttpParseException: Parser Error: Could not load type 'dnnformWO.viewWOform'. ---> System.Web.HttpException: Could not load type 'dnnformWO.viewWOform'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase) at System.Web.UI.TemplateParser.GetType(String typeName) at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateControlParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseReader(TextReader input, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) in c:\inetpub\wwwroot\secureshares\admin\Skins\Skin.vb:line 462 --- End of inner exception stack trace ---
Thank You for any assistance.