C# Help.
My c# code has:
using System.Management.Automation;
however visual studio does not understand what Automation is and it gives me an error. Any ideas how to fix this issue?
using System.Management.Automation;
however visual studio does not understand what Automation is and it gives me an error. Any ideas how to fix this issue?