Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListI encountered serious error when placing module onto my pageI encountered serious error when placing module onto my page
Previous
 
Next
New Post
12/6/2005 3:46 PM
 

I encountered problem after installing the User Defined Tables Module. The actualy installation contained no problems. but after adding the module onto one of my pages the module looked like a mess with bunch of coding written all over it...

 

Here is a link to the exact location of the module on my website (its on the Forum Page) all the way at the bottom. http://www.inthenightlife.com/Default.aspx?tabid=53

Here are the 2 logs created by DNN

ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 03.01.00
Method: DotNetNuke.UI.Containers.Visibility.get_ModulePath
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: IntheNightlife
UserID: 1
UserName: host
ActiveTabID: 53
ActiveTabName: Forum
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.inthenightlife.com/Default.aspx?tabid=53
ExceptionGUID: c2236cc9-93a4-4f41-ab25-c58700a0a820
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Object reference not set to an instance of an object.
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.Visibility.get_ModulePath() at DotNetNuke.UI.Containers.Visibility.get_MinIconLoc() at DotNetNuke.UI.Containers.Visibility.RegisterDHTMLMaxMin() at DotNetNuke.UI.Containers.Visibility.ShowMinimize() at DotNetNuke.UI.Containers.Visibility.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: WSS02

Log #2

ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 03.01.00
Method: System.Reflection.Assembly.GetType
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: IntheNightlife
UserID: 1
UserName: host
ActiveTabID: 53
ActiveTabName: Forum
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.inthenightlife.com/Default.aspx?tabid=53
ExceptionGUID: 625b4b25-e8f2-48ff-9889-421f6fa6aefd
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Parser Error: ?
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: ? ---> System.Web.HttpParseException: Parser Error: ? ---> System.TypeLoadException: ? at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at System.Web.UI.NamespaceTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs) at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags) at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateChildBuilder(String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, String sourceFileName, Type& childType) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) 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.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) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: WSS02

Here is error 1 displayed on the module:

An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.Visibility.get_ModulePath() at DotNetNuke.UI.Containers.Visibility.get_MinIconLoc() at DotNetNuke.UI.Containers.Visibility.RegisterDHTMLMaxMin() at DotNetNuke.UI.Containers.Visibility.ShowMinimize() at DotNetNuke.UI.Containers.Visibility.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

Here is error 2 displayed on the module:

Visible By Administrators Only
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: ? ---> System.Web.HttpParseException: Parser Error: ? ---> System.TypeLoadException: ? at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at System.Web.UI.NamespaceTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs) at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags) at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateChildBuilder(String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, String sourceFileName, Type& childType) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) 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.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) --- End of inner exception stack trace ---
 
New Post
12/7/2005 3:42 AM
 

Hi,

I checked the page at your portal but there is no UDT module visible.

As far as I see, none of the errors listed points to any of the modules code - so there is maybe another reason for the error. Do you use a special container, that possibly raises the error?

Please try to place the UDT module on any other (test) page, to see if it raises the error. If the error still appears, try to delete and re-install the module definition. If there is no error with the other instance, remove the module from the first page, clear the recycle bin and place the module again on the page.

Sorry, but at the moment, I hva no other idea.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/7/2005 12:26 PM
 

Sorry I realized the module is only visible to administrator, I cant even make it visible to regular people because it is so messed up. What I can do is let you login as host to check out the problem, contact me via email or AOL IM: Eugenemech@aol.com

 

 
New Post
12/8/2005 4:39 AM
 

To close this item:

I checked the site and encountered, that it is running DNN 3.1.0.

Please notice all, that UDT 3.2.0 requires DNN 3.1.1 or above. we tested the release against DNN 3.1.1, 3.2.0 and 4.0.0.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/12/2005 12:12 PM
 
Very few modifications are required to run on 3.1, although I'm not sure about previous versions. If you're willing to get the code and re-compile the module, you only need to change two pages, from what I remember. First, comment or remove the paging control from the UserDefinedTable.ascx file. Second, comment or remove the calls to the paging control in the UserDefinedTable.ascx.vb file. I may be missing something - I don't have the code in front of me - but this should fix UDT 3.2 to run on DNN 3.1. If it doesn't work for someone, let me know and I'll go back and check my code.

Michael Flanakin | Microsoft Consulting Services
www.michaelflanakin.com
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListI encountered serious error when placing module onto my pageI encountered serious error when placing module onto my page


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out