<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx</link><description>The Release Candidate of Internet Explorer 9 is now available . I&amp;rsquo;ll be posting my IE9 RC Minor Changes list sometime in the next week&amp;mdash;we&amp;rsquo;ve made a ton of improvements since beta, and I&amp;rsquo;m excited to talk about all of them. 
 For</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10139272</link><pubDate>Thu, 10 Mar 2011 15:08:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10139272</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>&lt;p&gt;@Bradley: I tried the C# example code by chasing down the chain of pages, but I couldn&amp;#39;t even get the original code to work properly. .NET UserControls are blocked in the Internet Zone, but even trusting the site, adjusting CAS Policy, etc, didn&amp;#39;t help. I&amp;#39;ll look for your mail, thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10139272" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10139266</link><pubDate>Thu, 10 Mar 2011 15:02:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10139266</guid><dc:creator>Bradley Grainger</dc:creator><description>&lt;p&gt;@Eric&lt;/p&gt;
&lt;p&gt;Thanks for the quick response!&lt;/p&gt;
&lt;p&gt;From this KB article about Netflix (&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/2512239"&gt;support.microsoft.com/.../2512239&lt;/a&gt;) I found that the FEATURE_USE_LEGACY_JSCRIPT registry key works around both the issues I mentioned (with IE9 RC and our application). Even so, it&amp;#39;s good to hear that the second will be fixed in RTM.&lt;/p&gt;
&lt;p&gt;Regarding a repro for #1, another Connect user posted &lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/IE/feedback/details/646922/ie9-rc-javascript-will-not-return-values-when-sinking-managed-c-events"&gt;connect.microsoft.com/.../ie9-rc-javascript-will-not-return-values-when-sinking-managed-c-events&lt;/a&gt;, which sounds the same as the issue we were experiencing, except he was using managed code (instead of ATL components, like we do). It&amp;#39;s not a complete packaged repro, but it appears that if the source code at &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/313891"&gt;support.microsoft.com/.../313891&lt;/a&gt; is modified so that ControlEvents.ClickEvent is typed as returning int, and ctrl::ClickEvent is changed to return an int, the managed code never receives the value.&lt;/p&gt;
&lt;p&gt;Unfortunately, I&amp;#39;m out of the office for the rest of this week, but I could try to get you a repro early next week. Thanks for your help!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10139266" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10139091</link><pubDate>Thu, 10 Mar 2011 06:41:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10139091</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>&lt;p&gt;@Bradley: I can confirm that the second bug is fixed in the current build. If you can send me (ericlaw at microsoft) a link to a program that repros #1, I&amp;#39;m happy to try it out. &amp;nbsp;Thanks for the good bugs!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10139091" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10139071</link><pubDate>Thu, 10 Mar 2011 05:48:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10139071</guid><dc:creator>Bradley Grainger</dc:creator><description>&lt;p&gt;Eric,&lt;/p&gt;
&lt;p&gt;We found two issues (new to the RC) that break our application that hosts the WebBrowser2 control:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com/IE/feedback/details/644714/javascript-function-return-value-is-not-passed-to-com-caller-through-idispatch-invoke"&gt;connect.microsoft.com/.../javascript-function-return-value-is-not-passed-to-com-caller-through-idispatch-invoke&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com/IE/feedback/details/644598/ie9-javascript-error-when-accessing-dispid-value-propget-method-on-com-object"&gt;connect.microsoft.com/.../ie9-javascript-error-when-accessing-dispid-value-propget-method-on-com-object&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We haven&amp;#39;t seen any feedback from Microsoft on either of these issues, but we know that IE9 is scheduled to be released on Monday. Any chance you could let us know what the status of these bugs is?&lt;/p&gt;
&lt;p&gt;Bradley&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10139071" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10128139</link><pubDate>Fri, 11 Feb 2011 16:54:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10128139</guid><dc:creator>EricLaw [ex-MSFT]</dc:creator><description>&lt;p&gt;@Tommy: Nope. See &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/ieinternals/archive/2009/05/29/q-a-64-bit-internet-explorer.aspx"&gt;blogs.msdn.com/.../q-a-64-bit-internet-explorer.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;snip&amp;gt;&lt;/p&gt;
&lt;p&gt;Notably, in IE9 there&amp;#39;s one other major difference between the 32bit and 64bit versions of IE. IE9 includes a new script interpreter which is much faster than the script interpreter in IE8. However, 32bit IE also includes a Just In Time &amp;nbsp;(JIT) script compiler which converts script into machine code before running it. There is no JIT compiler for 64bit IE. So, for benchmarks like SunSpider (and script-heavy sites) 32bit IE9 runs script up to 4 times as fast as 64bit IE9 (which itself runs script around 5x as fast as IE8). So, you could end up paying a significant speed penalty when using 64bit IE9 vs using the default 32bit version..&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10128139" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10128126</link><pubDate>Fri, 11 Feb 2011 16:37:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10128126</guid><dc:creator>Tommy</dc:creator><description>&lt;p&gt;Just a thought, shouldn&amp;#39;t 64bit performance be equalt to or better than 32bit ??? I&amp;#39;m getting better fps and such with the 32bit bin&amp;#39;s&lt;/p&gt;
&lt;p&gt;System : 2xXeonE5405 2GHz(8 cores total), 8Gb RAM, Nvidia Gforce 250GTS 1GB RAM, Windows 7 64bit Enterprise&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10128126" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10127644</link><pubDate>Thu, 10 Feb 2011 20:32:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10127644</guid><dc:creator>ietest</dc:creator><description>&lt;p&gt;installed latest vertion 8.812.0.0. dosnt work (the older vertion dosnt too)&lt;/p&gt;
&lt;p&gt;i run every test in testdrive site with preview 1-7 and beta, performance is excelent. during months normal use find no major render problem. &lt;/p&gt;
&lt;p&gt;now RC disable gpu render. &amp;nbsp;maybe there is some false check.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10127644" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10127604</link><pubDate>Thu, 10 Feb 2011 19:43:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10127604</guid><dc:creator>EricLaw [ex-MSFT]</dc:creator><description>&lt;p&gt;@sorry: If you cannot configure GPU rendering, and it&amp;#39;s disabled/greyed out, that means that your driver version is blocked, either due to crashing bugs or severe performance problems. After verifying your driver version (what version is it?) you&amp;#39;ll need to contact ATI and ask when they will be updating the driver.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10127604" width="1" height="1"&gt;</description></item><item><title>re: IE9 RC Now Available</title><link>http://blogs.msdn.com/b/ieinternals/archive/2011/02/10/ie9-release-candidate-now-available.aspx#10127600</link><pubDate>Thu, 10 Feb 2011 19:39:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10127600</guid><dc:creator>sorry to bother </dc:creator><description>&lt;p&gt;during preview 1-7 to beta my configure can gpu rendering, but install rc the option gray out only software rendering. fishtank test crawl... why? how to force gpu rendering?&lt;/p&gt;
&lt;p&gt;my configure:windows 2008 r2 , ati 4850 update to &amp;nbsp;latest 11.1 driver dx11 &amp;nbsp;already installed , cant fix it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10127600" width="1" height="1"&gt;</description></item></channel></rss>