Advanced Forum Search Results
-
Okey, thanks for your quick answer.
I know it's a difficult question, but is there a ETA for this fix? It would be good to know if a fix is expected this year. If not we probably have to look around for other techniques in our project. This would be sad because we really like the Silverlight technology and what's capable of...
-
I'm currently working on a big project that requires the use of the Isolated Storage. This to avoid downloading several megabytes of data every time the application is launched from within the browser.
But I have a serious problem...
To increase the size of the available Isolated Storage space i use the IncreaseQuotaTo method ...
-
Note, if I change the MUI Language (the display language) in my Vista Ultimate version to Swedish from English the IncreaseQuotaTo method begin to instantly return false.
-
Hi, done that... it is and was checked.
Still getting the same error; no message box showing and false is instantly returned from IncreaseQuotaTo. I have also tried the same silverlight app on a clean version of Swedish Windows XP SP3 and Silverlight on a virtual machine with the same result.
When testing the app on a English version of Vista ...
-
Yep, I trigger the IncreaseQuotaTo from within a Button click event. And as I said in my first post, it works just fine on my computer.
-
Hi, I'm writing an application that requires the use of a Isolated Storage larger than 1 Mb. To enlarge the cache I use the IncreaseQuotaTo. When running the application on my own computer with a English version of Vista everything works just fine. But when other project members test the application the IncreaseQuotaTo method returns false ...
-
Hi, I'm currently working on an application in Silverlight 2.0 Beta 2, this being my second larger project in Silverlight for the last couple of months.
An importent aspect of this project is to keep the design mode alive in both Visual Studio 2008 and Expression Blend 2.5 June 2008 Preview during the development, to speed up the overall ...