File 'Web.config' already exists in project 'UmbracoSite'. Do you want to overwrite it? [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "N"):Y Overwrite existing file 'Web.config'. Install failed. Rolling back... Install-Package : Specified condition "$(CleanWPPAllFilesInSingleFolder)" evaluates to "" instead of a boolean. C:\Program Files (x86)\MSBuild\Microso ft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets At line:1 char:1 + Install-Package UmbracoCms + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidProjectFileException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
The advise for now is when you're installing Umbraco: suspend ReSharper through Tools > Options > ReSharper > Suspend Now.
After you're done installing or updating you can re-enable ReSharper in the same way.
Error installing Umbraco 7.1.4 with Nuget
Hi
I'm trying to install Umbraco with Nuget in Visual Studio 2013. But gets an error.
I have also tried to follow this guide http://our.umbraco.org/documentation/installation/install-umbraco-with-nuget
I get this error in the Package Manager Console:
Please help
/Mikkel
I've updated the documentation, unfortunately ReSharper messes with our installation (we've reported multiple times, like: http://youtrack.jetbrains.com/issue/RSRP-419513).
is working on a reply...