I have some files in my project that have Build Action set to Content.
How can I obtain a stream to read these content files?
PS: Setting the Build Action to Resource and then reading the file via Application.GetResourceStream() is not an option.
Items with
Build ActionofContentare included in the package (.xap) file and are accessible via aUri. You still useApplication.GetResourceStream()to get at a streamThis is fairly well documented in the MSDN help. Application.GetResourceStream