SysToolsLib icon indicating copy to clipboard operation
SysToolsLib copied to clipboard

System.IO.Pipes.Pipedirection

Open Beelado opened this issue 7 years ago • 0 comments

Hi,

I'm trying to use the script but after compiling and running I keep getting the following alert in the log:

2018-08-28 15:23:34 2196 NT AUTHORITY\SYSTEM VLADTEST.ps1 -Service # Control Pipe Handler thread failed: Exception calling "EndInvoke" with "1" argument(s): "Unable to find type [System.IO.Pipes.PipeDirection]: make sure that the assembly containing this type is loaded."

I have .NET 4.5.2 and I can see you're loading System and System.IO but I'm unsure why I wouldn't be able to find System.IO.Pipes.PipeDirection if should be included in SystemCore.dll.

Thanks, Vlad

Beelado avatar Aug 28 '18 14:08 Beelado