Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Feb 04, 2013 @ 12:58
Contour 3.0.7 changes
Contour 3.0.7 is just released, here is an overview of the changes:
Fixed: CON-223 Deploying a form that uses a prevalue source where both the form and prevalue source are created code first results in YSOD Fixed: CON-224 Captions that are to long make the razor macro fail Fixed: CON-226 Creating multiple forms from the same template results in YSOD Fixed: CON-237 Installing contour 3.0.6 on umbraco 6.0.0 fails (when mvc 4 isn't installed) Fixed: CON-232 Save as umbraco document workflow and using prevalue datatypes Fixed: CON-230 Importing form to create duplicate throws an error Added: Recaptcha fieldtype Added: CON-227 Document prevalue source, make it possible to go deeper then children
OK, I upgraded to 3.0.7 on a 4.10 installation and got an error, so I downgraded to 3.0.6 and the error has gone but now no form data is saved. I am not in trial mode and it doesn't save using the preview form from within the Contour admin area either but no errors as far as I can see.
@Dan sorry for the inconvience :( any chance I can take a look just mail details to tg at umbraco dot com or submit a Contour support ticket via umbraco.com site
We have some Contour v3.0.7 installs running in Umbraco 4.11.4 installations and have not seen any issues. Do you know if the issues only occur if using Razor render rather than usercontrols?
Should we downgrade and if so, is it only the dll's to replace?
Actually installing Contour v3.0.7 on Umbraco 4.11.x updates System.Web.Mvc to version 4, so you may need to roll it back to v3 if you don't have Mvc v3 installed in the GAC
Topic author was deleted
Contour 3.0.7 changes
Contour 3.0.7 is just released, here is an overview of the changes:
Fixed: CON-223 Deploying a form that uses a prevalue source where both the form and prevalue source are created code first results in YSOD
Fixed: CON-224 Captions that are to long make the razor macro fail
Fixed: CON-226 Creating multiple forms from the same template results in YSOD
Fixed: CON-237 Installing contour 3.0.6 on umbraco 6.0.0 fails (when mvc 4 isn't installed)
Fixed: CON-232 Save as umbraco document workflow and using prevalue datatypes
Fixed: CON-230 Importing form to create duplicate throws an error
Added: Recaptcha fieldtype
Added: CON-227 Document prevalue source, make it possible to go deeper then children
COMPATIBLE WITH V6 AND Higher for v4 use 3.0.6
You can get it from the project page http://our.umbraco.org/projects/umbraco-pro/contour
Upgrade instructions available http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
I just installed this and it won't load a form (added via macro) on my 4.11.x install:
Error loading Razor Script MvcRenderContourForm.cshtml
(0): error CS1705: Assembly 'Umbraco.Forms.Mvc, Version=3.0.7.0, Culture=neutral, PublicKeyToken=null' uses 'System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Comment author was deleted
Ok will need to update the supported versions then, use 3.0.7 for 6 and higher, 3.0.6 for 4.11
Comment author was deleted
Or maybe an assembly redirect will work, checking it out now
Comment author was deleted
Nope doesn't so for umbraco 4.x use 3.06
OK, I upgraded to 3.0.7 on a 4.10 installation and got an error, so I downgraded to 3.0.6 and the error has gone but now no form data is saved. I am not in trial mode and it doesn't save using the preview form from within the Contour admin area either but no errors as far as I can see.
Comment author was deleted
@Dan sorry for the inconvience :( any chance I can take a look just mail details to tg at umbraco dot com or submit a Contour support ticket via umbraco.com site
Thanks Tim. I have emailed you with a link plus a bit more detail.
Comment author was deleted
Found the issue Dan was having, he had customized form views but they needed a small change since someting in Contour changed...
Basicly
@Html.AntiForgeryToken("UmbracoContourForm")
had to become
@Html.AntiForgeryToken()
Hi Tim,
We have some Contour v3.0.7 installs running in Umbraco 4.11.4 installations and have not seen any issues. Do you know if the issues only occur if using Razor render rather than usercontrols?
Should we downgrade and if so, is it only the dll's to replace?
Thanks,
Jeavon
Comment author was deleted
3.0.7 will work on umbraco 4 if you have mvc4 installed
Cool, that is very good to know!
Comment author was deleted
Oops it should be 3.0.6 runs on v6 if you have mvc 4 installed, will check what happens with 3.0.7 and v4
Comment author was deleted
Only affects the mvc bits so the razor render
Fix has worked for me. Thanks Tim.
Hi Tim
I've had to roll back to v4.11.4 because flaming Courier doesnt work in v6!
I tried using 3.0.7 locally (I have VS2012 MVC4) but i get an error in the MacroEngine unable to load macro...MvcRenderContourForm.cshtml
Any idea why?
Martin
Hey Tim,
If I can't upgrade to 3.0.7 in v4.x, how can I get the grandchildren fix? Do you have an updated version of the core.providers source?
Thanks,
Jason
Should 3.0.7 work on v4 if I'm using the Web Forms version?
Thanks,
Jason
Comment author was deleted
@Jason, for that just dowload the upgrade archive and just deploy the providers assembly
Comment author was deleted
So that's Umbraco.Forms.Core.Providers.dll
Actually installing Contour v3.0.7 on Umbraco 4.11.x updates System.Web.Mvc to version 4, so you may need to roll it back to v3 if you don't have Mvc v3 installed in the GAC
is working on a reply...