Hi, I have a problem with resource file...
I have a solution with two projects. The first project contains ImageResource.resx
file with my images what I use. Every Form
in this project can access to this file from designer. But I can see in the designer ImageResource.resx
file to use it from second project (Reference to second project is present).
I've add the ImageResource.resx
file as a link to my second project. And I saw it in the designer! But when I use some image from this resource in second project VS modified my original file (It sets the namespaces, and other..) and my solution brokes. Also VS say me that ImageResource.resx
has present in two dll's first_project.dll
and second_project.dll
Onybody can help me How to correctly use shared resource between projects?
thanks!