method access exception in wp7 emulator

83 Views Asked by At

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

1

There are 1 best solutions below

0
Oren On

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