System.MissingMethodException' occurred in System.Windows.Forms.dll

  • Thread starter Thread starter A_PK
  • Start date Start date
A

A_PK

Hi, I dun know how come my program will cause this problem ?

Is it the conflict between the System.Windows object and the
Opennetcf.windows.form object ?

Pls guide me......
 
Step through your code in the debugger and find out exactly what line the
exception is raised on, and please post a code snippet so that we can
advise.

Peter
 
As Peter has suggested, please post the code that is failing. This may or
may not be due to a real missing method. Unfortunately, when the CF loader
encounters an error, it is not possible to route the exact error back to the
managed app, so it throws a MissingMethodException.

Dan
 
Back
Top