what does the this unhandled MissingManifestResourceException mean?

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I just got an unhandled exception of type
MissingManifestResourceException but do not know what it means.

I declare a class before the main form, and within the namespace.

can someone help?

Thanks in advance,



Carlos.
 
Hi Carlos,

I remember it was a kind of known issue with Visual Studio. Move the class
declaration elsewhere (preferrably to a separate source file) and the
problem should go away.
 
Back
Top