<?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>Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx</link><description>There are several known issues when installing Visual Studio 2005 Service Pack 1 . I've documented these below and, when possible, have included workarounds and status on any pending fixes. Contents Error 1718.File '...' was rejected by digital signature</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Heath Stewart's Blog : Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1452173</link><pubDate>Fri, 12 Jan 2007 00:21:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1452173</guid><dc:creator>Heath Stewart's Blog : Known Issues with Visual Studio 2005 Service Pack 1</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx"&gt;http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1452375</link><pubDate>Fri, 12 Jan 2007 01:22:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1452375</guid><dc:creator>Dan Vanderboom</dc:creator><description>&lt;p&gt;There's also a problem with Web Application Projects. &amp;nbsp;I've seen quite a few posts out there of people writing about the same problem. &amp;nbsp;I uninstalled the Web Application Project add-in, then I installed SP1 (which is supposed to have WAP built-in), and now when I try to open a solution with a WAP-type project in it, I get the error message &amp;quot;the project type is not supported by this installation&amp;quot;.&lt;/p&gt;
&lt;p&gt;Haven't seen a solution for it yet.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1452933</link><pubDate>Fri, 12 Jan 2007 03:24:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1452933</guid><dc:creator>Gerard van der Land</dc:creator><description>&lt;p&gt;Heath,&lt;/p&gt;
&lt;p&gt;When I run VS80sp1-KB926601-X86-ENU.exe with /extract I get a 477 MB .msp file. Can I put that file on a distribution file share for others to install to save them the time of extracting, or is this file specific for the product(s) I have installed on my system?&lt;/p&gt;
&lt;p&gt;Also, is this the file that Windows Installer tries to load in to memory to check the digital signature? If not, how big the file that causes this problem.&lt;/p&gt;
&lt;p&gt;The &amp;quot;Installation Requirements&amp;quot; for SP1 mentions: &amp;quot;192MB of RAM required. 256MB or greater is recommended.&amp;quot; How can this be sufficient if Windows Installer needs to read a big file in to memory to be able to verify the digital signature?&lt;/p&gt;
&lt;p&gt;Can you explain why it needs to read the entire file in to memory, and why the memory needs to be unfragmented? As far as I know SAFER on Windows XP and Windows Server 2003 uses an MD5 or SHA1 hash, both of which operate on 512-bit blocks and can thus be calculated while reading a file in small blocks rather than having to load the entire file in to memory.&lt;/p&gt;
&lt;p&gt;On my Windows Server 2003 SP1 system with 1 GB and without the policy workaround I have not been able to install SP1. Yesterday I added an extra 1 GB and had 1.6 GB of physical memory available after rebooting (which I did to minimize the chance that memory would be fragmented too much). You would think there should be enough unfragmented memory, but apparently this was not the case, as the installation failed once again with this error!&lt;/p&gt;
&lt;p&gt;I have some suggestions:&lt;/p&gt;
&lt;p&gt;- fix the digital signature check so that it doesn't need to read the entire file in to memory&lt;/p&gt;
&lt;p&gt;If that is not possible:&lt;/p&gt;
&lt;p&gt;- add a command line switch to disable the digital signature check for the current installation, rather than having to modify the Local Security Policy (which people may forget to reset after installing)&lt;/p&gt;
&lt;p&gt;- make sure that Windows Installer reports that it does not have enough contiguous memory to verify the digital signature, rather than saying that the file was rejected by digital signature policy, which would suggest to most people that the file is corrupt. It caused me to re-download the file several times to make sure it wasn't.&lt;/p&gt;
&lt;p&gt;My next attempt will be to slipstream an administrative image (from an XP machine) using your explaination in a previous blog posting, even though I don't like that this will cause all files to be unpacked. Hopefully there will be ISO images of slipstreamed builds on MSDN subscriber downloads soon (which Scott Guthrie mentioned in a comment on his blog: &lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/scottgu/archive/2006/12/15/visual-studio-2005-service-pack-1-sp1-released.aspx#1255232"&gt;http://weblogs.asp.net/scottgu/archive/2006/12/15/visual-studio-2005-service-pack-1-sp1-released.aspx#1255232&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Can you please elaborate on the issue with rollback? Especially since Windows Installer does transactional installations, I would think that a rollback restores the system to the previous state, but you're saying that rollback causes manifest files in the WinSxS directory that existed before the installation to be deleted afterwards? That doesn't sound right..&lt;/p&gt;
&lt;p&gt;Gerard.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1452991</link><pubDate>Fri, 12 Jan 2007 03:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1452991</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Gerard, you should generally not install the extracted MSP. As documented in &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2006/10/06/VS-2005-SP1-Tries-to-Install-Multiple-Times.aspx"&gt;http://blogs.msdn.com/heaths/archive/2006/10/06/VS-2005-SP1-Tries-to-Install-Multiple-Times.aspx&lt;/a&gt;, the patch may apply to multiple products and needs to apply to each. The wrapper makes sure it does. You can put the EXE on a network share, but it will still make local copies as documented in &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2006/10/06/VS-2005-SP1-Requires-a-lot-of-Disk-Space.aspx"&gt;http://blogs.msdn.com/heaths/archive/2006/10/06/VS-2005-SP1-Requires-a-lot-of-Disk-Space.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We've tested on systems with less than the recommended memory and it works because of virtual memory. On Windows Server 2003 there is often more fragmented memory so there is not enough contiguous memory for SAFER to work as designed and implemented on XP and 2003. Even though hash algorithms like SHA1 and MD5 are block algorithms, XP and 2003 read the whole file into memory while Vista streams it. This is also mentioned in several posts, including &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2006/08/23/715558.aspx"&gt;http://blogs.msdn.com/heaths/archive/2006/08/23/715558.aspx&lt;/a&gt; when I first mentioned this problem.&lt;/p&gt;
&lt;p&gt;Adding physical memory won't necessarily help. How processes allocate memory matters.&lt;/p&gt;
&lt;p&gt;We are working on getting a fix on XP and 2003 as mentioned in this post under the &amp;quot;error 1718&amp;quot; heading but risk is always a factor.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1454077</link><pubDate>Fri, 12 Jan 2007 08:28:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1454077</guid><dc:creator>IDisposable</dc:creator><description>&lt;p&gt;Any chance you can give us some guidance as to how and when we can dump the patch cache... I'm a little annoyed by the enormity of my cache for a while.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1455988</link><pubDate>Fri, 12 Jan 2007 18:16:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1455988</guid><dc:creator>Todd Derscheid</dc:creator><description>&lt;p&gt;Regarding error 1718:&lt;/p&gt;
&lt;p&gt;&amp;quot;Starting with Windows XP, a software restriction policy known as SAFER was introduced as a preventative measure to help avoid running unsafe files. Both Windows XP and Windows Server 2003 require enough contiguous memory to check files, and Windows Server 2003 seems to fragment memory more heavily leading to this error message. &amp;quot;&lt;/p&gt;
&lt;p&gt;In other words, it would be better to reboot the machine with fewer programs/services running, especially W3P services or other activities likely to cause high virtual memory use, right? &amp;nbsp;The longer the server runs, the more fragmented the virtual memory becomes, correct?&lt;/p&gt;
&lt;p&gt;Would setting any of the HeapDeCommit-related registry keys on Windows Server 2003 to higher values help this? &amp;nbsp;How high would be recommended?&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1456236</link><pubDate>Fri, 12 Jan 2007 19:12:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1456236</guid><dc:creator>Chris W</dc:creator><description>&lt;p&gt;Heath, &amp;nbsp;I notice issues with Reporting Services in VS2005 (using ver: 8.0.50727.42) when using date parameters - when I click view report in the preview pane having entered 12/01/2007 (I'm all set up for UK date format), it changes the parameter to 01/12/2007 and the report shows 1st Dec instead of 12th Jan. &amp;nbsp;If I click view report again, it swaps it around again and shows 12th Jan on the report. &amp;nbsp;The Language settings on the report are set to English (United Kingdom), and if I actually deploy the report rather than previewing it, it works fine.&lt;/p&gt;
&lt;p&gt;I have tried this on a number of machines and other people also seem to be experiencing the same problem. &amp;nbsp;Is this something that is being fixed in VS 2005 SP1 or is it something being looked at if it isn't in SP1???&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;</description></item><item><title>Contradicatory statements</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1456312</link><pubDate>Fri, 12 Jan 2007 19:31:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1456312</guid><dc:creator>Unbelievable</dc:creator><description>&lt;p&gt;&amp;quot;Windows Installer is a robust, transaction installation&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;because of the rollback, products that depend on VC may be broken&amp;quot;&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1456488</link><pubDate>Fri, 12 Jan 2007 19:57:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1456488</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Todd, we have not explored options for dictating how and how much memory is allocated for processes. Rebooting with fewer services running may help, but is not absolutely going to fix the problem.&lt;/p&gt;
&lt;p&gt;Chris, any problems related to how the products works (or doesn't) should be address in the appropriate MSDN forum (&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/msdn"&gt;http://forums.microsoft.com/msdn&lt;/a&gt;) or via Microsoft Connect (&lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt;). I deal with the setup and servicing of the product.&lt;/p&gt;
&lt;p&gt;Unbelievable, Windows Installer is a robust transactional installation engine - but like all things - custom code or wacky implementations can break that. Just as P/Invoke and certain types of faults can break managed apps, custom actions in Windows Installer or violating rules that ICEs would usually catch (they can't catch everything, especially in the case of custom actions) will break such features of Windows Installer. This is the case for the VC WinSxS assemblies in Whidbey.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1456840</link><pubDate>Fri, 12 Jan 2007 21:13:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1456840</guid><dc:creator>MSIrable</dc:creator><description>&lt;p&gt;&amp;quot;Windows Installer is a robust transactional installation engine - but like all things - custom code or wacky implementations can break that&amp;quot;&lt;/p&gt;
&lt;p&gt;Made my day... So what's the wacky implementation? The original installation or SP1? :) Just teasing. I installed it in 3 machines without a problem.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1457061</link><pubDate>Fri, 12 Jan 2007 23:27:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1457061</guid><dc:creator>mikeb</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; In other words, it would be better to reboot the machine with fewer programs/services running, especially W3P services or other activities likely to cause high virtual memory use, right? &amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;Since each process has its own virtual memory address space, reducing the number of processes should not have an effect on this (except that you may have performance improvement due to to less frequent swapping).&lt;/p&gt;
&lt;p&gt;It seems to me that setting the boot.ini /3GB option might help, since it would increase the address space available to the process that performs the SAFER check, although that process would have to be be flagged as a /LARGEADDRESSAWARE application. &amp;nbsp;Unfortunately, msiexec.exe does not have that flag set (WinXP SP2), and I assume that that's the process context that the SAFER check is happening in.&lt;/p&gt;
&lt;p&gt;I wonder if using &amp;quot;editbin /largeaddressaware msiexec.exe&amp;quot; might help? &amp;nbsp;Of course there would be System File Protection to deal with, not to mention venturing into completely unsupported and untested territory for MSI...&lt;/p&gt;
&lt;p&gt;Probably best just to leave VS 2005 SP1 alone.&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt; We've tested on systems with less than the recommended memory and it works because of virtual memory. On Windows Server 2003 there is often more fragmented memory so there is not enough contiguous memory for SAFER to work as designed and implemented on XP and 2003 &amp;lt;&amp;lt;&lt;/p&gt;</description></item><item><title>Problemi nell'installazione del Service Pack 1 di Visual Studio 2005</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1466080</link><pubDate>Sun, 14 Jan 2007 22:11:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1466080</guid><dc:creator>Around and About .NET World</dc:creator><description /></item><item><title>Ah the joys of Installing Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1494831</link><pubDate>Sat, 20 Jan 2007 00:54:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1494831</guid><dc:creator>Chris Wojahn's Blog</dc:creator><description>&lt;p&gt;With the start of the New Year comes new updates and features in Visual Studio 2005 and Visual Studio&lt;/p&gt;
</description></item><item><title>安裝 Visual Studio 2005 Sp1 Known Issues</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1501541</link><pubDate>Sun, 21 Jan 2007 09:49:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1501541</guid><dc:creator>Refines.Info["Polo Lee"]</dc:creator><description>&lt;p&gt;安裝 SP1. 有時候並沒有想像中的順利... Known Issues with Visual Studio 2005 Service Pack 1 Make sure u have read this&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1534611</link><pubDate>Fri, 26 Jan 2007 09:21:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1534611</guid><dc:creator>John Dougrez-Lewis</dc:creator><description>&lt;p&gt;To misquote Juvenal' Satires:&lt;/p&gt;
&lt;p&gt;&amp;quot;Who fixes the bugs in the bug fix install?&amp;quot;&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1537281</link><pubDate>Fri, 26 Jan 2007 19:29:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1537281</guid><dc:creator>Toby Kraft</dc:creator><description>&lt;p&gt;Well FWIW I'm giving up on installing SP1 on our W2K3/SP1 systems. &amp;nbsp;I think we'll convert these to XP.&lt;/p&gt;
&lt;p&gt;I followed kb925336 and login as local admin.&lt;/p&gt;
&lt;p&gt;I had 2.4GB free space on C: to start.&lt;/p&gt;
&lt;p&gt;I keep getting error 2908 and drive C: still has 1GB free.&lt;/p&gt;
&lt;p&gt;By the way, windows\installer still has the 466MB msp file left over after a failed install - this is way 500MB or so vanishes after every failed attempt.&lt;/p&gt;
&lt;p&gt;Toby&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1540262</link><pubDate>Sat, 27 Jan 2007 05:41:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1540262</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Toby, KB925336 doesn't work for all systems. Please see &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2007/01/11/workaround-for-error-1718.aspx"&gt;http://blogs.msdn.com/heaths/archive/2007/01/11/workaround-for-error-1718.aspx&lt;/a&gt; for a workaround that will work for all systems and why the KB didn't always work.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1565599</link><pubDate>Wed, 31 Jan 2007 17:51:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1565599</guid><dc:creator>Toby</dc:creator><description>&lt;p&gt;Heath, thanks for the reply. &amp;nbsp;The many attempts on SP1 left the system unstable (2908 errors, .net 2.0/3.0 unstable, unable to do repair, etc). &amp;nbsp;What we ended up doing was deleting the \system32\WinSxS directory contents and reinstalling the .net 2.0 framework and apps. &amp;nbsp;The system is now running okay again and we're regrouping on how to proceed. &lt;/p&gt;
&lt;p&gt;Is vs2005/SP1 really supported on W2k3 server or do you recommend running on XP?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Toby&lt;/p&gt;
&lt;p&gt;tkraft-&amp;lt;-at-&amp;gt;-ksainc.com&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1569510</link><pubDate>Thu, 01 Feb 2007 07:25:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1569510</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Toby, it is supported on Win2K3. Plenty of people have installed it and we did test it, but the only error specific to Win2K3 that we know of is the common occurance of Windows Installer error 1718, for which I have published a couple of different workarounds.&lt;/p&gt;
&lt;p&gt;Glad you got things going again.&lt;/p&gt;
</description></item><item><title>How to Safely Delete Orphaned Patches</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1569849</link><pubDate>Thu, 01 Feb 2007 08:16:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1569849</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;If Visual Studio 2005 Service Pack 1 fails to install, you might find additional .msp files under %WINDIR%\Installer&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 Service Pack 1 Rollback Breaks Some Applications</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1607985</link><pubDate>Tue, 06 Feb 2007 04:55:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1607985</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;When installing Visual Studio 2005 Service Pack 1 , there are a number of errors that might occur due&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 SP1 failures can break existing applications</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1609260</link><pubDate>Tue, 06 Feb 2007 07:36:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1609260</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;I have heard from a couple of customers who tried to install Visual Studio 2005 SP1 , only to have it&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1609305</link><pubDate>Tue, 06 Feb 2007 08:06:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1609305</guid><dc:creator>Prakash</dc:creator><description>&lt;p&gt;The only thing I fail to understand is what does VS SP1 do? It takes much more time (at least 5 and it is still running) than installing VS itself. It is simply insane where it takes more time than installing Windows XP itself! May be it's sub-standard patch - the quality seems to deteriorate these days.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1612900</link><pubDate>Tue, 06 Feb 2007 20:37:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1612900</guid><dc:creator>ABM</dc:creator><description>&lt;p&gt;Almost a month later, and still no SAFER fix? I'm also shocked after reading about the .NET2.0 destruction that is left behind for some people after this patch tries to uninstall itself. I definately agree with the previous poster regarding patches. On top of that, I wonder whether it was a good idea to keep this patch out in public with these bugs still unfixed (and undocumented in the error messages). I wonder how many people there are who have wasted hours trying to deal with this? I love Visual Studio 2005 and believe it is light-years above Visual Studio 2003 and competitors. That is the one reason why I am so frustrated (so no disrespect to the developers).&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1614111</link><pubDate>Wed, 07 Feb 2007 01:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1614111</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;ABM, I had updated this article to address the application issues because of some problems installing and rolling back VC8 assemblies. Read &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2007/02/05/visual-studio-2005-service-pack-1-rollback-breaks-some-applications.aspx"&gt;http://blogs.msdn.com/heaths/archive/2007/02/05/visual-studio-2005-service-pack-1-rollback-breaks-some-applications.aspx&lt;/a&gt; for details and workarounds.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1621723</link><pubDate>Thu, 08 Feb 2007 00:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1621723</guid><dc:creator>ABM</dc:creator><description>&lt;p&gt;I never expected a response this quickly, so for that I am very appreciative. Though I am still unable to get the patch to install (I don't have permission to rejoin domains), I still appreciate the enormous amount of information and analysis you have provided on your blog. Also, after reading some technical articles about how these patches work, I can see that this process is rather high-tech and therefore non-trivial to troubleshoot. I therefore apologize for my frustrations and will wait patiently for a fix to this specific issue.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1678612</link><pubDate>Thu, 15 Feb 2007 00:52:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1678612</guid><dc:creator>Dmitri</dc:creator><description>&lt;p&gt;ABM, I don’t think you should disconnect from domain. I change SAFER registry setting and adjust Software Restriction Policies. After that I unplug my network cable, reboot my Win2003 R2 server and login as local administrator. After that I was able to install SP1. Hope this will help.&lt;/p&gt;</description></item><item><title>Visual Studio 2005 and .NET Framework 2.0 Setup Troubleshooting Guide</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1692501</link><pubDate>Sat, 17 Feb 2007 05:35:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1692501</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;Where to get Visual Studio 2005 and the .NET Framework 2.0 Where to download the .NET Framework 2.0 redistributable&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1729658</link><pubDate>Wed, 21 Feb 2007 00:01:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1729658</guid><dc:creator>coach007</dc:creator><description>&lt;p&gt;Don't you know where to get VS 2005 and .net framework.&lt;/p&gt;
&lt;p&gt;You are a disgrace and disaster&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1748207</link><pubDate>Fri, 23 Feb 2007 20:09:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1748207</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;I haven't got anywhere near enough space on my 'system' partition but I have loads free in other paritions, can I force the installer to use them ?&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1749554</link><pubDate>Sat, 24 Feb 2007 01:01:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1749554</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Rich, no you cannot but you can &amp;nbsp;try to clean-up orphaned files under %WINDIR%\Installer if you have any. Read &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2007/01/31/how-to-safely-delete-orphaned-patches.aspx"&gt;http://blogs.msdn.com/heaths/archive/2007/01/31/how-to-safely-delete-orphaned-patches.aspx&lt;/a&gt;.&lt;/p&gt;
</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1762826</link><pubDate>Mon, 26 Feb 2007 16:08:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1762826</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Heath, thanks for the quick response, I'll try but I fear this may not be enough - the partition is only 10Gb total and since the SP needs 6Gb+ it's going to be tight!&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1768416</link><pubDate>Tue, 27 Feb 2007 14:44:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768416</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;ok, finally managed to install it with &amp;lt;2Gb of space ! &amp;nbsp;This (&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2006/11/28/save-time-and-space-for-vs-2005-sp1-by-disabling-the-patch-cache.aspx"&gt;http://blogs.msdn.com/heaths/archive/2006/11/28/save-time-and-space-for-vs-2005-sp1-by-disabling-the-patch-cache.aspx&lt;/a&gt;) was extremely helpful, thanks :-)))&lt;/p&gt;</description></item><item><title>Visual Studio 2005 Service Pack 1 Update for Windows Vista 開放下載</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1823528</link><pubDate>Wed, 07 Mar 2007 05:11:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1823528</guid><dc:creator>Refines.Info["Polo Lee"]</dc:creator><description>&lt;p&gt;針對 Vista 上的 VS 2005 開發工具相容性套件終於推出了，算一算 VS 2005 自上市以來已經有了幾個不同版本的 update 套件 在這裡整理一下，同時也建議一下安裝的順序與相關的資訊&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 Service Pack 1 is Hot – Maybe too Hot</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1823628</link><pubDate>Wed, 07 Mar 2007 05:22:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1823628</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;Visual Studio 2005 Service Pack 1 is a big release with many fixes and lots of new features. But with&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 Service Pack 1 Update for Windows Vista Available</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1827485</link><pubDate>Wed, 07 Mar 2007 16:09:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1827485</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;As Aaron notes , the Visual Studio 2005 Service Pack 1 Update for Windows Vista is available on the download&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 Service Pack 1 Bug with Typed Datasets</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1873158</link><pubDate>Tue, 13 Mar 2007 17:31:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1873158</guid><dc:creator>Craig Miles</dc:creator><description>&lt;p&gt;I am having the same problem as the one described in &lt;a rel="nofollow" target="_new" href="http://forums.asp.net/thread/1587696.aspx"&gt;http://forums.asp.net/thread/1587696.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can't believe that VS 2005 SP1 can have completely broken typed datasets (.XSDs) for all development sites!?&lt;/p&gt;
&lt;p&gt;So what is the solution to the problem for the few people reporting it?&lt;/p&gt;
&lt;p&gt;Either that or there really are a very small number of sites who are:&lt;/p&gt;
&lt;p&gt;a) Using VS 2005 SP1&lt;/p&gt;
&lt;p&gt;b) Using typed datasets&lt;/p&gt;
&lt;p&gt;c) Have needed to make a change post install of SP1&lt;/p&gt;
&lt;p&gt;Any assistance on this would be gratefully received.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1877144</link><pubDate>Wed, 14 Mar 2007 04:34:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1877144</guid><dc:creator>Vivek</dc:creator><description>&lt;p&gt;I get error message&lt;/p&gt;
&lt;p&gt;&amp;quot;The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.&amp;quot;&lt;/p&gt;
&lt;p&gt;What I have done is, install VS2005 professionsl on a fresh Vista machine and then try to install SP1.&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1883694</link><pubDate>Thu, 15 Mar 2007 03:37:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1883694</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Vivek, make sure you have downloaded the correct Service Pack package for the right language of Visual Studio 2005 that you have installed. You can also extract the MSP from the EXE by using the /extract switch, then use my Patch Applicability Browser at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/articles/pab.aspx"&gt;http://blogs.msdn.com/heaths/articles/pab.aspx&lt;/a&gt; to see what products it applies to, and which of those are installed.&lt;/p&gt;
</description></item><item><title>re: WAP Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#1989970</link><pubDate>Thu, 29 Mar 2007 21:51:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1989970</guid><dc:creator>Christopher Rannow</dc:creator><description>&lt;p&gt;Heath,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Someone earlier in your blog mentioned a problem with WAP. I have several projects built originally using the WAP pre SP1. Now after un-installing WAP so that I could install SP1 to fix other issues, dragging controls of any kind onto a page in either source mode or designer mode the control isn't being declared in the designer.vb Any thoughts?&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#2032886</link><pubDate>Thu, 05 Apr 2007 17:06:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2032886</guid><dc:creator>seada</dc:creator><description>&lt;p&gt;when installing visual studio 2005&lt;/p&gt;
&lt;p&gt;having the operating system windows xp sp2&lt;/p&gt;
&lt;p&gt;i get error saying suite integration toolkit excutable has encountered a problem and needs to close. what shall i do?&lt;/p&gt;</description></item><item><title>re: Known Issues with Visual Studio 2005 Service Pack 1</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#2035601</link><pubDate>Fri, 06 Apr 2007 01:20:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2035601</guid><dc:creator>Heath Stewart</dc:creator><description>&lt;p&gt;Sorry seada, but I can't really provide much help with application issues. I recommend visiting &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/msdn"&gt;http://forums.microsoft.com/msdn&lt;/a&gt; and post your question there. The product groups typically monitor the threads. You could also file a bug in &lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt;. If you go that route, I recommend you generate a verbose log by passing &amp;quot;/L*vx+ logname.log&amp;quot; (without quotes), ZIP, and attach that to the bug.&lt;/p&gt;
&lt;p&gt;If you've tried to install this patch before and it failed, it's possible the VC runtime is broken. Read &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/heaths/archive/2007/02/05/visual-studio-2005-service-pack-1-rollback-breaks-some-applications.aspx"&gt;http://blogs.msdn.com/heaths/archive/2007/02/05/visual-studio-2005-service-pack-1-rollback-breaks-some-applications.aspx&lt;/a&gt; for details on that.&lt;/p&gt;
</description></item><item><title>Hotfix Published for KB925336</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#2264251</link><pubDate>Tue, 24 Apr 2007 23:42:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2264251</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;When installing Visual Studio 2005 Service Pack 1 , users may see an error that reads, Error 1718.File&lt;/p&gt;
</description></item><item><title>How to Install TFC without PPE</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#6437747</link><pubDate>Tue, 20 Nov 2007 20:07:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6437747</guid><dc:creator>Heath Stewart's Blog</dc:creator><description>&lt;p&gt;Microsoft Visual Studio 2008 , now available for MSDN subscribers and Express editions freely available&lt;/p&gt;
</description></item><item><title>How to Install TFC without PPE</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#6438605</link><pubDate>Tue, 20 Nov 2007 20:43:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6438605</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Microsoft Visual Studio 2008 , now available for MSDN subscribers and Express editions freely available&lt;/p&gt;
</description></item><item><title>【日本語版】 Visual Studio 2005 SP1 の既知の問題</title><link>http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx#9006898</link><pubDate>Mon, 20 Oct 2008 09:46:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9006898</guid><dc:creator>Microsoft Japan Forum Operators Blog</dc:creator><description>&lt;p&gt;こんにちは！ フォーラム オペレーターの服部 清次です。 ここ最近、 MSDN フォーラムの「よくある質問」へのアクセスがだんだん増えてきています。 (^_^)v これからも、皆さんにとって有益な情報をドシドシ載せていきたいと思います！&lt;/p&gt;
</description></item></channel></rss>