Problems upgrading to 2.3.9.0

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/5/2012 8:51:15 AM
Gravatar
Total Posts 30

Problems upgrading to 2.3.9.0

 

We just upgrated from 2.3.6.6 to the current version 2.3.9 and we are getting the following error on our sites:

Server Error in '/' Application.

Could not load type 'mojoPortal.Business.WebHelpers.CacheHelper' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

 

We are running SQL version on Server 2003 with IIS 6

 

 

9/5/2012 9:47:35 AM
Gravatar
Total Posts 18439

Re: Problems upgrading to 2.3.9.0

That is not enough stack trace to see where the error is happening.  If that error is happening in your custom code you may need to re-compile it against the latest mojoPortal. For a number of reasons a few versions back we needed to move cachehelper from the mojoPortal.Business.WelbHelpers assembly into mojoPortal.Web assembly though we did not change the namespace.

Hope that helps,

Joe

 

9/5/2012 10:18:21 AM
Gravatar
Total Posts 30

Re: Problems upgrading to 2.3.9.0

Hi Joe,

We are not running any custom code but i did find a post that said we need to upgrade to the latest version of the Event Calendar Pro that these two sites are running. The other sites are OK although there are a lot of formatting issues in IE.

Where can I download the current version of the Calendar?

Also, here is the full stack trace:

Server Error in '/' Application.

Could not load type 'mojoPortal.Business.WebHelpers.CacheHelper' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

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.TypeLoadException: Could not load type 'mojoPortal.Business.WebHelpers.CacheHelper' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
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:[TypeLoadException: Could not load type 'mojoPortal.Business.WebHelpers.CacheHelper' from assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.] sts.Events.Web.UI.Events.Controls.CalendarViewMenu.LoadSettings() +0 sts.Events.Web.UI.Events.Controls.CalendarViewMenu.Page_Load(Object sender, EventArgs e) +13 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

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

9/5/2012 10:29:42 AM
Gravatar
Total Posts 18439

Re: Problems upgrading to 2.3.9.0

You can get the latest version of all your products by clicking the "My Account" link at the top of the page then the Order History tab has links to your purchases where you can download the latest versions. You should update all products you have purchased to the latest version.

For design issues see the article Important Skin Changes, it should help you get things fixed.

Hope that helps,

Joe

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