Hi,
I have a problem using ResourceManager GetString. The underlying
resource is a simple text lookup using the resx data contents.
When I specify a resource manager instance from an executable
application, I am getting a proper execution of GetString.
Conversely, and quite puzzling, the same attempt from a DLL with its
own resx resource lookup data throws MissingManifest ResourceExcepti on.
I have scoured google for any inkling of how to get around this but
have yet to find any sort of attempt at a solution, much less one
being adequate.
It seems as if this is a widely experienced problem and would seem to
me to be somewhat of a hindrance, especially when using DLL files with
embedded resources.
What might I do to workaround the issue?
Thanks.
I have a problem using ResourceManager GetString. The underlying
resource is a simple text lookup using the resx data contents.
When I specify a resource manager instance from an executable
application, I am getting a proper execution of GetString.
Conversely, and quite puzzling, the same attempt from a DLL with its
own resx resource lookup data throws MissingManifest ResourceExcepti on.
I have scoured google for any inkling of how to get around this but
have yet to find any sort of attempt at a solution, much less one
being adequate.
It seems as if this is a widely experienced problem and would seem to
me to be somewhat of a hindrance, especially when using DLL files with
embedded resources.
What might I do to workaround the issue?
Thanks.