Did you see the documentation on how to install Umbraco using NuGet. https://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget If you have tried to install Umbraco using the package manager console, then I think you should try follow the guide where you are install Umbraco from NuGet in Visual Studio.
problem with installing umbraco with nuget
hi. im new on umbraco im just trying to instal umbraco on my project. when i just want to instal it using the command bellow;
Install-Package UmbracoCms
it just gives me this error:
At line:1 char:1 + Install-Package UmbracoCms + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
can anyone help waht is the problem?
Hi moeen and welcome to our :-),
Did you see the documentation on how to install Umbraco using NuGet. https://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget If you have tried to install Umbraco using the package manager console, then I think you should try follow the guide where you are install Umbraco from NuGet in Visual Studio.
I have use this approach before without any problems. If it still give you problems then I would recommend you to try the manual installation. https://our.umbraco.org/documentation/Installation/install-umbraco-manually and of course be sure that you are meet the system requirements for the Umbraco installation you are trying to install https://our.umbraco.org/documentation/Installation/system-requirements
Hope this helps,
/Dennis
Hi moeen,
can you please check the version of Package manager of VS.
Kindly upgrade the
Package Manager with latest version
.and then Install-Package UmbracoCms
Hope this is helpful
Regards,
Mehul Gajjar.
is working on a reply...