.NET with an open mind
In: .NET
26 Sep 2008A customer complained today about a WinForms application written for .NET 2.0 that crashed. It turns out that on the customer’s computer, a MissingMethodException is thrown when calling:
bool signal = WaitHandle.WaitOne(0);
Well, it works fine on my computer and I was certain that the project settings in Visual Studio 2008 was set to .NET version 2.0 [...]
This is a site targeted at software developers that have an interest in the Microsoft.NET platform. Having an open mind also means that other technologies and platforms will be investigated.