> second... in SafeWaitHandle.cs, the line ... > NativeEventCalls.CloseEvent_internal (DangerousGetHandle()); > should be... > NativeEventCalls.CloseEvent_internal (handle); I missed this one, I have now applied this as well. Miguel