I have a Silverlight Library project that is linked to from a WPF application (shared .xaml
and .cs
code).
I am trying to add a class to start powershell runspace and execute some commands. Yet I cannot add the reference to the Silverlight library and I get this error:
What reference should I add to Silverlight library so I can invoke PowerShell cmdlets?