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

    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

     

     

  • lucuma 261 posts 563 karma points
    Feb 04, 2013 @ 16:20
    lucuma
    0

    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

    Feb 05, 2013 @ 08:53

    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

    Feb 05, 2013 @ 08:57

    Or maybe an assembly redirect will work, checking it out now

  • Comment author was deleted

    Feb 05, 2013 @ 09:03

    Nope doesn't so for umbraco 4.x use 3.06

  • Dan Evans 631 posts 1018 karma points
    Feb 05, 2013 @ 16:14
    Dan Evans
    0

    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

    Feb 05, 2013 @ 16:23

    @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

  • Dan Evans 631 posts 1018 karma points
    Feb 05, 2013 @ 16:41
    Dan Evans
    0

    Thanks Tim. I have emailed you with a link plus a bit more detail.

  • Comment author was deleted

    Feb 06, 2013 @ 10:26

    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()

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Feb 06, 2013 @ 10:45
    Jeavon Leopold
    0

    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

    Feb 06, 2013 @ 11:44

    3.0.7 will work on umbraco 4 if you have mvc4 installed

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Feb 06, 2013 @ 11:45
    Jeavon Leopold
    0

    Cool, that is very good to know!

  • Comment author was deleted

    Feb 06, 2013 @ 11:48

    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

    Feb 06, 2013 @ 11:48

    Only affects the mvc bits so the razor render

  • Dan Evans 631 posts 1018 karma points
    Feb 06, 2013 @ 12:02
    Dan Evans
    0

    Fix has worked for me. Thanks Tim.

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Feb 06, 2013 @ 14:48
    Martin Griffiths
    0

    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

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Feb 11, 2013 @ 05:14
    Jason Prothero
    0

    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

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Feb 11, 2013 @ 05:15
    Jason Prothero
    0

    Should 3.0.7 work on v4 if I'm using the Web Forms version?

     

    Thanks,

    Jason

  • Comment author was deleted

    Feb 12, 2013 @ 09:39

    @Jason, for that just dowload the upgrade archive and just deploy the providers assembly

  • Comment author was deleted

    Feb 12, 2013 @ 09:39

    So that's Umbraco.Forms.Core.Providers.dll

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Feb 13, 2013 @ 17:16
    Jeavon Leopold
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft