Friday, March 07, 2008 - Posts

Silverlight 2 - Clearing Isolated Storage and Quota == Long.MaxValue

I got into a situation where IsoloatedStorageFile.Quota was returning Long.MaxValue to me ( no idea why ). It looks like Silverlight2 isolated storage is being stored in; c:\users\userName\AppData\LocalLow\Microsoft\Silverlight\is so I just used process Read More

Filed Under:

Silverlight 2 - Resizing Isolated Storage has to be from the UI

I got myself caught in a gotcha today. I was building a little demo which uses WebClient to download a file and then tries to cache it using Isolated Storage ( I'm not sure that's particularly useful because I think the browser will cache it anyway ). Read More

Filed Under: