installing v7.1 via nuget using vs 2012 and empty .net 4.5 web app fails
Tried installing 7.1 and 7.1.1 via nuget with no joy
I also noticed the actual Umbraco folder is missing
Here is the error
The view '/umbraco/install/views/index.cshtml' or its master was not found or no view engine supports the searched locations. The following locations were searched: /umbraco/install/views/index.cshtml
installing v7.1 via nuget using vs 2012 and empty .net 4.5 web app fails
Tried installing 7.1 and 7.1.1 via nuget with no joy
I also noticed the actual Umbraco folder is missing
Here is the error
The view '/umbraco/install/views/index.cshtml' or its master was not found or no view engine supports the searched locations. The following locations were searched:
/umbraco/install/views/index.cshtml
Hi Steve
Did you follow the steps from http://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget
And have you checked the all system requirements are in place? http://our.umbraco.org/documentation/Installation/system-requirements
Hope this helps.
/Jan
Hi Jan
Thanks for getting onto this, yes I have various versions of Umbraco already and lots of other .Net apps on the same machine
I used an empty application intitally because i dont like to bloat projects with unecessary binaries etc
A lot of the folders had a dummy.txt file and that was it
Reluctantly I tried a MVC 4 empty app and it has installed fine, maybe a gotcha there sommewhere
Steve
Hi Steve
Glad to hear you got it solved :)
/Jan
I think I was having a similar issue.
I had the site set up in the full version of IIS, and therefore I did not click 'View in browser' on the project in Visual Studio.
It seems this step triggers the install process and adds the additional files/folders to the project.
is working on a reply...