I am working on WP project i need to get the images from local folder, when I use Directory.GetFiles() method i get 'System.MethodAccessException' but it works fine on a device.
Can anybody please explain me the reason?

Regards, Sonya

没有正确的解决方案

其他提示

You should use IsolatedStorage.GetFileNames instead of Directory.GetFiles.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top