I’ve installed powershell v2 ctp3 from the ms download and was wondering where the usual reference assemblies are stored for use in c# for this version. I know for the v1 version they are in program file\etc\reference assemblies\powershell…. but where are they for the v2 ctp3 version. I specifically looking for the new System.Management.Automation.dll
regards
Bob.
On my 32 bit XP system
reveals:
Looking at the FileVersion reveals that the one in the GAC is the version you're looking for. But since it's in the GAC you don't need to worry about it, just reference it and than use it.