P
PocketDeveloper
What is the process for debugging a System.MissingMethodException
error?
I am using vb.net in the Compact Framework.
Mine appears in a Mousedown event, but if I wrap a Try/Catch in that
code, a System.MissingMethodException error then appears at the
Application.Run(New Form1) level., with a green triangle pointing to
this line when debugging.
There is no code that "triggers" the error in this case; it has jumped
up to the application level, correct?
If a wrap a Try-Catch around Application.Run, then I get the same
error, only now it adds that there is NO code that can be stepped
into.
So, how do you systematically debug such an error?
Do you look for duplicate .DLLs or assemblies, perhaps?
I search on groups for information on this error, and people don't
ever seem to know how to systematically debug it...
error?
I am using vb.net in the Compact Framework.
Mine appears in a Mousedown event, but if I wrap a Try/Catch in that
code, a System.MissingMethodException error then appears at the
Application.Run(New Form1) level., with a green triangle pointing to
this line when debugging.
There is no code that "triggers" the error in this case; it has jumped
up to the application level, correct?
If a wrap a Try-Catch around Application.Run, then I get the same
error, only now it adds that there is NO code that can be stepped
into.
So, how do you systematically debug such an error?
Do you look for duplicate .DLLs or assemblies, perhaps?
I search on groups for information on this error, and people don't
ever seem to know how to systematically debug it...