Copied to clipboard

Flag this post as spam?

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


  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    Oct 20, 2016 @ 11:50
    Owain Williams
    0

    Compile error after upgrade to 7.5

    Hi I've just upgraded from 7.4.2 to 7.5.4 via NuGet package manage and everything seemed to go OK. I can access the frontend of the site without any issues but when I try and go to the login screen via /umbraco I get the error

    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: CS1061: 'System.Web.Mvc.HtmlHelper<object>' does not contain a definition for 'AngularValueExternalLoginInfoScript' and no extension method 'AngularValueExternalLoginInfoScript' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<object>' could be found (are you missing a using directive or an assembly reference?)
    
    Source Error:
    
    
    Line 73:         document.angularReady = function(app) {
    Line 74: 
    Line 75:             @Html.AngularValueExternalLoginInfoScript((IEnumerable<string>)ViewBag.ExternalSignInError)
    Line 76:             @Html.AngularValueResetPasswordCodeInfoScript(ViewData["PasswordResetCode"])
    Line 77:         }
    

    I've cleaned my solution, rebuilt it and still get the error. Anyone else come across this before?

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Oct 20, 2016 @ 16:18
  • 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