How to get embedded resource of another project

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I have two project in a solution, they belong two different namespace.
How can I get the embedded resource of another project?
 
Use the ResourceManager class, overloaded constructor for other
asseblies:

public ResourceManager (
string baseName,
Assembly assembly,
Type usingResourceSet
)
 
Thanks,
But I can't understand what you say.
Could you tell me more detail?
 

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