Hi, thought I'd upgrade a 6.1.1 site to 6.1.3 using the Nuget Package Manager Console in VS2012. All appeared to be going ok. Told it to overwrite all config files, which appeared to go ok, then following a message saying "Successfully added 'UmbracoCMS 6.1.3' to MyProjectName" I get the following error:-
File C:\VS2012\NLAMVC\packages\UmbracoCms.6.1.3\tools\install.ps1 cannot be loaded because the execution of scripts is disabled on this sy
stem. Please see "get-help about_signing" for more details.
At line:1 char:2
+ & <<<< 'C:\VS2012\NLAMVC\packages\UmbracoCms.6.1.3\tools\install.ps1' $rootPath $toolsPath $package $project
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
Any idea what I need to do to fix this? It's on a W7 VM with all latest updates and patches etc.
Upgrade 6.1.1 to 6.1.3 via Nuget Error
Hi, thought I'd upgrade a 6.1.1 site to 6.1.3 using the Nuget Package Manager Console in VS2012. All appeared to be going ok. Told it to overwrite all config files, which appeared to go ok, then following a message saying "Successfully added 'UmbracoCMS 6.1.3' to MyProjectName" I get the following error:-
File C:\VS2012\NLAMVC\packages\UmbracoCms.6.1.3\tools\install.ps1 cannot be loaded because the execution of scripts is disabled on this sy stem. Please see "get-help about_signing" for more details. At line:1 char:2 + & <<<< 'C:\VS2012\NLAMVC\packages\UmbracoCms.6.1.3\tools\install.ps1' $rootPath $toolsPath $package $project + CategoryInfo : NotSpecified: (:) [], PSSecurityException + FullyQualifiedErrorId : RuntimeException
Any idea what I need to do to fix this? It's on a W7 VM with all latest updates and patches etc.
Cheers,
Craig
No answer???
I have noticed that many posts have no answers!
Go to the C:\Windows\SysWOW64\WindowsPowerShell\v1.0\ powershell.exe and set the execution policy by typing this into your powershell window:
Set-ExecutionPolicy RemoteSigned
is working on a reply...