Upgrade from 2.3.4.2 to 2.3.6.6

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
5/31/2011 5:41:08 PM
Gravatar
Total Posts 3

Upgrade from 2.3.4.2 to 2.3.6.6

I've just copied over the files and when I try to go to /Setup/Default.aspx

I get the following error:

Server Error in '/wcms' Application.
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
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.BadImageFormatException: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

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.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit' could not be loaded.

Any ideas?

6/1/2011 5:10:19 PM
Gravatar
Total Posts 3

Re: Upgrade from 2.3.4.2 to 2.3.6.6

It was do to using the 4.0 version instead of the 3.5.

 

However I still have an issue now, once I got through the setup on my home page I am now getting

Server Error in '/wcms' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The base class includes the field 'upMenu', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).

Source Error:

Line 1:  <%@ Control Language="C#" AutoEventWireup="True" CodeBehind="PageMenu.ascx.cs" Inherits="mojoPortal.Web.UI.PageMenuControl" %>
Line 2:  <mp:CornerRounderTop id="topRounder" runat="server" />
Line 3:  <asp:UpdatePanel ID="upMenu" runat="server" UpdateMode="Conditional">
Line 4:  <ContentTemplate>
Line 5:  <asp:PlaceHolder ID="menuPlaceHolder" runat="server" />


Source File: /wcms/Controls/PageMenu.ascx    Line: 3

6/2/2011 5:53:35 AM
Gravatar
Total Posts 18439

Re: Upgrade from 2.3.4.2 to 2.3.6.6

make sure you use the Web.config file that shipped with the 3.5 .NET version of mojoPortal. If the problem persists I would upload the 3.5 package again in case any files failed in transfer. Use a robust ftp client like FileZilla which shows you if there are any failed file transfers, then retry those files until they make it.

Hope that helps,

Joe

6/2/2011 2:03:22 PM
Gravatar
Total Posts 3

Re: Upgrade from 2.3.4.2 to 2.3.6.6

Yes it was the web.config file... I had copied my old debug version over when I had the original issue.

 

Thanks!

 

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