Embedding Powershell CTP 2 in C# - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T06:47:59Zhttp://stackoverflow.com/feeds/question/202913http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/202913/embedding-powershell-ctp-2-in-c0Embedding Powershell CTP 2 in C#rboone2008-10-14T21:24:41Z2008-11-14T13:28:51Z
<p>I have an application that has Powershell 1 embedded into it, but we need to be able to use Powershell STAThreaded which is available in Powershell 2 CTP. Currently, System.Management.Automation is at 1.0.0.0. Does anyone know how to get Visual Studio to use the newer dll?</p>
http://stackoverflow.com/questions/202913/embedding-powershell-ctp-2-in-c/203049#2030491Answer by EBGreen for Embedding Powershell CTP 2 in C#EBGreen2008-10-14T22:11:17Z2008-10-14T22:11:17Z<p>I'll look into it, but you realize that there is absolutely no guarantee that anything in the CTP will stay the way that it is right now? Most likely it will, but I wouldn't develop against it right now.</p>
<p>EDIT: As a matter of fact this is a quote from the CTP download page:</p>
<blockquote>
<p><strong>This software is a pre-release version. It will not work the way a final version of the software does. Features will change before final release.</strong></p>
</blockquote>
http://stackoverflow.com/questions/202913/embedding-powershell-ctp-2-in-c/290073#2900730Answer by ctarun for Embedding Powershell CTP 2 in C#ctarun2008-11-14T13:28:51Z2008-11-14T13:28:51Z<p>I'm not sure if you can yet, to use powershell V1.0 you needed to download "Windows SDK for Windows Server 2008 and .NET Framework 3.5" to get the dll file that you referenced. You would now need to find a SDK that has the dll for the CPT file(Maybe the CPT includes the dll, I think it's called System.Management.Automation.dll in the V1.0 version).</p>
<p>Good Luck</p>