S
steve bull
I created an embedded resource by adding a Swatches.xml file to my Solution and then making it an embedded resource in
the VS IDE.
When I try to open a stream to the resource using GetManifestResourceStream("Swatches.xml") it fails.
Do I need to prefix the resource with a namespace or something?
Thanks,
Steve
the VS IDE.
When I try to open a stream to the resource using GetManifestResourceStream("Swatches.xml") it fails.
Do I need to prefix the resource with a namespace or something?
Thanks,
Steve