Exception is occuring only on my machine: Method not found: WaitHandle.WaitOne(Int32)

后端 未结 3 624
醉梦人生
醉梦人生 2021-01-19 02:39

Exception is occuring only on my machine inside a referenced .dll: Method not found: WaitHandle.WaitOne(Int32)

This appears to be a .NET runtime version problem but

3条回答
  •  野的像风
    2021-01-19 02:59

    Thank you for the suggestions.

    The Google Groups post also points to a framework compatibility issue with the API (.NET 2.0 SP2.) To reiterate, after installing 3.5 on the machine we are still seeing the exception. .NET 3.5 should contain all API additions from 2.0 SP2.

    From the MSDN page: Supported in: 3.5 SP1, 3.0 SP2, 2.0 SP2

提交回复
热议问题