How do I set a resource file to non-embedded

Posted by themaninthesuitcase on Stack Overflow See other posts from Stack Overflow or by themaninthesuitcase
Published on 2010-04-16T09:50:11Z Indexed on 2010/04/16 9:53 UTC
Read the original article Hit count: 161

In Visual studio 2008 is it possible to have a resource file that is included as a separate file after compilation rather than as an embedded resource. This is to enable small changes to be rolled out more easily.

I have tried build options of Resource, None, Compile and also copy local on and off for most of these. However when ever I try access the resource at run time I get a cannot find resource exception.

Is this actually possible or am I wasting my time?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio