Hi, I just upgraded an instance of Umbraco from 7.1.8 to 7.2 and followed the onscreen instructions to install Umbraco Forms, but when I try reloading the page I get an error:
Could not load type 'Umbraco.Forms.Core.Services.RecordService' from assembly 'Umbraco.Forms.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null'.
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.TypeLoadException: Could not load type 'Umbraco.Forms.Core.Services.RecordService' from assembly 'Umbraco.Forms.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null'.
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.
Stack Trace:
[TypeLoadException: Could not load type 'Umbraco.Forms.Core.Services.RecordService' from assembly 'Umbraco.Forms.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null'.]
Umbraco.Forms.CodeFirst.FormManager.Synchronize() +0
Umbraco.Forms.CodeFirst.UmbracoManager.Synchronize() +120
Umbraco.Forms.CodeFirst.UmbracoManager.SynchronizeIfNotSynchronized() +112
Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule.context_BeginRequest(Object sender, EventArgs e) +42
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
I've tried replacing the Umbraco.Forms.Core.dll file with one from an Umbraco install where this works but that doesn't seem to have helped...
try remove <add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" /> under system.webServer/modules in your web.config. Reload the solution.
Once I delete the old CodeFirst dlls, basically uninstalled Contour and installed Forms, then everything worked fine. I think the instructions weren't exactly clear enough as Forms is a separate package, not really an upgrade to Contour...
I just had this same error - I installed Contour in v7.2.1 and after install it showed a screen to 'install forms' which I did because I couldn't see a way to cancel the screen, so assumed it was a necessary update...
To get Umbraco up and running so I could uninstall the packages I had to delete all Contour dlls from my Bin folder and comment out the line in my web.config (appears in 2 places):
I had this exact same issue. I commented out the line in the web.config and the error went away. I can now bring up the Umbraco Forms tree. However, when I click on the options for "Forms" node and choose "Create Empty Form", the right pane is blank. No controls, no errors, just blank white. Same thing if I choose "Contact Form" or "Comment Form".
Any ideas? This is happening because I am trying to upgrade from v6.1 to v7.3, and I previously had Contour installed. Getting Umbraco Forms to work is the last step in this upgrade process.
Umbraco Forms Record Service
Hi, I just upgraded an instance of Umbraco from 7.1.8 to 7.2 and followed the onscreen instructions to install Umbraco Forms, but when I try reloading the page I get an error:
I've tried replacing the Umbraco.Forms.Core.dll file with one from an Umbraco install where this works but that doesn't seem to have helped...
I would like to know as well! Getting the same error after removing Contour and adding UmbracoForms
Hi there,
try remove <add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" /> under system.webServer/modules in your web.config. Reload the solution.
That worked for me.
/René
Once I delete the old CodeFirst dlls, basically uninstalled Contour and installed Forms, then everything worked fine. I think the instructions weren't exactly clear enough as Forms is a separate package, not really an upgrade to Contour...
Your so right. Maybe you schould know, that there is a package for migration: http://our.umbraco.org/projects/developer-tools/umbraco-forms-migration made by Tim Geyssens.
I just had this same error - I installed Contour in v7.2.1 and after install it showed a screen to 'install forms' which I did because I couldn't see a way to cancel the screen, so assumed it was a necessary update...
To get Umbraco up and running so I could uninstall the packages I had to delete all Contour dlls from my Bin folder and comment out the line in my web.config (appears in 2 places):
Thanks,
Maff
I had this exact same issue. I commented out the line in the web.config and the error went away. I can now bring up the Umbraco Forms tree. However, when I click on the options for "Forms" node and choose "Create Empty Form", the right pane is blank. No controls, no errors, just blank white. Same thing if I choose "Contact Form" or "Comment Form".
Any ideas? This is happening because I am trying to upgrade from v6.1 to v7.3, and I previously had Contour installed. Getting Umbraco Forms to work is the last step in this upgrade process.
is working on a reply...