Copied to clipboard

Flag this post as spam?

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


  • Dane Marshall 2 posts 83 karma points
    Aug 18, 2016 @ 18:31
    Dane Marshall
    1

    Hello :)

    Just tried to update from 7.4 to 7.5 using Update-Package UmbracoCms within VS2015 and I have come across the following error.

    Line 73: document.angularReady = function(app) { Line 74: Line 75: @Html.AngularValueExternalLoginInfoScript((IEnumerable

    Umbraco\Views\Default.cshtml

    Any ideas?

    Thanks, Dane

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Aug 18, 2016 @ 19:14
    Sebastiaan Janssen
    0

    This is just lines of code.. what's the error?

    Here's some tips on debugging upgrade problems: https://cultiv.nl/blog/how-to-diagnose-umbraco-upgrade-problems/

  • Sigurd Aabøe-Sagen 12 posts 122 karma points
    Aug 19, 2016 @ 11:35
    Sigurd Aabøe-Sagen
    0

    Me too getting this error after upgrading for 7.4.3 to 7.5

    Also in Visual Studio it gives me the same error, with red underlines under AngularValueExternalLoginInfoScript' and 'AngularValueExternalLoginInfoScript'

    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

  • Sigurd Aabøe-Sagen 12 posts 122 karma points
    Aug 19, 2016 @ 13:03
    Sigurd Aabøe-Sagen
    100

    Hi

    I found out what my problem was. All my references in my project was linked to a new folder in the NugetBck inn app_data. Witch had all the old DLLs.

    Check filepathes to your references.

    Fixed my shit :-D

  • Dane Marshall 2 posts 83 karma points
    Aug 19, 2016 @ 14:40
    Dane Marshall
    0

    Thanks Sigurd!! That resolved the issue!

  • Eduardo Sobrinho 18 posts 38 karma points
    Sep 01, 2016 @ 19:42
    Eduardo Sobrinho
    0

    Hi! I have the same problem. Could someone please explain to me how to change filepathes from my references.

  • Sigurd Aabøe-Sagen 12 posts 122 karma points
    Sep 01, 2016 @ 19:54
    Sigurd Aabøe-Sagen
    0

    Hi

    What i found out was that my app_data/NugetBackups was included in the project in Visual Studio. When i removed the folder from the project (exclude) and then copied all the dlls from the nugetbck folder til the bin folder.

    I have done 3 or 4 upgrades since this post when the app_data folder was not inlcuded and there was noe issues like this.

    // SIgurd.

  • Damian Chambers 23 posts 87 karma points
    Sep 15, 2016 @ 00:18
    Damian Chambers
    0

    This solution worked for me like a charm. Thanks Sigurd.

  • Eduardo Sobrinho 18 posts 38 karma points
    Sep 01, 2016 @ 20:56
    Eduardo Sobrinho
    0

    Now it worked. Thank you very much! (sorry my bad English)

    Agora funcionou. Muito obrigado!

  • navid 9 posts 88 karma points
    Apr 17, 2017 @ 07:16
    navid
    0

    there is no NugetBackups folder in my site directory? how can i find this folder?

Please Sign in or register to post replies

Write your reply to:

Draft