FormWizard error

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.
2/8/2011 1:36:14 PM
Gravatar
Total Posts 1

FormWizard error

Joe,

We are getting the following error in our System log when we are trying to view/edit a page with our new FormWizard Pro. What do we need to do to correct this problem?

 

/FormEdit.aspx?mid=92&pageid=-1
System.IO.FileLoadException: Could not load file or assembly 'Brettle.Web.NeatUpload, Version=1.3.4034.20191, Culture=neutral, PublicKeyToken=dd134ea1c3727369' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

2/8/2011 1:40:28 PM
Gravatar
Total Posts 18439

Re: FormWizard error

Hi,

You can solve it by upgrading to mojoPortal 2.3.6.1 or higher, this issue is discussed in the release notes for 2.3.6.1, but you might as well upgrade to the latest version 2.3.6.2.

Hope it helps,

Joe

4/10/2011 11:23:46 AM
Gravatar
Total Posts 3

Re: FormWizard error

Joe -

I am getting this same error.

I just purchased the FormWizard Pro today and it appeared to install correctly. (Ver. 0.0.2.4)

MojoPortal version is 2.3.6.2

Windows 7 Pro, MSSQL Server R2 Developer's edition

Here is the exact message:

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: Could not load file or assembly 'Brettle.Web.NeatUpload, Version=1.3.4099.14420, Culture=neutral, PublicKeyToken=dd134ea1c3727369' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:


Line 1:  <%@ Control Language="C#" AutoEventWireup="false" CodeBehind="WebFormControl.ascx.cs"
Line 2:      Inherits="sts.FormWizard.Web.UI.WebFormControl" %>
Line 3:  <%@ Register TagPrefix="ajaxToolkit" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit" %>

Source File: /FormWizard/Controls/WebFormControl.ascx    Line: 1

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Brettle.Web.NeatUpload, Version=1.3.4099.14420, Culture=neutral, PublicKeyToken=dd134ea1c3727369' could not be loaded.

Can you advise me on how to proceed?

I can't wait to use this software, thank you very much!

4/10/2011 11:33:50 AM
Gravatar
Total Posts 18439

Re: FormWizard error

Hi James,

It is a similar problem, basically Form Wizard Pro and mojoPortal both use NeatUpload and they have to use the same version, so whenever I update to a new version of NeatUpload in mojoPortal I also make a new release of  Form Wizard Pro that is compatible. But the compatibility goes both ways in that the latest release of Form Wizard Pro requires mojoPortal 2.3.6.4. NeatUpload changes are not very frequent in general but recently there were several changes corresponding to mojoPortal 2.3.6.2 and then to mojoPortal 2.3.6.4, so both required updates for Form Wizard Pro.

See also the release notes for mojoPortal 2.3.6.4 which mentions the new version of  Form Wizard Pro, and the System Requirements tab on the Form Wizard Pro product page.

So the short story is upgrading to mojoPortal 2.3.6.4 will solve the error.

Hope it helps,

Joe

4/10/2011 11:48:24 AM
Gravatar
Total Posts 3

Re: FormWizard error

My apologies. For some  reason I thought I had the correct version (I'm a little tired!)

Quick question,

Can I do an in-place upgrade without losing content?

 

Thanks again, I really enjoy working with this software. I'm going to learn a lot.

4/10/2011 11:54:33 AM
Gravatar
Total Posts 18439

Re: FormWizard error

Can I do an in-place upgrade without losing content?

Yes, of course, upgrading is pretty straight forward and easy, it is a good idea to read the Upgrade Guide and to backup everything first.

Best,

Joe

4/11/2011 5:49:23 PM
Gravatar
Total Posts 3

Re: FormWizard error

Joe, after the upgrade, everything works as expected.

Pardon my ignorance, but I'd like to know when a form is created, where is the data kept in the dbms? I'd like to be able to write some queries, and use the data to populate a map (in the future).

Thanks again for everything!

 

James

4/12/2011 5:48:48 AM
Gravatar
Total Posts 18439

Re: FormWizard error

Hi James,

The tables are:

  • sts_WebForm
  • sts_WebFormQuestion
  • sts_WebFormOption
  • sts_WebFormResponse
  • sts_WebFormResponseSet

Best,

Joe

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