Form Wizard Pro Editing Error

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/27/2011 3:28:48 PM
Gravatar
Total Posts 74

Form Wizard Pro Editing Error

I get the old "We're sorry but an error has occurred" message when I try to edit a form on my website. Below is the log entry when it happens. Any ideas what I broke here? I recently upgraded the site to the latest version and installed the form wizard that I downloaded today.

2011-01-27 14:25:56,451 ERROR mojoPortal.Web.Global - 151.142.239.11-en-US - /FormWizard/FormEdit.aspx?mid=47&pageid=28
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)
File name: 'Brettle.Web.NeatUpload, Version=1.3.4034.20191, Culture=neutral, PublicKeyToken=dd134ea1c3727369'
   at System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
   at System.Signature..ctor(IRuntimeFieldInfo fieldHandle, RuntimeType declaringType)
   at System.Reflection.RtFieldInfo.get_FieldType()
   at System.Web.UI.Util.GetNonPrivateFieldType(Type classType, String fieldName)
   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder)
   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
   at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers()
   at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree()
   at System.Web.Compilation.BaseCodeDomTreeGenerator.GetCodeDomTree(CodeDomProvider codeDomProvider, StringResourceBuilder stringResourceBuilder, VirtualPath virtualPath)
   at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder)
   at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider)
 

Thanks,

Joe

1/27/2011 3:34:55 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro Editing Error

Both mojoPortal and Form Wizard Pro need to use the same version of NeatUpload. The new version of mojoPortal released today uses a newer version of NeatUpload, so I also made a new release of Form Wizard Pro today which also uses and requires the new version of NeatUpload.

So, to solve this problem make sure you upgrade both. From the error, it sounds like you installed the new Form Wizard but have not upgraded to the new mojoPortal or vice versa.

Hope it helps,

Joe

 

1/27/2011 3:40:42 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro Editing Error

Meant to post the link to the release announcement:

http://www.mojoportal.com/mojoportal-2361-released.aspx

Best,

Joe

1/27/2011 3:47:50 PM
Gravatar
Total Posts 74

Re: Form Wizard Pro Editing Error

Thanks Joe. I upgraded the mojoPortal install last week, and then installed the Form Wizard Pro today. Guess I know what I'll be doing tonight.

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