<?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>How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx</link><description>Since the Windows Vista public launch in January 2007, I have been receiving questions about how to repair the .NET Framework 2.0 and 3.0 to try to resolve various bugs. As I previously described here , the 2.0 and 3.0 versions are installed as OS components</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#2089795</link><pubDate>Wed, 11 Apr 2007 21:40:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2089795</guid><dc:creator>mzygmunt</dc:creator><description>&lt;p&gt;Hi Aaron, &lt;/p&gt;
&lt;p&gt;I made &amp;quot;ngen uninstall mscorlib.dll&amp;quot; recently and than after trying to install it again I am getting such a notice from ngen:&lt;/p&gt;
&lt;p&gt;c:\Windows\assembly\NativeImages_v2.0.50727_32&amp;gt;ngen install c:\Windows\Microsoft&lt;/p&gt;
&lt;p&gt;.NET\Framework\v2.0.50727\mscorlib.dll&lt;/p&gt;
&lt;p&gt;Microsoft (R) CLR Native Image Generator - Version 2.0.50727.312&lt;/p&gt;
&lt;p&gt;Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.&lt;/p&gt;
&lt;p&gt;Installing assembly c:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll&lt;/p&gt;
&lt;p&gt;Failed to get dependencies for assembly. (Exception from HRESULT: 0x80131F00)&lt;/p&gt;
&lt;p&gt;And it seems that after recent vista updates there is some problem with dependencies but I have no idea what is the problem, because it seems that some libs that mscorlib.dll used is no longer present in the original version.&lt;/p&gt;
&lt;p&gt;The &amp;quot;reinstall&amp;quot; feature would be very useful in this case. This ngen uninstall/install mscorlib.dll problem reprod on other machine. Is it a .net 2.0 bug on vista?&lt;/p&gt;
&lt;p&gt;Are there any workaround for this problem without having to reinstall the vista itself?&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#2101136</link><pubDate>Thu, 12 Apr 2007 19:14:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2101136</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Mzygmunt - First of all, why would you want to uninstall the native image for Mscorlib? &amp;nbsp;This will cause all .NET Framework native images to be invalidated, and there's no reason you should ever need to do that.&lt;/p&gt;
&lt;p&gt;If you have gotten into this state, you should be able to run the following command to re-generate native images for all assemblies on your system:&lt;/p&gt;
&lt;p&gt;%windir%\Microsoft.NET\Framework\v2.0.50727\ngen.exe update&lt;/p&gt;
&lt;p&gt;Hopefully this helps.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#3387261</link><pubDate>Mon, 18 Jun 2007 20:32:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3387261</guid><dc:creator>diegov</dc:creator><description>&lt;p&gt;A few days ago I was trying to play with Safari 3 beta for Windows without success. When I finally uninstalled it, Vista was so broken that it could not start anything that had to do with .NET 2.0 o 3.0. For instance, PowerShell failed to run, Visual Studio 2005 failed, NAnt failed to run, etc. I did not find your post but figured out myself that since now .NET is part of the OS &amp;quot;sfc /scannow&amp;quot; should fix it and it did. I post this comment here just in case someone runs into the same problem through the same path. I also installed Microsoft Visual C++ 2005 SP1 Redistributable, but I don't think it played a role.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#3934484</link><pubDate>Wed, 18 Jul 2007 12:28:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3934484</guid><dc:creator>everydaypanos</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I installed VB Express Orcas on Vista x64 and after the uninstall I could not run my old Apps. It says in the VStudio Error List that System, System.Data and all the other &amp;quot;basic&amp;quot; classes are missing from the system. It is really weird. I checked the REFERENCES LIST and I saw that it tries to load them from ...Framework/v2.0.50727/ folder which does not exist!&lt;/p&gt;
&lt;p&gt;I even found the Dlls and manually copied them there and still no cure.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#3944066</link><pubDate>Thu, 19 Jul 2007 00:46:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3944066</guid><dc:creator>ogunther</dc:creator><description>&lt;p&gt;I opened the command prompt as Administrator and attempted to follow your instructions and got the following: &lt;/p&gt;
&lt;p&gt;C:\Windows\system32&amp;gt;sfc /scannow&lt;/p&gt;
&lt;p&gt;Beginning system scan. &amp;nbsp;This process will take some time.&lt;/p&gt;
&lt;p&gt;Windows Resource Protection could not perform the requested operation.&lt;/p&gt;
&lt;p&gt;Any ideas as to what is wrong or what I'm doing wrong? Any help would be greatly appreciated. Thank you.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#3968398</link><pubDate>Fri, 20 Jul 2007 05:54:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3968398</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Everydaypanos - I don't know of any cases where installing or uninstalling Orcas would remove the .NET Framework 2.0 files from %windir%\Microsoft.NET\Framework\v2.0.50727 - and those files are protected by Windows Resource Protection so it wouldn't be possible to delete them unless the process is running with special &amp;quot;Trusted Installer&amp;quot; privileges that are generally only granted to OS hotfixes and service packs.&lt;/p&gt;
&lt;p&gt;Did it help to run sfc /scannow to restore these files as described in this blog post? &lt;/p&gt;
&lt;p&gt;Also, I have heard of a bug in the .NET Framework 3.5 beta 1 that may be related to your scenario. &amp;nbsp;It is described at &lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285305&amp;amp;wa=wsignin1.0"&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285305&amp;amp;wa=wsignin1.0&lt;/a&gt; and has been fixed in the .NET Framework 3.5 beta 2.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#3968428</link><pubDate>Fri, 20 Jul 2007 06:03:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3968428</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Ogunther - I haven't heard of an error like that from the SFC tool until now. &amp;nbsp;It appears that you're running it correctly. &amp;nbsp;You might see some error messages in %windir%\logs\cbs\cbs.log that could help narrow down the root cause. &amp;nbsp;I'm not sure what to suggest for you other than to try to repair/re-install Windows Vista to get around this. &amp;nbsp;I'm sorry I'm not able to be more helpful in this scenario.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#4538116</link><pubDate>Fri, 24 Aug 2007 09:38:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4538116</guid><dc:creator>Jslone</dc:creator><description>&lt;p&gt;I'm having a similar problem with .NET 2.0 and sfc /scannow. Figured I'd post it here. In case anyone else ever runs into this.&lt;/p&gt;
&lt;p&gt;My .Net 2.0 is toast (suspect is a failed sleep or system crash that caused hard drive erorrs), and thanks to .Net being &amp;quot;integrated&amp;quot; I'm now going to have to re-install vista :(&lt;/p&gt;
&lt;p&gt;Here's the output in the debugger when I try to start a .Net application. I get the lovely &amp;quot;mscorwks.dll could not be loaded&amp;quot; dialog.&lt;/p&gt;
&lt;p&gt;ModLoad: 79e70000 7a3d6000 &amp;nbsp; C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll&lt;/p&gt;
&lt;p&gt;LDR: LdrpWalkImportDescriptor() failed to probe C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll for its manifest, ntstatus 0xc0150002&lt;/p&gt;
&lt;p&gt;&amp;gt;sfc /scannow&lt;/p&gt;
&lt;p&gt;Beginning system scan. &amp;nbsp;This process will take some time.&lt;/p&gt;
&lt;p&gt;Beginning verification phase of system scan.&lt;/p&gt;
&lt;p&gt;Verification 85% complete.&lt;/p&gt;
&lt;p&gt;Windows Resource Protection could not perform the requested operation.&lt;/p&gt;
&lt;p&gt;from cbs.log:&lt;/p&gt;
&lt;p&gt;POQ 51 starts:&lt;/p&gt;
&lt;p&gt;POQ 51 ends.&lt;/p&gt;
&lt;p&gt;2007-08-23 23:27:27, Info &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CSI &amp;nbsp; &amp;nbsp;00000122 [SR] Verify complete&lt;/p&gt;
&lt;p&gt;2007-08-23 23:27:27, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CSI &amp;nbsp; &amp;nbsp;00000123@2007/8/24:06:27:27.262 (F) d:\vistartm\base\wcp\componentstore\csd_locking.cpp(304): Error c015000c [Error,Facility=FACILITY_SXS_ERROR_CODE,Code=12 (0x000c)] originated in function CCSDirectTransaction::LockComponent expression: (null)&lt;/p&gt;
&lt;p&gt;[gle=0x80004005]&lt;/p&gt;
&lt;p&gt;2007-08-23 23:27:33, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CSI &amp;nbsp; &amp;nbsp;00000124 (F) c015000c [Error,Facility=FACILITY_SXS_ERROR_CODE,Code=12 (0x000c)] #1958342# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2&lt;/p&gt;
&lt;p&gt;:( &lt;/p&gt;
&lt;p&gt;-Justin&lt;/p&gt;</description></item><item><title>Unified .NET Framework Troubleshooting Guide</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#4900181</link><pubDate>Thu, 13 Sep 2007 23:59:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4900181</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;Details about the .NET Framework 2.0 setup packaging Available command line switches for .NET Framework&lt;/p&gt;
</description></item><item><title>Link to knowledge base article describing how to repair Windows Vista OS files</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#6831092</link><pubDate>Sat, 22 Dec 2007 02:57:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6831092</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;I have previously posted some instructions ( here and here ) that can be used to verify and attempt to&lt;/p&gt;
</description></item><item><title>Link to knowledge base article describing how to repair Windows Vista OS files</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#6831339</link><pubDate>Sat, 22 Dec 2007 03:33:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6831339</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;I have previously posted some instructions ( here and here ) that can be used to verify and attempt to&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#6876884</link><pubDate>Thu, 27 Dec 2007 15:19:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6876884</guid><dc:creator>eddiee</dc:creator><description>&lt;p&gt;Six weeks after installing Norton Ghost 12, it stopped working, failing to start with a .NET exception on System.Windows.Forms.ButtonRenderer. After uninstalling and reinstalling Ghost, it now fails to start with an exception on System.OutOfMemoryException. &lt;/p&gt;
&lt;p&gt;Norton support claims it is a problem with the .NET 2.0 framework. The &amp;quot;sfc /scannow&amp;quot; run reports:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Verification 99% complete.Windows Resource Protection found corrupt files but was unable to fix some of them.&lt;/p&gt;
&lt;p&gt;CBS.log reports:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Verify and Repair Transaction completed. All files and registry keys listed in this transaction &amp;nbsp;have been successfully repaired&lt;/p&gt;
&lt;p&gt;Ghost still fails. Is the .NET 2.0 framework bad? When you say &amp;quot;you will need to run Windows Vista OS setup again and repair the OS.&amp;quot;, does this mean install the OS again? My system is an OEM purchase of Vista Business. &lt;/p&gt;
&lt;p&gt;Eddie&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#6922202</link><pubDate>Mon, 31 Dec 2007 21:10:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6922202</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Eddiee - This error could be caused by a bug in the application itself, or a problem in the .NET Framework. &amp;nbsp;It is difficult to say for sure without some further debugging though. &amp;nbsp;Do you see similar errors in other programs on this system that use the .NET Framework, or is it only in Ghost? &amp;nbsp;You may want to check on the Norton site to see if they have any FAQs that mention these errors that you're seeing to see if they have any suggested workarounds you could try.&lt;/p&gt;
&lt;p&gt;Yes, the steps I listed do mean that you would try to install the OS again. &amp;nbsp;Usually, an OEM system comes with some sort of recovery disc that can be used to do this as a last resort if you need to.&lt;/p&gt;
</description></item><item><title>How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#7369605</link><pubDate>Fri, 01 Feb 2008 10:32:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7369605</guid><dc:creator>David Overton's Blog</dc:creator><description>&lt;p&gt;My boss had some problems on his PC after installing some tools onto it and upon further diagnosis it&lt;/p&gt;
</description></item><item><title>How to repair .NET Framework 2.0 and 3.0 on Windows Vista </title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#8237647</link><pubDate>Sun, 16 Mar 2008 03:45:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8237647</guid><dc:creator>pvandegriff</dc:creator><description>&lt;p&gt;OK-I tried the .NET cleanup tool and using SFC. SFC didn't find anything wrong and removing and reinstalling all of the versions of .NET FW didn't help. Any .NET application I run fails in one way or another. &lt;/p&gt;
&lt;p&gt;Is there any other technique out there or am I just stuck formatting my drive and starting over? (The tried and true fix for any version of Windows!)&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#8279692</link><pubDate>Mon, 17 Mar 2008 07:23:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8279692</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Pvandegriff - The .NET Framework cleanup tool does not allow you to remove the .NET Framework 2.0 or 3.0 on Windows Vista because those versions are a part of the OS. &amp;nbsp;It might help to install Vista SP1 because Vista SP1 includes the .NET Framework 2.0 SP1 and 3.0 SP1. &amp;nbsp;It might also help to try running the .NET Framework verification tool described at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/archive/2008/03/03/8015158.aspx"&gt;http://blogs.msdn.com/astebner/archive/2008/03/03/8015158.aspx&lt;/a&gt; to see if it reports any errors. &amp;nbsp;You can send me the log file from that tool if it does report errors and I can take a look to see if I can suggest anything. &amp;nbsp;If you do that, you can send the log to Aaron.Stebner (at) microsoft (dot) com.&lt;/p&gt;
&lt;p&gt;If all else fails, you will likely need to repair/re-install Windows Vista to try to fix any issues you have with the .NET Framework 2.0 or 3.0 on this OS.&lt;/p&gt;
</description></item><item><title>Going off a tangent ... ;-)</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#8288164</link><pubDate>Mon, 17 Mar 2008 16:30:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8288164</guid><dc:creator>Micato</dc:creator><description>&lt;p&gt;Hi Aaron - due to my installation errors from Visual Studio 2008 pro, I ended temporarily in checking my .NET Environment. &lt;/p&gt;
&lt;p&gt;The sfc reports: 100% complete -&amp;gt; the WRP found errors -&amp;gt; could not repair some of them (a German Vista is installed here).&lt;/p&gt;
&lt;p&gt;The log is 15MB big(!). Perhaps a summary from an &amp;quot;error&amp;quot; search is helpful:&lt;/p&gt;
&lt;p&gt;**** cbs.log ****&lt;/p&gt;
&lt;p&gt;Line 51161: 2008-03-14 16:08:03, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Failed to find the CixTarget for Container package_1_for_kb110806~31bf3856ad364e35~x86~~6.0.6000.1318.cat&lt;/p&gt;
&lt;p&gt;Line 51162: 2008-03-14 16:08:03, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DpxException hr=0x80070002 code=0x020109&lt;/p&gt;
&lt;p&gt;Line 61352: 2008-03-14 16:13:24, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Failed to find the CixTarget for Container package_2_for_kb929300~31bf3856ad364e35~x86~~6.0.6000.525.cat&lt;/p&gt;
&lt;p&gt;Line 61353: 2008-03-14 16:13:24, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DpxException hr=0x80070002 code=0x020109&lt;/p&gt;
&lt;p&gt;Line 61354: 2008-03-14 16:13:24, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Failed to find the CixTarget for Container package_1_for_kb929300~31bf3856ad364e35~x86~~6.0.6000.525.cat&lt;/p&gt;
&lt;p&gt;Line 61355: 2008-03-14 16:13:24, Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DpxException hr=0x80070002 code=0x020109&lt;/p&gt;
&lt;p&gt;**** cbs.log (end) ****&lt;/p&gt;
&lt;p&gt;Thanks in advance for any hints,&lt;/p&gt;
&lt;p&gt;regards Matthias.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#8290413</link><pubDate>Mon, 17 Mar 2008 18:35:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8290413</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Micato - The errors you listed do not appear to be related to Visual Studio 2008 setup. &amp;nbsp;Can you please zip and send me the log files from VS 2008 setup on your system so I can take a look and see if I can figure out anything about the cause of the error? &amp;nbsp;You can find a list of possible log files at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/archive/2007/07/31/4156781.aspx"&gt;http://blogs.msdn.com/astebner/archive/2007/07/31/4156781.aspx&lt;/a&gt;. &amp;nbsp;You can send the zip file with the logs to Aaron.Stebner (at) microsoft (dot) com.&lt;/p&gt;
</description></item><item><title>Link to System Update Readiness Tool for Windows Vista that can help fix Vista OS update install errors</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#8786505</link><pubDate>Tue, 29 Jul 2008 03:56:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8786505</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;I have heard from several customers in the past who have had issues installing hotfixes or updates for&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9253436</link><pubDate>Fri, 26 Dec 2008 16:20:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9253436</guid><dc:creator>Tacos</dc:creator><description>&lt;p&gt;Hello Aaron. I'm having trouble with getting .NET Framework 2.0 and 3.0 installed/fixed. When I try to run the files for 2.0 and 3.0, it says 2.0 is installed and 3.0 needs me to go into &amp;quot;Turn windows functions on or off&amp;quot; in the control panel. The problem there is that when I go to that function in the control panel, the window for options is completely blank.&lt;/p&gt;
&lt;p&gt;I also tried using the sfc /scannow command, but it gave me the message &amp;quot;There is a system repair pending which requires reboot to complete. Restart Windows and run sfc again.&amp;quot; The problem is that this message comes up even if I try running it immediately after a reboot.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated. I can't even install some programs until I get this whole thing sorted out.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9281843</link><pubDate>Mon, 05 Jan 2009 19:23:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9281843</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Tacos - It sounds like there is something stuck on your system that makes Windows think that there is an OS update in progress. &amp;nbsp;In the past, I've seen this caused by the following registry value:&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\Components]&lt;/p&gt;
&lt;p&gt;StoreDirty&lt;/p&gt;
&lt;p&gt;Can you check and see if you have this value at this location, and if so, delete it, reboot and see if that will allow the Windows Features dialog to correctly display the list of Windows components so you can enable the .NET Framework 3.0?&lt;/p&gt;
</description></item><item><title>How to perform a silent repair and uninstall of the .NET Framework 2.0 SP2 and 3.0 SP2</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9413888</link><pubDate>Thu, 12 Feb 2009 05:01:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9413888</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;A while back, I wrote a blog post about how to perform silent repairs and uninstalls for the .NET Framework&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9816130</link><pubDate>Fri, 03 Jul 2009 09:06:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9816130</guid><dc:creator>orhuntnfish</dc:creator><description>&lt;p&gt;Hi Aaron,&lt;/p&gt;
&lt;p&gt;I have been having many issues with my Vista installation. Other than the Blue screen issues, I have also had many issues getting the updates to install. As I have looked through the many blogs and comments I found this and have run sfc /scannow. After about 55% it aborted for WRP could not perform the requested operation. As I read further you state to check the CBS.log file. I look there and I find the scanning and see this line mixed in there often.&lt;/p&gt;
&lt;p&gt;pA = PROCESSOR_ARCHITECTURE_AMD64&lt;/p&gt;
&lt;p&gt;So my problem is that I am running an Intel Quad Core Processor, not AMD. I do not know if this matters.&lt;/p&gt;
&lt;p&gt;I did rerun the scan again and it got to 56% and aborted for the same reason.&lt;/p&gt;
&lt;p&gt;Can you shed some light on the pA and let me know if this matters?&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9820988</link><pubDate>Tue, 07 Jul 2009 02:55:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9820988</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Orhuntnfish - I don't have enough in-depth knowledge to say for sure, but I don't believe this item about the processor architecture matters in this scenario. &amp;nbsp;It might help to try to run the System Update Readiness Tool by using the 3 steps listed at the bottom of the blog post at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/archive/2009/01/09/9303167.aspx"&gt;http://blogs.msdn.com/astebner/archive/2009/01/09/9303167.aspx&lt;/a&gt; to see if that helps solve the problem you're running into while running SFC. &amp;nbsp;If that doesn't help, then you may need to try to repair/re-install your OS to solve this type of error.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9859235</link><pubDate>Thu, 06 Aug 2009 18:11:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9859235</guid><dc:creator>david_fair</dc:creator><description>&lt;p&gt;The link in step 7 no longer works.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9862787</link><pubDate>Mon, 10 Aug 2009 04:17:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9862787</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi David_fair - Thanks for the heads up. &amp;nbsp;I've updated that link with one that is currently working for me. &amp;nbsp;Sorry for the hassles.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9894854</link><pubDate>Mon, 14 Sep 2009 10:22:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9894854</guid><dc:creator>partogi</dc:creator><description>&lt;p&gt;i think i got some problems with .NET frameworks. i installed FxVisor32.msi which is to remove the shortcut arrow on vista.&lt;/p&gt;
&lt;p&gt;the problem is, the that program requires a system logout in order that the arrow icon removed.&lt;/p&gt;
&lt;p&gt;but when i clicked logout, this errors happened:&lt;/p&gt;
&lt;p&gt;See the end of this message for details on invoking &lt;/p&gt;
&lt;p&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;/p&gt;
&lt;p&gt;************** Exception Text **************&lt;/p&gt;
&lt;p&gt;System.ComponentModel.Win32Exception: The system cannot find the file specified&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Diagnostics.Process.Start()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at VistaArrowGone.Form1.btApply_Click(Object sender, EventArgs e)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;
&lt;p&gt;************** Loaded Assemblies **************&lt;/p&gt;
&lt;p&gt;mscorlib&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;FxVisor&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Program%20Files/Frameworkx/Vista%20Shortcut%20Manager/FxVisor.exe&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Windows.Forms&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Drawing&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Configuration&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;System.Xml&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;Accessibility&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Assembly Version: 2.0.0.0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;************** JIT Debugging **************&lt;/p&gt;
&lt;p&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;/p&gt;
&lt;p&gt;application or computer (machine.config) must have the&lt;/p&gt;
&lt;p&gt;jitDebugging value set in the system.windows.forms section.&lt;/p&gt;
&lt;p&gt;The application must also be compiled with debugging&lt;/p&gt;
&lt;p&gt;enabled.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;system.windows.forms jitDebugging=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;When JIT debugging is enabled, any unhandled exception&lt;/p&gt;
&lt;p&gt;will be sent to the JIT debugger registered on the computer&lt;/p&gt;
&lt;p&gt;rather than be handled by this dialog box.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9895941</link><pubDate>Wed, 16 Sep 2009 19:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9895941</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Partogi - The call stack you listed shows that the .NET Framework is unable to find one of the files it needs, but it doesn't list exactly which file is missing. &amp;nbsp;I'd suggest trying to use the steps listed at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx"&gt;http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx&lt;/a&gt; to repair the files that are a part of your OS and see if that helps in this scenario.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9936739</link><pubDate>Mon, 14 Dec 2009 20:41:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936739</guid><dc:creator>Jerminski73</dc:creator><description>&lt;p&gt;I see that you are quite the think-tank for .net issues and I am hoping that you can help resolve mine as well. &amp;nbsp;I am trying to install .net 3.5 and each time I do it gives me the following line :&lt;/p&gt;
&lt;p&gt;[12/14/09,11:12:22] Microsoft .NET Framework 2.0SP1 (CBS): [2] Error: Installation failed for component Microsoft .NET Framework 2.0SP1 (CBS). MSI returned error code -2147418113 &amp;nbsp;[12/14/09,11:12:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0SP1 (CBS) is not installed. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have turned on .net 3.0 in roles and turned of windows updates then I read in one of your posts to run sfc /scannow to which I got errors and zipped up the error report from the most recent install attempt only and can send at any time. &amp;nbsp;I have been thru about 40 blogs about this error but so far no resolution. &amp;nbsp;If there is anything else I can submit that might help then let me know.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9936779</link><pubDate>Mon, 14 Dec 2009 22:01:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936779</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Jerminski73 - The .NET Framework 2.0 SP1 CBS package is failing with a code that means &amp;quot;catastrophic failure&amp;quot;, which isn't too useful of an error code. &amp;nbsp;That component should create some additional logging information at c:\windows\logs\cbs\cbs.log. &amp;nbsp;Could you please zip up the cbs.log along with the errors from sfc /scannow, post them on a file server (such as &lt;a rel="nofollow" target="_new" href="http://skydrive.live.com"&gt;http://skydrive.live.com&lt;/a&gt;) and then reply back here with a link I could use to download the logs and take a look?&lt;/p&gt;
&lt;p&gt;Also, there are a couple of other things that might help you in this scenario:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;If you haven't yet, try to install the latest Windows Vista service pack (SP2) and then re-run .NET Framework 3.5 setup to see if it will work afterwards.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Try to run the System Update Readiness Tool described at &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/947821"&gt;http://support.microsoft.com/kb/947821&lt;/a&gt; to see if it is able to find and fix any issues. &amp;nbsp;This tool will create a log named c:\windows\logs\cbs\checksur.log, so if you run this tool, please include that in the zip file that you upload to the file server as well.&lt;/p&gt;
</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9937089</link><pubDate>Tue, 15 Dec 2009 15:43:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9937089</guid><dc:creator>Jerminski73</dc:creator><description>&lt;p&gt;Ok, here is the cbs.log &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://cid-79efd12e2d62179d.skydrive.live.com/self.aspx/.Public/CBSlog.zip"&gt;http://cid-79efd12e2d62179d.skydrive.live.com/self.aspx/.Public/CBSlog.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will post checksur as soon as it is done. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ona side note, I have noticed that my Windows updates appear to fail quite regularly. &amp;nbsp;In fact almost all of them fail except the ones I have manually installed.&lt;/p&gt;</description></item><item><title>re: How to repair the .NET Framework 2.0 and 3.0 on Windows Vista</title><link>http://blogs.msdn.com/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx#9937443</link><pubDate>Wed, 16 Dec 2009 02:36:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9937443</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Jerminski73 - Unfortunately, I don't see anything too useful in this cbs.log. &amp;nbsp;Basically, it repeats the same error in a different way:&lt;/p&gt;
&lt;p&gt;2009-12-14 13:29:24, Info &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CBS &amp;nbsp; &amp;nbsp;WER: Generating failure report for package: Package_for_KB948609~31bf3856ad364e35~x86~~6.0.6001.3053, status: 0x8000ffff, failure source: Resolve, start state: 0, target state: 7&lt;/p&gt;
&lt;p&gt;Since you mentioned failures from other Windows updates, it sounds like there may be something fundamentally wrong with your OS, and not just something wrong with .NET Framework setup. &amp;nbsp;From the log, it looks like you have Windows Vista SP1, so if you haven't yet, I'd suggest trying to install Vista SP2 to see if that helps resolve this error. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'd also be interested in seeing your CheckSUR log file if you have a chance to upload that as well.&lt;/p&gt;
</description></item></channel></rss>