Form Wizard Pro Error on Test Site

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.
11/18/2010 7:29:41 PM
Gravatar
Total Posts 46

Form Wizard Pro Error on Test Site

I am trying to implement Form Wizard Pro on a test site that will ultimately replace my production site. When I uploaded the software and ran Setup everything worked and Form Wizard Pro now shows up as a content type in content manager. However, I receive an error when I try to create a new form. The log shows the following:

2010-11-18 18:20:42,756 ERROR mojoPortal.Web.mojoBasePage - 63.249.19.44-en-US - /Admin/ContentManagerPreview.aspx?mid=16
System.TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.3931.21971, Culture=neutral, PublicKeyToken=null'.
   at sts.FormWizard.Data.DBWebForm.GetOne(Guid guid)
   at sts.Business.WebForm.GetWebForm(Guid guid)
   at sts.Business.WebForm..ctor(Guid guid)
   at sts.Business.WebForm.GetByModule(Module module)
   at sts.FormWizard.Web.UI.FormWizardModule.LoadSettings()
   at sts.FormWizard.Web.UI.FormWizardModule.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2010-11-18 18:20:42,756 ERROR mojoPortal.Web.Global - 63.249.19.44-en-US - /Admin/ContentManagerPreview.aspx?mid=16
System.TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.3931.21971, Culture=neutral, PublicKeyToken=null'.
   at sts.FormWizard.Data.DBWebForm.GetOne(Guid guid)
   at sts.Business.WebForm.GetWebForm(Guid guid)
   at sts.Business.WebForm..ctor(Guid guid)
   at sts.Business.WebForm.GetByModule(Module module)
   at sts.FormWizard.Web.UI.FormWizardModule.LoadSettings()
   at sts.FormWizard.Web.UI.FormWizardModule.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

I am using version 2.3.5.4 MySQL and version 0.0.2.1 of Form Wizard Pro. Server is Windows Server 2003/IIS.

Any ideas? Thanks in advance   /Bob

11/18/2010 7:37:28 PM
Gravatar
Total Posts 46

** RESOLVED ** Re: Form Wizard Pro Error on Test Site

I re-loaded the data layer DLL for MySQL, touched web.config and she is running perfectly.

I have no idea what happened but all is good.

Cheers   /Bob

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