Showing tag results for Visual Studio

Jul 7, 2008
Post comments count0
Post likes count0

Enable BITS Logging

Heath Stewart
Heath Stewart

Microsoft Visual Studio 2008 Service Pack 1 uses a new bootstrap application that chains several packages together for a seamless installation experience. Because VS2008 SP1 contains a lot of fixes and new features, it is also quite large - almost 3 times as large as VS2005 SP1.To download all this data, we use the Background Intelligent Transfer S...

InstallationVisual StudioLogging
May 16, 2008
Post comments count0
Post likes count0

KB944899 Should be Removed before Installing Visual Studio 2008 SP1

Heath Stewart
Heath Stewart

  Before installing Visual Studio 2008 Service Pack 1, you should first uninstall KB944899, a hotfix which improves performance when stepping through source downloaded from a source server. If KB944899 is not removed prior to Visual Studio 2008 SP1, sometime during the middle of installation an error will occur and the error dialog is displaye...

InstallationVisual StudioLogging
May 14, 2008
Post comments count0
Post likes count0

The Release of Visual Studio 2008 SP1 will Install over SP1 Beta

Heath Stewart
Heath Stewart

One of many improvements made to Visual Studio 2008 Service Pack 1 is that VS 2008 SP1 Beta customers will not need to uninstall SP1 Beta before installing the release of SP1. The same is true for Visual Studio 2008 Express products and .NET 3.5 SP1 - both of which are complete upgrades to older products that may already be on the system or that ca...

InstallationVisual Studio.NET
May 14, 2008
Post comments count0
Post likes count0

How to Download all of Visual Studio 2008 SP1

Heath Stewart
Heath Stewart

Visual Studio 2008 Service Pack 1 is comprised of multiple packages, including executables, installer packages, and patches. Compare this with Visual Studio 2005 SP1 which was a single patch wrapped in an executable. A lot of updates were made to both the .NET Framework and VS 2008 - along with changes to SQL and other bits from across the company ...

InstallationVisual StudioVS2008SP1
May 12, 2008
Post comments count0
Post likes count0

Changes for Microsoft Visual Studio 2008 Service Pack 1

Heath Stewart
Heath Stewart

Microsoft Visual Studio 2008 Service Pack 1 (Beta) has been released to web, along with Microsoft .NET Framework 3.5 Service Pack 1 (Beta). Included as part of .NET 3.5 SP1 are Microsoft .NET Framework 2.0 Service Pack 2 (Beta) and Microsoft .NET Framework 3.0 Service Pack 2 (Beta). Visual Studio 2008 SP1 includes over 250 new features and improvem...

InstallationVisual StudioLogging
May 10, 2008
Post comments count0
Post likes count0

Visual Studio and .NET Log Collection Utility

Heath Stewart
Heath Stewart

Setup and deployment is a tricky business. Machines can be in many different and often unforeseen states that cause setup to fail. But rarely will setup actually crash, and that is why setup logs are vital to diagnose install, repair, and uninstall problems. Setup applications for Visual Studio and .NET may write to many different logs because t...

InstallationVisual StudioLogging
Apr 7, 2008
Post comments count0
Post likes count0

Functional Testing of Cmdlets

Heath Stewart
Heath Stewart

While developing unit and functional tests for Windows Installer PowerShell Extensions, I needed a way to invoke cmdlets without requiring elevation on Vista. That is, of course, because running elevated has always been a bad idea unless it is required. In order to load a PowerShell snap-in, however, one must write to HKEY_LOCAL_MACHINE which requi...

Visual StudioDevelopment.NET
Mar 7, 2008
Post comments count0
Post likes count0

Installing Silverlight 2 Beta 1 Tools for Visual Studio 2008

Heath Stewart
Heath Stewart

While attempting to install Microsoft Silverlight Tools Beta 1 for Visual Studio 2008, you may get a prompt for source that looks like the following screenshot. This problem commonly occurs if you have not installed one or more of the features Visual Basic, Visual C++, or Visual C# when installing Visual Studio 2008 (VS2008). If you have your VS...

InstallationVisual StudioLogging
Feb 18, 2008
Post comments count0
Post likes count0

Adding New Components to Existing Features Installs the Feature Tree

Heath Stewart
Heath Stewart

As Developer Division starts to ship patches for the Visual Studio 2008, some users are being prompted for installation source media. This is a resulting of Windows Installer needing the original source files if, for example, files are missing from disk when you repair your product or backup files are not available during patch install. If you are ...

InstallationVisual StudioLogging
Dec 14, 2007
Post comments count0
Post likes count0

How to Workaround Error 1330 During Visual Studio 2008 Installation

Heath Stewart
Heath Stewart

When installing Visual Studio 2008, you might run into an error dialog that reads, Error 1330.A file that is required cannot be installed because the cabinet file D:msdncab2.cab has an invalid digital signature. This may indicate that the cabinet file is corrupt.The path and name of the cabinet may be different, but might often be D:msdncab2.cab, w...

InstallationVisual StudioLogging