I'm trying to install Umbraco v7.6.3 using nuget in VS2013 but get the following error:
Install-Package : The 'UmbracoCms 7.6.3' package requires NuGet client version '3.4.4' or above, but the current NuGet version is
'2.12.0.817'.At line:1 char:1
+ Install-Package UmbracoCms
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], NuGetVersionNotSatisfiedException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
It looks like I can't install nuget 3.4.4 on VS2013.
Is there any way around this, or should I just do it manually according to the instructions below?
sorry but I didn't find a solution, so I used the manual method.
Although this works, I hit a snag when I logged into the backoffice to change the Admin user's username. I changed the username, but after saving it, I got the following error:
Value cannot be null. Parameter name: user
The solution for me was straightforward enough (following a quick search here on Our)
re-run a script I wrote called setUmbracoPermissions.bat which assigns the correct permissions to the folders in the umbraco solution
delete the umbraco.config file
delete the TEMP/ClientDepency folder
clear my browser cache
and run an IISRESET.
Now I'm back in business and about to import data from an old CMS (not Umbraco, by the way).
If you have any questions on any of this, let me know and I'll do my best to help.
I was having the same issue, the only way to resolve this is to upgrade to VS 2015 and run upgrade. otherwise try this.This didn't work for me as after upgrade no success but you can try your luck.
nuget 3.4.4 on VS2013
I'm trying to install Umbraco v7.6.3 using nuget in VS2013 but get the following error:
It looks like I can't install nuget 3.4.4 on VS2013.
Is there any way around this, or should I just do it manually according to the instructions below?
https://our.umbraco.org/documentation/Getting-Started/Setup/Install/install-umbraco-manually
Thanks
Muiris
Hi Muiris,
i have the exact same problem. Have your found a solution other than the manual one?
Best regards
René
Hi René,
sorry but I didn't find a solution, so I used the manual method.
Although this works, I hit a snag when I logged into the backoffice to change the
Admin
user's username. I changed the username, but after saving it, I got the following error:The solution for me was straightforward enough (following a quick search here on
Our
)setUmbracoPermissions.bat
which assigns the correct permissions to the folders in the umbraco solutionNow I'm back in business and about to import data from an old CMS (not Umbraco, by the way).
If you have any questions on any of this, let me know and I'll do my best to help.
Thanks Muiris
I was having the same issue, the only way to resolve this is to upgrade to VS 2015 and run upgrade. otherwise try this.This didn't work for me as after upgrade no success but you can try your luck.
We've just today upgraded Visual Studio, but I guess not every organisation is going to be able to afford this in the short term.
Thanks again,
Muiris
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion