Retrieving file path from IsolatedStorage
Posted
Sat, Oct 4 2008 12:57
by
AngelHernandez
Some days ago I was working on a new article and I needed to retrieve a file embedded in my assembly, I usually extract it into the TEMP folder but before publishing anything (code) I test it on virtual machines and it failed on Windows Server 2008
but after investigating the cause I finally found the problem... Permissions. Anyways, I wrote a method which returns the path of a file in the IsolatedStorage so we can reference it anywhere in our application.

Regards,
Angel