System.Resources.MissingManifestResourceException

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have created a resource file in my project. In the source code, when I
am creating the object of that resource file. So, when I am accessing
contents in that file, I am getting an exception:

System.Reources.MissingManifestResourceException.

How do I solve this problem?
 
You might want to show the code that creates the object to access the
resource file as well as the namespace name of your assembly and the name of
your resource file. Is the resource file embedded into your assembly?
 
Back
Top