evelo2
Results
1
comments of
evelo2
Here is how to fix: PipeSecurity pSecure = new PipeSecurity(); pSecure.SetAccessRule(new PipeAccessRule("Everyone", PipeAccessRights.ReadWrite, System.Security.AccessControl.AccessControlType.Allow)); pipeServer = new NamedPipeServer("Your.PipeName", pSecure);