System.MissingMethodException
问题 I'm developing a .NET CF 3.5 application on WinCE6 that will build an exe an some dlls. I have defined an example class like this in a class library project: using System.ComponentModel; using System; namespace Utils { public static class Test { public static void runTest() { Exception e = new Win32Exception(0, "CreateToolhelp32Snapshot error."); } } } From my main executable project I will call the runTest() method. Everything is well at compile time. But at run time the following exception