|
Re: RC2 - where has System.Management.Automation.dll gone? The assemblies are available on a browsable folder location as part of the
Windows SDK.
--
Narayanan Lakshmanan [MSFT]
Windows PowerShell Development
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Andrew Webb" <AndrewWebb@discussions.microsoft.com> wrote in message
news:8E8BFAC9-EC9B-4C0B-B340-0E50E510A4B2@microsoft.com...
> OK - pretty easy to add the reference. Edit the .csproj file in a text
> editor, and add:-
>
> <Reference Include="System.Management.Automation" />
>
> to the relevant section. But it would be nice to have the file back in a
> browsable folder location.
>
> BTW: on the subject of editing files in a text editor, I've found (not
> doubt
> others have too) that if you edit a version 8 .sln file, you have to
> delete
> the blank first line that VS erroneously put there when the solution was
> created. If you don't do this, it won't be recognised as a proper .sln
> file
> anymore. Hope this is fixed in SP1.
> |