An exception occurs only on my machine: method not found: WaitHandle.WaitOne (Int32)

An exception occurs only on my machine inside the reference .dll: Method not found: WaitHandle.WaitOne (Int32)

This seems to be a problem with the .NET version, but I installed .NET 3.5 and restarted, and I still see the same problem. Gacutil shows mscorlib Version 2.0.0.0.

We changed the code to call the two parameters of the WaitOne () API, and everything works on all machines. However, it would be useful to know why some machines with .NET 3.5 installations do not contain a version of a single parameter of this function.

+5
source share
3 answers

MSDN , SP1 WaitHandle.WaitOne(Int32). , , 2.

+10

.

Google Groups API (.NET 2.0 SP2.) , 3.5 ..NET 3.5 API 2.0 SP2.

MSDN: : 3.5 SP1, 3.0 SP2, 2.0 SP2

+1
0

All Articles