Hi
I am creating a Windows Mobile application for the smartphone. I want to include some mp3 files in the application resources and use them in the application. I have included these mp3 files by adding them to the solution directly but when I try and access them, I get a NullReferenceException.
Can someone please tell me how to package the mp3 files with my application or if I've done that correct what could be the reason the files are not recognized in the application?
Thanks