Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I think it could have with different Powershell versions. Windows 8 has Powershell v3, while Windows7/Windows 2008 has Powershell v2.
What is workaround about that? It looks like that you have to forget EPiServer 6:-(
Hello!
I've got the same problem... running Windows 7, but PowerShell is in version 3.
( Installed IE10 some moths ago.. i guess PS3 was installed then.. ).
But still... is there a fix/workaround for this?
I found this: http://mcpmag.com/articles/2011/12/20/powershell-2-and-3-side-by-side.aspx
it's possible to use 2 even if 3 is installed
powershell -version 2
will make current shell to run as version 2 -- BUT still... when restarting... it's back to 3 again... so, is it possible somehow to tell EPiServer Deployment Center to use -version 2 form CMS 6 in some way!?
There is workaround :-) http://www.epinova.no/blog/arild-henrichsen/dates/2013/3/fixing-the-assembly-redirect-for-file-powershell-bug-for-episerver-6-in-windows-8/
Hi,
Windows 8 with 64-bit and x64-based processor, IIS8. It runs MS SQL server instances from versions 2012, 2008 and a default instance from sql2012.
Ich have installed EPIServer 7 and 6R2 on the PC. There is no problem when I create an EPiServer7 project from the deployment center, but I get following error message during creating an EPiServer 6R2 from deplyment center:
Error - At C:\Program Files (x86)\EPiServer\Framework\6.2.267.1\Install\System Scripts\Install Site (SqlServer).ps1:211 char:32
+ echo "Assembly redirect for $file: 1.0.0.0-$fileVerssion"
+ ~~~~~~
At C:\Program Files (x86)\EPiServer\Framework\6.2.267.1\Install\System Scripts\Install Site (SqlServer).ps1:211 char:32
+ echo "Assembly redirect for $file: 1.0.0.0-$fileVerssion"
+ ~~~~~~
System.Management.Automation.ParentContainsErrorRecordException: At C:\Program Files (x86)\EPiServer\Framework\6.2.267.1\Install\System Scripts\Install Site (SqlServer).ps1:211 char:32
+ echo "Assembly redirect for $file: 1.0.0.0-$fileVerssion"
+ ~~~~~~
Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.
Is EPiServer 6R2 incompatible with Windows8/IIS8? Is there some workaround for that. I tried to create on all three sql instances but the same error message.