c# - Windows Powershell SDK and System.Management.Automation.PSObject -
I have an error in a faster program that I'm compiling in a Windows Server 2008 Visual Studio 2008, I think SP's 2-64-bit OS says it 'system' Management. Automation. POOBiject 'is defined in an assembly that is not referred. I did some searches in MSDN and I found that it is part of Windows Power Shell SDK.
The problem is that I already have Windows Powershell if all this is what I want, how do I use it or refer it to the C-Sharpe IDE? If I want to download additional surplus (i.e. SDK), then where do I want to go to do this? I could not find anything online
View in C: Program Files \ Reference Assemblies \ Microsoft \ WindowsPowerShell \ v1.0 < / Code> for System.Management.Automation.dll and if it exists, add it as a reference in your C # project. If it does not exist, then download that will put the file in the top position.
Comments
Post a Comment