I'm discovering umbraco. I installed it on an server (not my local machine) in order to try it. Since I'm a .net developper, I'd like to go deeper, and learn the different features of umbraco.
I started to watch some video about surface controller on umbraco.tv.
I'm doing exactly what's done in this video (on my local machine and local db) but I have some troubles with the umbracocms nuget package installation. Sebastiaan Janssen helped me to pass some issues (cf this twitter thread), but now I'm stuck on a new error: I'm passing 3 steps of the install wizard (Install Umbraco 7, Configure your database, Install a starter website) with customizing option, then at the 4th screen, I have these errors: (chrome console error & umbraco view error).
It might be a web.config issue, but I can't figure it out..
Thanks Jay for your help! I tried many times again with the tuto you gave me, but I was almost following these steps before (accordingly to the video).
Finally I installed the nuget package umbracocms 7.1.9 (thanks to the nuget command line "Install-Package UmbracoCms 7.1.9") version instead of 7.2.0 (as shown in the video and the tuto) on an MVC4 project and it works! For now, I'll keep this version.
there is a issue with local Visual Studio versions. I have not the englisch version of visual studio. Because this, the installation with nuget failed on 7.2.0 and 7.2.1. Maybe you can update to 7.2.1 from 7.1.9 with nuget after install:
Hi Sören, thanks for your answer: your solution did the trick!
I just executed this command line on the nuget package manager tool "Update-Package UmbracoCms" (I ran "Install-Package UmbracoCms -Version 7.1.9" before - cf my previous post).
I'm done with it, let's discover umbraco from a developper side :)
Sorry Charles for the delay, it's been a very busy week. Sören already pointed you to the forum thread about this and I would really love it if you could give the latest nightly build a go to make sure that I've really fixed the problem now.
Can you run the following in the NuGet Package Manager Console please:
I am not sure if my problem is the same here but I am having trouble using nuget to install Umb 7.2 inot a VS2012 MVC 4 blank project. The install appears to complete correctly but when i try to install i get an 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
and when i look in the install folder there are no umbraco related folders that I am used to seeing 'umbraco', 'umbraco_client' etc...
Nuget Install-Package UmbracoCms not working
Hi all,
I'm discovering umbraco. I installed it on an server (not my local machine) in order to try it. Since I'm a .net developper, I'd like to go deeper, and learn the different features of umbraco.
I started to watch some video about surface controller on umbraco.tv.
I'm doing exactly what's done in this video (on my local machine and local db) but I have some troubles with the umbracocms nuget package installation. Sebastiaan Janssen helped me to pass some issues (cf this twitter thread), but now I'm stuck on a new error: I'm passing 3 steps of the install wizard (Install Umbraco 7, Configure your database, Install a starter website) with customizing option, then at the 4th screen, I have these errors: (chrome console error & umbraco view error).
It might be a web.config issue, but I can't figure it out..
Do you have any idea?
Thank you!
Hi can you post a screen shot of the error :) ?
Hi,
You can see the error throught these links: screen error and chrome js console error
Thanks :)
up please
I followed this guide and never had a problem with it:
https://our.umbraco.org/documentation/installation/install-umbraco-with-nuget
Good luck.
Thanks Jay for your help! I tried many times again with the tuto you gave me, but I was almost following these steps before (accordingly to the video).
Finally I installed the nuget package umbracocms 7.1.9 (thanks to the nuget command line "Install-Package UmbracoCms 7.1.9") version instead of 7.2.0 (as shown in the video and the tuto) on an MVC4 project and it works! For now, I'll keep this version.
Thanks again Jay!
Hi Charles,
there is a issue with local Visual Studio versions. I have not the englisch version of visual studio. Because this, the installation with nuget failed on 7.2.0 and 7.2.1. Maybe you can update to 7.2.1 from 7.1.9 with nuget after install:
https://our.umbraco.org/forum/getting-started/installing-umbraco/59785-nuget-install-720-fails?p=1
Best,
Sören
Hi Sören, thanks for your answer: your solution did the trick!
I just executed this command line on the nuget package manager tool "Update-Package UmbracoCms" (I ran "Install-Package UmbracoCms -Version 7.1.9" before - cf my previous post).
I'm done with it, let's discover umbraco from a developper side :)
Sorry Charles for the delay, it's been a very busy week. Sören already pointed you to the forum thread about this and I would really love it if you could give the latest nightly build a go to make sure that I've really fixed the problem now.
Can you run the following in the NuGet Package Manager Console please:
Install-Package UmbracoCms -Version 7.2.2-nightly22 -Pre -Source https://www.myget.org/F/umbraco72nightly/
After that you should be able to install without problems. Let me know!
Hi Sebastiaan,
this works for me! Great! Thank you.
Best,
Sören
Hi Sebastiaan,
I tried and I have an error: here (the assembly 'CMS' is my MVC4 WebSite)
@Charles Are you trying to install Umbraco in a blank MVC5 solution perhaps? We don't support MVC5 yet, make sure to choose a completely blank or MVC4 project. Please refer to the documentation here: https://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget
@Sebastiaan, as I said in my previous post, I used an empty MVC4 project
Hey Guys,
I am not sure if my problem is the same here but I am having trouble using nuget to install Umb 7.2 inot a VS2012 MVC 4 blank project. The install appears to complete correctly but when i try to install i get an error:
and when i look in the install folder there are no umbraco related folders that I am used to seeing 'umbraco', 'umbraco_client' etc...
Any ideas, i mus be missing step or something.
L
Well this is good and embarrasing for a Monday, forgot to compile the solution....
L
is working on a reply...