My program is divided in modules, which are implemented in different silverlight projects.
I would like to create a view (note that i’m doing this on SL side )and associate a module name to a xap from ClientBin directory.
To do this, i need to list all the “.xaps” that exists on this directory(probably i will create a listbox with them).
I’ve tried to do this with Directory methods, but my access is always denied.
I’ve also tried with Path methods, but i failed too.
Is this possible?
Thanks in advance!
The server needs some kind of a web service for your SL app. That web service will have access to the server file system and you can use normal DirectoryInfo to read the files from the directory.