G
Guest
Hi everyone,
In a project I am developing I kept getting the message "An unhandled exception of type 'System.MissingMethodException' occurred in System.Windows.Forms.dll.
For the life of me I couldn't see what was wrong with my code. I finally figured it out -- sometimes VS 2003 neglects to copy over referenced .dlls. In my solution, I have a startup project and 2 referenced projects. The .dlls for the referenced projects were not deployed to either the emulator or the device when I deployed the solution.
I notice from a Google search that I am not alone in having this problem, so I hope my experience may help someone out there.
Cheers,
Helen
In a project I am developing I kept getting the message "An unhandled exception of type 'System.MissingMethodException' occurred in System.Windows.Forms.dll.
For the life of me I couldn't see what was wrong with my code. I finally figured it out -- sometimes VS 2003 neglects to copy over referenced .dlls. In my solution, I have a startup project and 2 referenced projects. The .dlls for the referenced projects were not deployed to either the emulator or the device when I deployed the solution.
I notice from a Google search that I am not alone in having this problem, so I hope my experience may help someone out there.
Cheers,
Helen