November Happy Hour will be moved to Thursday December 5th.
Hi, I am trying to run the "Install site without database" from the Deployment Center and got the following error:
Add-PSSnapin : Incorrect Windows PowerShell version 4.0. Windows PowerShell version 2.0 is supported in the current console.At C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Install\System Scripts\Install Site (No database).ps1:29 char:14+ Add-PSSnapin <<<< EPiServer.Install.Common.1 + CategoryInfo : InvalidArgument: (EPiServer.Install.Common.1:String) [Add-PSSnapin], PSArgumentException + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
Is there a way to specify the powershell version to be used in the EPiServerInstall.exe.config? I tried to add
<configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v2.0.50727"/> </startup> </configuration>
but the deployment center crashes at startup.
Thanks
Hi, I am trying to run the "Install site without database" from the Deployment Center and got the following error:
Add-PSSnapin : Incorrect Windows PowerShell version 4.0. Windows PowerShell ver
sion 2.0 is supported in the current console.
At C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Install\System Scripts\Instal
l Site (No database).ps1:29 char:14
+ Add-PSSnapin <<<< EPiServer.Install.Common.1
+ CategoryInfo : InvalidArgument: (EPiServer.Install.Common.1:Stri
ng) [Add-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.Add
PSSnapinCommand
Is there a way to specify the powershell version to be used in the EPiServerInstall.exe.config? I tried to add
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
but the deployment center crashes at startup.
Thanks