Copied to clipboard

Flag this post as spam?

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


  • Kasper Dyrvig 246 posts 379 karma points
    Feb 24, 2015 @ 11:06
    Kasper Dyrvig
    0

    Not working in Umbraco 7.2.2!

    Hi

    I have just upgraded my Umbraco site to version 7.2.2. Now Dialogue is not working. I have also tested local in a fresh install and it is the same thing.

    When entering the forum pages I get Compilation Error:

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0234: Typen eller navneområdenavnet 'Helpers' findes ikke i navneområdet 'Microsoft.Web' (mangler der en reference til en assembly?)

    Source Error:

    Line 29:     using Umbraco.Core.Models;
    Line 30:     using Umbraco.Web.Mvc;
    Line 31:     using Microsoft.Web.Helpers;
    Line 32:     using umbraco;
    Line 33:     using Examine;

    Source File: c:\Users\Me\AppData\Local\Temp\Temporary ASP.NET Files\vs\f3d57e55\d2fa245e\App_Web_dialogue.cshtml.19459672.vbvu2czh.0.cs Line: 31

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Feb 24, 2015 @ 12:16
    Lee Kelleher
    104

    Hi Kasper,

    This is because the file /bin/Microsoft.Web.Helpers.dll was removed in Umbraco v7.2.2 - which Dialogue assumed would be distributed.

    The quickest fix for you is to get hold the Microsoft.Web.Helpers.dll and copy it to your /bin folder.

    If you are using NuGet, you can get it from here: https://www.nuget.org/packages/microsoft-web-helpers/

    Cheers,
    - Lee (Kelleher, not Messenger)

  • Kasper Dyrvig 246 posts 379 karma points
    Feb 24, 2015 @ 14:18
    Kasper Dyrvig
    0

    Thanks Lee,

    Yes, it helped for now :-)

  • Jason Prothero 422 posts 1243 karma points c-trib
    Mar 03, 2015 @ 19:32
    Jason Prothero
    0

    This one bit me too (not specifically for this package though).  I had to remove my existing reference to the Helpers library then install via Nuget.

     

    Thanks,

    Jason

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Mar 03, 2015 @ 19:37
    Nicholas Westby
    0

    Here's a YouTrack issue related to this: http://issues.umbraco.org/issue/U4-6315

  • Damiaan 442 posts 1301 karma points MVP 6x c-trib
    Mar 24, 2016 @ 13:31
    Damiaan
    0

    We had a similar issue after upgrading a website. The issue was that we had overwritten the web.config in the views folder.

    (Nothing related to Dialogue)

Please Sign in or register to post replies

Write your reply to:

Draft