System.TypeLoadException for Form Wizard Pro

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.
8/8/2013 9:03:35 AM
TTI
Gravatar
Total Posts 22

System.TypeLoadException for Form Wizard Pro

Operating system: Windows Server 2008 R2 SP1
Database platform: SQLCE
Version of mojoPortal: 2.3.9.8
Version of .NET: 4.0

 

Good morning Joe,

We are receiving the error message below when trying to create a form using Form Wizard Pro.

2013-08-08 09:56:02,700 ERROR 192.168.1.216 - en-US - /Admin/ContentManagerPreview.aspx?mid=47 - mojoPortal.Web.Global -  Referrer(http://<website_url>.com/Admin/ContentCatalog.aspx) useragent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0
System.TypeLoadException: Could not load type 'mojoPortal.Data.SqlParameterHelper' from assembly 'mojoPortal.Data, Version=1.0.0.0, 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.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.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Could you please shed some light on what we did wrong when installing Form Wizard Pro?

Thank you.

-rob-

8/8/2013 10:40:48 AM
Gravatar
Total Posts 18439

Re: System.TypeLoadException for Form Wizard Pro

Did you install the correct data layer dll for SQL CE from the Form Wizard Pro package?

It comes pre-configured for MS SQL to use SQL CE you have to replace the data sts.FormWizard.Data.dll with the one from the /DataLayers/sqlce folder in the package.

What version of Form Wizard Pro?

8/8/2013 10:53:52 AM
TTI
Gravatar
Total Posts 22

Re: System.TypeLoadException for Form Wizard Pro

Thank you Joe. That was exactly it. We missed those instructions in the "Installation Instructions". blush D'oh!

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