vote up 0 vote down star

Hi,

I am using C# and how can I code to share a resource file between my projects in the same solution?

Thank you.

flag

80% accept rate

1 Answer

vote up 2 vote down check

You can add a resx to an empty class project, change the visibility type on the editor from internal to public and then reference that project from both other projects.

http://blog.dmbcllc.com/wp-content/uploads/2009/04/image.png (from: http://blog.dmbcllc.com/2009/04/02/silverlight-resx-files-and-internationalization/)

link|flag
Thank you, I couldn't see the visibility type :) – mrok Oct 2 at 11:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.