I created a new empty web application in VS 2015 (MVC 5 but empty). Then I unsed NuGet to obtain UmbracoCms 7.3.3, the latest stable version. No errors were reported during the installation.
However, I'm getting a lot of errors as the one listed below, in the references. All are nagging about DNX 5.0 being not supported.
NU1002 The dependency Microsoft.AspNet.WebHelpers 3.2.3 in project PocUmbraco does not support framework DNXCore,Version=v5.0. PocUmbraco c:\users...\Projects\PocUmbraco\src\PocUmbraco\project.json
I'm very unclear why. I'm equally uncertain on how to resolve it. Suggestions?!
My experience with Umbraco is about 48 hours. However, I've done several years of development, which frankly speaking might be a disadvantage in this case. :)
Do I need to install Core 7.3.3 separately? Do I need to remove any files? The guide on the site only said that I need to get the empty project, which I did.
Fail at the very start in empty project
I created a new empty web application in VS 2015 (MVC 5 but empty). Then I unsed NuGet to obtain UmbracoCms 7.3.3, the latest stable version. No errors were reported during the installation.
However, I'm getting a lot of errors as the one listed below, in the references. All are nagging about DNX 5.0 being not supported.
I'm very unclear why. I'm equally uncertain on how to resolve it. Suggestions?!
My experience with Umbraco is about 48 hours. However, I've done several years of development, which frankly speaking might be a disadvantage in this case. :)
Do I need to install Core 7.3.3 separately? Do I need to remove any files? The guide on the site only said that I need to get the empty project, which I did.
is working on a reply...