.resx file data inaccessible in Visual C#
- by dsp_099
What I'm trying to do: include some files along with the executable to extract them later.
I have two projects, both with a Resource1.resx file (and some resources included from disk).
In one project, I can use File.WriteAllBytes(path,
Resource1.Image); to dump the resource to disk.
In another,
Resource1 is does not exist.
I've done this before but all I can find is information about localizations (?) when I search MSDN for how to work with Resources.