MissingManifestRessourceException

  • Thread starter Thread starter Redouane HEBBAL
  • Start date Start date
R

Redouane HEBBAL

Hi group,

What could be the reason(s) of a MissingManifestRessourceException ?
How to correct it ?

Red1
 
You could use

System.Reflection.Assembly.GetManifestResourceNames()

to get the names of the resources in you assembly and then check again the
one that you are requesting.

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top