<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.oosterkamp.nl/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>Thomas Huijer : asp.net, devnews</title><link>http://blogs.oosterkamp.nl/blogs/thomas/archive/tags/asp.net/devnews/default.aspx</link><description>Tags: asp.net, devnews</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Community Server 2007 Released! </title><link>http://blogs.oosterkamp.nl/blogs/thomas/archive/2007/04/17/community-server-2007-released.aspx</link><pubDate>Tue, 17 Apr 2007 05:36:00 GMT</pubDate><guid isPermaLink="false">6da500ce-fa22-46ef-b417-4864733669f6:27</guid><dc:creator>Thomas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.oosterkamp.nl/blogs/thomas/rsscomments.aspx?PostID=27</wfw:commentRss><comments>http://blogs.oosterkamp.nl/blogs/thomas/archive/2007/04/17/community-server-2007-released.aspx#comments</comments><description>&lt;P&gt;Uit Rob Howard's blog:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today we’re proud to announce the immediate availability of &lt;A href="http://communityserver.org/"&gt;Community Server 2007&lt;/A&gt; – the best version of Community Server yet!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://communityserver.org/"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are a number of new improvements, but by far the largest is the new theme system “Chameleon”. Chameleon allows people to change the look-and-feel of Community Server without requiring a degree in Computer Science! There are simple to use what-you-see-is-what-you-get tools to assist you in changing colors, graphics, fonts, and more. Also sharing themes has never been easier – Community Server uses a &lt;STRONG&gt;single-file for exporting or importing all of its theme settings&lt;/STRONG&gt;, which means you can quickly share your themes with your friends. &lt;/P&gt;&lt;img src="http://blogs.oosterkamp.nl/aggbug.aspx?PostID=27" width="1" height="1"&gt;</description><category domain="http://blogs.oosterkamp.nl/blogs/thomas/archive/tags/asp.net/default.aspx">asp.net</category><category domain="http://blogs.oosterkamp.nl/blogs/thomas/archive/tags/devnews/default.aspx">devnews</category></item><item><title>Public Hotfix Patch Available for ASP.NET Compilation Issues</title><link>http://blogs.oosterkamp.nl/blogs/thomas/archive/2007/04/12/public-hotfix-patch-available-for-asp-net-compilation-issues.aspx</link><pubDate>Thu, 12 Apr 2007 08:31:00 GMT</pubDate><guid isPermaLink="false">6da500ce-fa22-46ef-b417-4864733669f6:26</guid><dc:creator>Thomas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.oosterkamp.nl/blogs/thomas/rsscomments.aspx?PostID=26</wfw:commentRss><comments>http://blogs.oosterkamp.nl/blogs/thomas/archive/2007/04/12/public-hotfix-patch-available-for-asp-net-compilation-issues.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Uit Scott Guthrie's blog...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Over the last year we've found and fixed a few ASP.NET 2.0&amp;nbsp;compilation bugs that people have reported running into.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;The cause of these bugs is varied - but the&amp;nbsp;root cause&amp;nbsp;usually is related to having projects structured with particular cross page circular dependencies, and they are often triggered when&amp;nbsp;massive file-changes occurs on the system (for example: an anti-virus program updates all of the timestamps on files at once).&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5 style="MARGIN:auto 0cm;"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Example Error Messages: &lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;The below error messages are examples of the types of runtime exceptions you might see if you run into&amp;nbsp;one of these compilation&amp;nbsp;issues:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="BACKGROUND:#eeeeee;MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;Unable&amp;nbsp;to&amp;nbsp;cast&amp;nbsp;object&amp;nbsp;of&amp;nbsp;type&amp;nbsp;'ASP.masterpage_master'&amp;nbsp;to&amp;nbsp;type&amp;nbsp;'ASP.masterpage_master'. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Or:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="BACKGROUND:#eeeeee;MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;Could&amp;nbsp;not&amp;nbsp;load&amp;nbsp;file&amp;nbsp;or&amp;nbsp;assembly&amp;nbsp;'App_Web_e9dbmaj,&amp;nbsp;Version=0.0.0.0,&amp;nbsp;Culture=neutral,&amp;nbsp;PublicKeyToken=null'&amp;nbsp;or&amp;nbsp;one&amp;nbsp;of&amp;nbsp;its&amp;nbsp;dependencies.&amp;nbsp;The&amp;nbsp;system&amp;nbsp;cannot&amp;nbsp;find&amp;nbsp;the&amp;nbsp;file&amp;nbsp;specified. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Or: &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="BACKGROUND:#eeeeee;MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;Compiler&amp;nbsp;Error&amp;nbsp;Message:&amp;nbsp;CS0006:&amp;nbsp;Metadata&amp;nbsp;file&amp;nbsp;'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary&amp;nbsp;ASP.NET&amp;nbsp;Files\cms.web\44e73607\b028acb3\App_global.asax.fakktchx.dll'&amp;nbsp;could&amp;nbsp;not&amp;nbsp;be&amp;nbsp;found &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Or: &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="BACKGROUND:#eeeeee;MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;System.InvalidOperationException:&amp;nbsp;The&amp;nbsp;resource&amp;nbsp;class&amp;nbsp;for&amp;nbsp;this&amp;nbsp;page&amp;nbsp;was&amp;nbsp;not&amp;nbsp;found.&amp;nbsp;Please&amp;nbsp;check&amp;nbsp;if&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;file&amp;nbsp;exists&amp;nbsp;and&amp;nbsp;try&amp;nbsp;again &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5 style="MARGIN:auto 0cm;"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Workaround for these issues:&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;If you have an application that starts throwing one of these errors, you can usually apply an immediate workaround that fixes it by opening your application's web.config file and setting the batch="false" attribute on the &amp;lt;compilation&amp;gt; section:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="BACKGROUND:#eeeeee;MARGIN:0cm 0cm 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;configuration&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;system.web&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;compilation&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:red;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;nbsp;debug&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;="false"&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:red;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;nbsp;batch&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;="false"&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;compilation&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;system.web&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:maroon;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;configuration&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Courier New';mso-fareast-font-family:'Times New Roman';"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;This tells ASP.NET to dynamically compile individual .aspx/.ascx files into separate assemblies.&amp;nbsp; This avoids the circular reference issue that triggers the exception.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;You can also temporarily fix it by deleting the files within the "Temporary ASP.NET Files" Cache using the below steps:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Click the Windows&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Start &lt;/SPAN&gt;&lt;/STRONG&gt;button, click &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Run&lt;/SPAN&gt;&lt;/STRONG&gt;, type iisreset /stop, and then click &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;OK&lt;/SPAN&gt;&lt;/STRONG&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Open the &lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;DriveLetter&lt;/SPAN&gt;: WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files directory. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Delete all files and all folders in the directory that you located in step 2. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Click &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Start&lt;/SPAN&gt;&lt;/STRONG&gt;, click &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Run&lt;/SPAN&gt;&lt;/STRONG&gt;, type iisreset /start, and then click &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;OK&lt;/SPAN&gt;&lt;/STRONG&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;More details on these workarounds can be found in &lt;A href="http://support.microsoft.com/default.aspx/kb/934839" target=_blank&gt;&lt;FONT color=#0000ff&gt;Microsoft KB #934839&lt;/FONT&gt;&lt;/A&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5 style="MARGIN:auto 0cm;"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;QFE HotFix Patch for these issues now available for download:&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;As an alternative to applying the above configuration workaround, you can also now download and apply a Microsoft QFE HotFix patch that fixes the reported compilation&amp;nbsp;issues we've seen.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;The direct download link to this compilation QFE HotFix patch is &lt;A href="https://connect.microsoft.com/downloads/downloaddetails.aspx?DownloadID=6106&amp;amp;wa=wsignin1.0&amp;amp;siteid=210" target=_blank&gt;&lt;FONT color=#0000ff&gt;here&lt;/FONT&gt;&lt;/A&gt;.&amp;nbsp; You can find other commonly requested Visual Studio and .NET Framework QFE HotFixes on this page &lt;A href="http://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=3705" target=_blank&gt;&lt;FONT color=#0000ff&gt;here&lt;/FONT&gt;&lt;/A&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Important&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;: People sometimes&amp;nbsp;ask me whether they should install QFE HotFixes proactively (before they ever seen an issue).&amp;nbsp; I&amp;nbsp;always&amp;nbsp;recommend against doing this - since QFE hotfixes go through targeted testing (to verify a specific issue is fixed), and don't go through a complete product end to end sign-off.&amp;nbsp; As such, I'd recommend only applying one of if you are running into the specific issue it targets above.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5 style="MARGIN:auto 0cm;"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Contacting Microsoft Product Support:&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;If you have any problems installing the patch or find that you still see compilation issues after you install it, you'll want to contact Microsoft product support for assistance and they'll help debug it further.&amp;nbsp; Calls to Microsoft Product Support are free if they are related to a product bug (either a QFE HotFix request or a product bug you are running into).&amp;nbsp; You can find details on how to contact Microsoft product support on &lt;A href="http://support.microsoft.com/common/international.aspx" target=_blank&gt;&lt;FONT color=#0000ff&gt;this page&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;(it allows you to lookup the local phone number to use&amp;nbsp;by country).&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Most versions of Visual Studio also come with free product support tickets (for example: VS Pro with MSDN Premium comes with 4 support tickets per subscription).&amp;nbsp; You can use these support tickets for getting&amp;nbsp;help using .NET or Visual Studio (for example: to get help chasing down a&amp;nbsp;bug or performance problem in your own code, or to learn how to use a particular feature in the framework or IDE).&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;There are some really, really phenomenal engineers in Microsoft product support who are great to work with if you have problems.&amp;nbsp; Here are some fantastic blogs that I highly recommend subscribing to from a few of them in the .NET Framework&amp;nbsp;/ Visual Studio space:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Tess: &lt;A title=http://blogs.msdn.com/tess/ href="http://blogs.msdn.com/tess/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/tess/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Doug: &lt;A title=http://blogs.msdn.com/dougste/ href="http://blogs.msdn.com/dougste/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/dougste/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Carlo: &lt;A title=http://blogs.msdn.com/carloc/ href="http://blogs.msdn.com/carloc/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/carloc/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Rahul: &lt;A title=http://blogs.msdn.com/rahulso/ href="http://blogs.msdn.com/rahulso/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/rahulso/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Jerry: &lt;A title=http://blogs.msdn.com/jorman/ href="http://blogs.msdn.com/jorman/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/jorman/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Johan: &lt;A title=http://blogs.msdn.com/johan/ href="http://blogs.msdn.com/johan/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/johan/&lt;/FONT&gt;&lt;/A&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN:0cm 0cm 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';"&gt;Todd: &lt;A title=http://blogs.msdn.com/toddca/ href="http://blogs.msdn.com/toddca/"&gt;&lt;FONT color=#0000ff&gt;http://blogs.msdn.com/toddca/&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;If you ever run into a problem you can't figure out, or have an issue with a production application that you want immediate help on, give Microsoft product support a call and you'll have someone like the folks above attach a debugger and help you figure out what is going on.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.oosterkamp.nl/aggbug.aspx?PostID=26" width="1" height="1"&gt;</description><category domain="http://blogs.oosterkamp.nl/blogs/thomas/archive/tags/asp.net/default.aspx">asp.net</category><category domain="http://blogs.oosterkamp.nl/blogs/thomas/archive/tags/devnews/default.aspx">devnews</category></item></channel></rss>