M
Mark Volstad
All of a sudden (yeah, I know I must have changed
SOMEthing...) I am getting the following error when I try
to deploy my CE app to the emulator: "An unhandled
exception of type 'System.MissingMethodException'
occurred in System.Windows.Forms.dll". If I attempt to
reproduce this by creating a trivial smart device app
that contains a single empty form, I don't see the error.
As soon as I add an empty Try...Catch block to the form's
Load event handler, the error occurs. The code compiles
fine, though. When I step through in debug mode, I find
that the error occurs on:
Application.Run(New Form1())
in the "Sub Main" of the designer-generated code section.
What should I be looking for?
Mark
SOMEthing...) I am getting the following error when I try
to deploy my CE app to the emulator: "An unhandled
exception of type 'System.MissingMethodException'
occurred in System.Windows.Forms.dll". If I attempt to
reproduce this by creating a trivial smart device app
that contains a single empty form, I don't see the error.
As soon as I add an empty Try...Catch block to the form's
Load event handler, the error occurs. The code compiles
fine, though. When I step through in debug mode, I find
that the error occurs on:
Application.Run(New Form1())
in the "Sub Main" of the designer-generated code section.
What should I be looking for?
Mark