Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:01
    Sebastian Dammark
    0

    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.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:03
    Tim Geyssens
    0

    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?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:07
    Tim Geyssens
    0

    Just tested on Umbraco 6.0.2 and it worked fine, maybe you are installing on v4 of Umbraco?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:08
    Tim Geyssens
    0

    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)

  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:15
    Sebastian Dammark
    0

    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 ?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:19
    Tim Geyssens
    0

    Check web.config for umbracoConfigurationStatus what does that say?

     

  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:21
    Sebastian Dammark
    0

    Shit: 4.9.0 :(

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:23
    Tim Geyssens
    0

    Just a sec I'll also try with that version and see what actions are needed

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:27
    Tim Geyssens
    0

    Hmm don't get the YSOD 

    Is the System.Web.WebPages.Razor.dll in your bin dir?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:27
    Tim Geyssens
    0

    Maybe try restoring the bin from a fresh 4.9 archive

  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:31
    Sebastian Dammark
    0

    Yse, the System.Web.WebPages.Razor.dll is in the bin dir

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:35
    Tim Geyssens
    0

    Ok also remove System.Web.Mvc.dll that should do the trick

  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:37
    Sebastian Dammark
    0

    Thanx a lot.
    This got my heart racing for while :) 

  • Sebastian Dammark 547 posts 1287 karma points
    Mar 04, 2013 @ 15:40
    Sebastian Dammark
    0

    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

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:45
    Tim Geyssens
    0

    check your web.config for the contour entries, 

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 04, 2013 @ 15:46
    Tim Geyssens
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies