Exception Generated When Trying to Look at Blog Entry

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/26/2013 3:07:10 PM
Gravatar
Total Posts 2

Exception Generated When Trying to Look at Blog Entry

After upgrading successfully to version  2.3.9.4 my site is now experiencing an error whenever a blog article title is clicked on to display its detail page.  Everything else in the web site seems to be working fine, except this.  

Just try to click on any article title here to see the problem:  http://www.dxonline.com/dx-perspectives.aspx

How do I fix this?  Thanks.

 

 

Here's the error:

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 


Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 
 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 
 

[NullReferenceException: Object reference not set to an instance of an object.] mojoPortal.Web.UI.CommentsWidget.OnInit(EventArgs e) +126 System.Web.UI.Control.InitRecursive(Control namingContainer) +134 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Control.InitRecursive(Control namingContainer) +290 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034

 

 

1/26/2013 3:10:41 PM
Gravatar
Total Posts 18439

Re: Exception Generated When Trying to Look at Blog Entry

I think you kept your old Web.config when you should use the new one and migrate any customizations such as machine key from the old one.

Hope that helps,

Joe

1/26/2013 4:09:05 PM
Gravatar
Total Posts 2

Re: Exception Generated When Trying to Look at Blog Entry

That did the trick.  Thank you so much.

You must sign in to post in the forums. This thread is closed to new posts.