I am using OS process sampler in JMeter to run a exe developed in.NET. I am getting below error:
The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded) at System.Console.GetBufferInfo() at Sytem.Console.Clear() at MyApplication.Program.Main(String[] args)
How can I fix it? Thanks in advance!