<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Report a Silverlight Bug</title><link>http://forums.silverlight.net/forums/28.aspx</link><description>Found a bug in Silverlight? Use this forum to describe the bug and the code or steps to reproduce it.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Isolated Storage IncreaseQuotaTo Localization Bug</title><link>http://forums.silverlight.net/forums/thread/176200.aspx</link><pubDate>Thu, 19 Feb 2009 05:34:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:176200</guid><dc:creator>StefanWick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/176200.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=176200</wfw:commentRss><description>&lt;p&gt;Hi !&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The fix for this bug is now available&amp;nbsp;in the SL2 GDR. Users can get it today by installing Silverlight from &lt;a href="http://www.microsoft.com/silverlight/"&gt;http://www.microsoft.com/silverlight/&lt;/a&gt;. It will take a few more days for the update to become available on Microsoft Update.&lt;/p&gt;
&lt;p&gt;Thanks, Stefan Wick&lt;/p&gt;</description></item><item><title>Re: Isolated Storage IncreaseQuotaTo Localization Bug</title><link>http://forums.silverlight.net/forums/thread/139095.aspx</link><pubDate>Fri, 28 Nov 2008 15:48:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:139095</guid><dc:creator>StefanWick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/139095.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=139095</wfw:commentRss><description>&lt;p&gt;I can&amp;#39;t give you an ETA for the availability of the fix yet. I&amp;#39;l keep this thread updated once there is more data we can share.&lt;/p&gt;
&lt;p&gt;I want to point out, though, that your app should&amp;nbsp;account for the fact that&amp;nbsp;IncreaseQuotaTo() may return false anyway, because users may deny the request (or may not have sufficient hard drive space). The app should then resort to on-demand download of the assets when the quota is reached.&lt;/p&gt;
&lt;p&gt;So basically you would write your app the same way, regardless of the bug - and it will just work better for more users, once the fix gets deployed.&lt;/p&gt;
&lt;p&gt;Thanks, Stefan Wick&lt;/p&gt;</description></item><item><title>Re: Isolated Storage IncreaseQuotaTo Localization Bug</title><link>http://forums.silverlight.net/forums/thread/135114.aspx</link><pubDate>Fri, 21 Nov 2008 09:45:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:135114</guid><dc:creator>ChristianSorensen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/135114.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=135114</wfw:commentRss><description>&lt;p&gt;Okey, thanks for your quick answer. &lt;/p&gt;&lt;p&gt;I know it&amp;#39;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&amp;#39;s capable of...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Isolated Storage IncreaseQuotaTo Localization Bug</title><link>http://forums.silverlight.net/forums/thread/135062.aspx</link><pubDate>Fri, 21 Nov 2008 07:56:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:135062</guid><dc:creator>StefanWick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/135062.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=135062</wfw:commentRss><description>&lt;p&gt;Yes, this is unfortunately a known bug that shipped in Silverlight 2. It repro&amp;#39;s on machines that have a display language set to one of the languages that Silverlight has not been localized to.&lt;/p&gt;
&lt;p&gt;There is no known workaround for this at this point (other than changing your display language to one of the localized languages).&lt;/p&gt;
&lt;p&gt;We are aware of the problem and are working on a solution.&lt;/p&gt;
&lt;p&gt;Thanks, Stefan Wick&lt;/p&gt;</description></item><item><title>Isolated Storage IncreaseQuotaTo Localization Bug</title><link>http://forums.silverlight.net/forums/thread/134835.aspx</link><pubDate>Thu, 20 Nov 2008 22:07:51 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:134835</guid><dc:creator>ChristianSorensen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/134835.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=28&amp;PostID=134835</wfw:commentRss><description>&lt;p&gt;I&amp;#39;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.


&lt;/p&gt;&lt;p&gt;But I have a serious problem...


&lt;/p&gt;&lt;p&gt;To increase the size of the available Isolated Storage space i use the IncreaseQuotaTo method from within a Button click event. This works perfectly on my English Vista version, showing me the message box which asks me for permission to adjust the cache size.


&lt;/p&gt;&lt;p&gt;But, when I go to the same server and the same application on a Swedish version of Vista or XP (I have tried it on other computers and a fresh XP SWE on virtual machine, with the same results) the message box does not show... instead the IncreaseQuotaTo method instantly return false, no exceptions or anything.

&lt;/p&gt;&lt;p&gt;I really need to get my hands on a fix or work around for this problem, please help!&lt;/p&gt;</description></item></channel></rss>