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?

Re: System.Resources.MissingManifestResourceException by CT

CT
Wed Nov 09 07:44:24 CST 2005

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?

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Sheshadrinath R" <SheshadrinathR@discussions.microsoft.com> wrote in
message news:25B71C98-3DC6-487E-B4BA-0100788D62E2@microsoft.com...
> 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?