Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Folks
Just installed 3.0.8 on the latest Umbraco and now I get this error in backoffice and front.How do I uninstall the package :(
The client is not happy.
Comment author was deleted
Remove the Umbraco.Forms.* files from the bin and also the
<add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
lines from the web.config
that should bring the site back, is this on a 6.0.2 site?
Just tested on Umbraco 6.0.2 and it worked fine, maybe you are installing on v4 of Umbraco?
In that case you'll need Contour 3.0.6, you can just grab the upgrade archive and deploy that on your site (should also fix the problem)
The website is still down.
I've removed Umbraco.Forms.* files from bin folder
There is nothing in the web.config that contains 'contour'
How do I get the exact version number when I can't get in backoffice ?
Check web.config for umbracoConfigurationStatus what does that say?
Shit: 4.9.0 :(
Just a sec I'll also try with that version and see what actions are needed
Hmm don't get the YSOD
Is the System.Web.WebPages.Razor.dll in your bin dir?
Maybe try restoring the bin from a fresh 4.9 archive
Yse, the System.Web.WebPages.Razor.dll is in the bin dir
Ok also remove System.Web.Mvc.dll that should do the trick
Thanx a lot.This got my heart racing for while :)
Doh ... now I get this one.
I think I'll try with a clean BIN folder from 4.9.0
check your web.config for the contour entries,
so remove
should be in there twice once that is gone it should be back
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Could not load file or assembly
Hi Folks
Just installed 3.0.8 on the latest Umbraco and now I get this error in backoffice and front.
How do I uninstall the package :(
The client is not happy.
Comment author was deleted
Remove the Umbraco.Forms.* files from the bin and also the
<add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
lines from the web.config
that should bring the site back, is this on a 6.0.2 site?
Comment author was deleted
Just tested on Umbraco 6.0.2 and it worked fine, maybe you are installing on v4 of Umbraco?
Comment author was deleted
In that case you'll need Contour 3.0.6, you can just grab the upgrade archive and deploy that on your site (should also fix the problem)
The website is still down.
I've removed Umbraco.Forms.* files from bin folder
There is nothing in the web.config that contains 'contour'
How do I get the exact version number when I can't get in backoffice ?
Comment author was deleted
Check web.config for umbracoConfigurationStatus what does that say?
Shit: 4.9.0 :(
Comment author was deleted
Just a sec I'll also try with that version and see what actions are needed
Comment author was deleted
Hmm don't get the YSOD
Is the System.Web.WebPages.Razor.dll in your bin dir?
Comment author was deleted
Maybe try restoring the bin from a fresh 4.9 archive
Yse, the System.Web.WebPages.Razor.dll is in the bin dir
Comment author was deleted
Ok also remove System.Web.Mvc.dll that should do the trick
Thanx a lot.
This got my heart racing for while :)
Doh ... now I get this one.
Could not load file or assembly 'Umbraco.Forms.CodeFirst' or one of its dependencies.
I think I'll try with a clean BIN folder from 4.9.0
Comment author was deleted
check your web.config for the contour entries,
Comment author was deleted
so remove
<add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
should be in there twice once that is gone it should be back
is working on a reply...