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.
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.
Nuget Update to 7.5
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
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/
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
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
Thanks Sigurd!! That resolved the issue!
Hi! I have the same problem. Could someone please explain to me how to change filepathes from my references.
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.
This solution worked for me like a charm. Thanks Sigurd.
Now it worked. Thank you very much! (sorry my bad English)
Agora funcionou. Muito obrigado!
there is no NugetBackups folder in my site directory? how can i find this folder?
is working on a reply...