asp.net - Updating Microsoft aspnet mvc 5 failed -


i'm trying install umbraco in fresh .net mvc project in vs express web 2013.

if choose .net framework 4.5 or 4.5.1, try install umbraco via nuget, following error:

updating microsoft.aspnet.mvc 5.2.3 microsoft.aspnet.mvc 4.0.20710.0 failed. unable find version of umbracocms.core conpatible microsoft.aspnet.mvc 4.0.20710.0.

i've tried changing target framework 4.5 4.5.1 , tried unistalling microsoft.aspnet.mvc via package manager , reinstalling no joy.

can tell me how resolve this?

i think issue version of umbraco trying install.

may point towards following blog post, may of help: https://our.umbraco.org/forum/ourumb-dev-forum/bugs/64654-mvc-5-umbraco-nuget-install

alternatively, have not tried manual installation of umbraco? prefer option (i lot more control :p).

see following guide manually installing umbraco: https://our.umbraco.org/documentation/installation/install-umbraco-manually

during manual installation create blank visual studio solution (mvc or webforms) , import umbraco files solution.

the following blog gives example of this: http://www.harshbaid.in/2014/04/30/umbraco-cms-asp-net-mvc-part-3-inside-visual-studio/


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -