So I hope it's okay to post this error message. I got past all my other errors and now I have a simple module and when I try to access it , I get the following in the log and on my page. I hvae reduced my page to only contain a bit of code to see if it shows up:
<%
@ Control Language="vb" codebehind="EditComments.ascx.vb" autoeventwireup="false" Inherits="Comments" %>
<
<
br /><br />div id="Comments" class="CommentsContainer">
<div style="padding: 3px;" class="head"></div>
testing 1 2 3
</
div>
and my code behind just has all the imports and
Public Class CommentsInherits DotNetNuke.Entities.Modules.PortalModuleBaseEnd Class
So I'm not sure what else to do. Sooooo close, I think.
-------------------------------------------------------------------------------
ModuleId: 558
ModuleDefId: 129
FriendlyName: article comments
ModuleControlSource: DesktopModules/MetaComments/EditComments.ascx
AssemblyVersion: 04.04.00
PortalID: 0
PortalName: The Global Spiral
UserID: 1
UserName: host
ActiveTabID: 166
ActiveTabName: test4
RawURL: /website/test4/tabid/166/Default.aspx
AbsoluteURL: /website/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 169a0c3d-aa03-472c-b803-da0ee46f667d
InnerException: Could not load type 'Comments'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.GetType
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'Comments'. ---> System.Web.HttpParseException: Could not load type 'Comments'. ---> System.Web.HttpParseException: Could not load type 'Comments'. ---> System.Web.HttpException: Could not load type 'Comments'.at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError)at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)--- End of inner exception stack trace ---at System.Web.UI.TemplateParser.ProcessException(Exception ex)at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)--- End of inner exception stack trace ---at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)at System.Web.UI.TemplateParser.ParseInternal()at System.Web.UI.TemplateParser.Parse()at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()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 ---
Source: