I had several CSV files embedded in the Silverlight DLL (as a resource). I need to move them to XAP (as content, not a resource). The problem is that Application.GetResourceStream always returns null when trying to access files. I tried several ways to achieve this, but it seems I can not do this. How do you reference CSV files from code?
Thanks in advance.
source
share