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?
 

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

Back
Top