jparrotta
jparrotta
Same problem here
After some testing I found the problem is related to Terminal Services, in my case I'm trying to use seleniumbasic from vba code on an access database, but is only...
I was able to solve the problem by editing the following line in syswaiter.cs: _signal_interrupt = new EventWaitHandle(false, EventResetMode.ManualReset, @"Global\InterruptKey" + Environment.UserName, out createdNew, security); the problem was caused by...