Silverlight (WP7) loading a resource
问题 I have the following code. It's not finding my resource: string filename = "Resources/Functions.plist"; Uri fileUri = new Uri(filename, UriKind.Relative); StreamResourceInfo sr = Application.GetResourceStream(fileUri); But after the above executes, sr is null. Not good. I do have a file named "Functions.plist" in a directory named "Resources", which is a subdirectory of my project directory. When I right click it in the solution explorer, I see its build action as "Resource" and its copy to