MissingMethodException in System.Windows.Forms.dll

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
 
R

Regenerater

Hi, I am getting the same error (MissingMethodException in
System.Windows.Forms.dll) The project is in the cf for a Pocket PC.
The program was running fine until i added some more forms. I've not
had much experience with vb.net (about 1 month) and can't for the life
of me figure it out, i've spent the last 3 full days trying to fix it.
Any help would be greatly appreciated

Paul
 
M

michael.martelli

helen,

how did u fix this problem (i.e. how did you copy over the referenced .dlls?)

i am getting this error in a VB.NET application i am adding updates too and i cant figure out how to fix it... thanks...

mike

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top