How to install Umbraco Cms in ASP.NET Core MVC project through nugetpackage.
Hi,
I started with ASP.NET MVC 5 and I installed Umbraco(version 8.) successfully there, but now I started ASP.NET CORE MVC and now when I tried to install Umbraco(10. or 14.1.1) in my application through NugetPackage it throwing so many Exceptions(though umbraco got installed and it happens when I run the application). Please help me to cope with this!. I actually installed Umbraco template using .NET CLI(I just tried it and works fine!). But I want to install Umbraco Cms in my ASP.NET CORE MVC Application. Please help me!.
How to install Umbraco Cms in ASP.NET Core MVC project through nugetpackage.
Hi, I started with ASP.NET MVC 5 and I installed Umbraco(version 8.) successfully there, but now I started ASP.NET CORE MVC and now when I tried to install Umbraco(10. or 14.1.1) in my application through NugetPackage it throwing so many Exceptions(though umbraco got installed and it happens when I run the application). Please help me to cope with this!. I actually installed Umbraco template using .NET CLI(I just tried it and works fine!). But I want to install Umbraco Cms in my ASP.NET CORE MVC Application. Please help me!.
You need to install the templates, you can then add a new "Umbraco project"
https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/visual-studio
Thanks Huw!
is working on a reply...