문제

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