B
Bill Mell
I would like to use compiled resource files in my web application that are
not related to localization.
The idea is to have a dll with resources that can be accessed by the
website.
I have no problem making the dll.
I am running into problems using it.
I am attempting to use the resource manager to get the values from the dll
and update the controls appropriately.
When I try to use it, I get a MissingManifestResourceException error saying
Could not find any resources appropriate for the specified culture (or the
neutral culture) on disk.
How can I avoid this?
Thanks,
Bill Mell
not related to localization.
The idea is to have a dll with resources that can be accessed by the
website.
I have no problem making the dll.
I am running into problems using it.
I am attempting to use the resource manager to get the values from the dll
and update the controls appropriately.
When I try to use it, I get a MissingManifestResourceException error saying
Could not find any resources appropriate for the specified culture (or the
neutral culture) on disk.
How can I avoid this?
Thanks,
Bill Mell