Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
4k views

Recommended Post-SP1 Visual Studio 2008 Hotfixes

Today I had to reinstall. I used to have some hotfixes installed for VS2008 but no longer have them and can't remember why they were necessary. I'm expecting any security-related hotfixes to come ...
6
votes
2answers
4k views

List of available VS2010 hotfixes

With the regularity of VS2010 crashes increasing as I use it, I was looking for a list of hotfixes. This blog post says there is no official list, so let's make one (RTM only please). Or is this ...
4
votes
2answers
119 views

Team Foundation: Multiple release structure

I am in need of help setting up a TFS branching structure. The current scenario is as follows, our application is a SaaS, and I believe we need multiple "Release" branches simultaneously. Going ...
4
votes
1answer
350 views

How i can check if a particular hotfix (windows update) is installed in my system?

I have some issues with the Riched20.dll file which is used by my application, this problem is fixed applying the KB884047 hotfix, in order to avoid problems with old windows versions, I want to ...
4
votes
1answer
230 views

How do Microsoft (and other software companies with a large installed base) manage patch dependencies?

OS (usually security-based) patches and hotfixes that Microsoft releases to the community normally consist of, in my understanding, a series of updated DLLs or other binaries. How does Microsoft, and ...
2
votes
0answers
288 views

How to detect if .NET Framework hotfix is installed

According to Microsoft Download Page for .NET Framework 3.5 SP1, I should install KB959209 and KB967190 immediately after installing the .NET Framework package: IMPORTANT: After installing the ...
2
votes
2answers
1k views

How to make a hotfix deployment using Visual Studio?

Let's say that you have a product that is written in Visual Studio and you provide your customers and users with an installer for that product. Then, you have some minor changes that you want to ...
1
vote
2answers
219 views

Windows Update API c# : set download location

I'm writing a code to automatically download & install windows updates. (using "tlbimped" wuapi.dll and some sample code found over the Internet). UpdateDownloader updateDownloader = ...
1
vote
1answer
90 views

How Do I Apply Windows Hotfixes from an MSI using InstallShield?

I am building an MSI to install our company's product with InstallShield 2010, and it needs to apply several Windows hotfixes in the installation that the product needs to run. I was wondering what's ...
1
vote
1answer
122 views

Linq, inserting record into cross reference table, hotfix not working

I have a cross reference table RolePrivilege that has FK to Role and Privilege tables....basically Role can have many Privileges. Hotfix located at Microsoft hotfix has already been applied. Here ...
1
vote
1answer
325 views

WMI Query for list of hotfixes installed in a system?

I am writing a perl script that will list the hotfixes installed in my system and check if any pre-requisite hotfixes are not available before beginning my program; So I need to be able to enumerate ...
1
vote
2answers
368 views

Problems with VS2010, Framework 2.0 and KB979909

Our team has installed VS2010 on Friday afternoon. When I came into work on Monday morning, it appeared the installation of the .Net Framework (specifically the 2.0 part of it) was corrupted. Programs ...
1
vote
0answers
61 views

Visual Studio 2008 Workflow designer bug for referenced assemblies with same prefix namespace - any fixes?

In visual studio 2008 (SP1 applied) there appears to be a bug in the state workflow designer tool. On adding a HandleExternalEvent activity and setting the Interface type to that of an interface in ...
1
vote
0answers
311 views

sharepoint approval workflow loop

I am trying to set up a Approval workflow when item created and item updated event on a list and then update the approval status as workflow complete. Now when I create a new Item the workflow kicks ...
1
vote
1answer
114 views

Any way to install Visual Studio 2008 hotfixes automatically?

There are several hot fixes for VS 2008 sp1, but it's a mess to install them all manually one by one. Is there some kind of Visual Studio Updater, which installs all the necessary hot fixes ...
1
vote
2answers
148 views

Do I need to apply both 32 bit and 64 bit versions of a .NET Framework update?

There's a post-.NET 3.5 SP1 update which comes in x86 and x64 flavours: The KB article is here: List of the issues that are addressed by the Application Compatibility Update for the .NET ...
1
vote
3answers
1k views

Does the latest Visual Studio 2005 Security Update cause C runtime library issues when hot fixing customer sites

As you might be aware an update to visual studio 2005 was auto updated on most machines last week. This update included a new version of the visual c runtime library. As a result any binaries built ...
1
vote
2answers
4k views

Patch vs. Hotfix vs. Maintenance Release vs. Service Pack vs

When you are somewhere between version 1 and version 2, what do you do to maintain your software? The terms Patch, Hotfix, Maintenance Release, Service Pack, and others are all blurry from my point ...
0
votes
0answers
17 views

What do you call a modification that is made on a Environment that is not DEV?

In application life-cycle management, it's common to have some environments. For example: DEV -> Staging -> Production Normally, you would develop in the DEV environment and stage your developments ...
0
votes
0answers
11 views

Applying Hotfixed Binaries

I installed the hotfix http://support.microsoft.com/kb/980251 on my box. I see the binaries downloaded to WinSxS folder. However my app picks up the PresentationFramwork.dll and other fixed bins from ...
0
votes
1answer
67 views

Fetching a KB hotfix in C#

I'm trying to fetch a certain hotfix (KB976477) from a C# program. Using the WUApi (Windows Update Agent Api) is not working so far because the IUpdateSearcher.Search method only provides Software and ...
0
votes
2answers
166 views

WPF XAML Browser Applications (XBAPs) that target x86 not executing on Windows 7 64-bit installations

WPF XAML Browser Applications (XBAPs) that target x86 is not executing on Windows 7 64-bit installations. I found Microsoft support KB-974396 in which they suggest to modify the registry or host ...
0
votes
2answers
127 views

RPM Hotfix/Patch Approach

We run a system on Centos 5.5 and install our software using one RPM containing all of our software. When we need to apply a hot fix or patch the current system is simply to stick on a tar and untar ...
0
votes
0answers
237 views

Unable To Download Patch from hotfixv4.microsoft.com [closed]

Hi all Yesterday i try to download the patch of SqlServers 2008 commutative update from hotfixv4.microsoft.com but due to some reason i have stop downloading until now i was unable to download the i ...
0
votes
2answers
253 views

Windows Script Host & Quick Fix Engineering

I want to get list of installed windows hotfix and updates. I use script below: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & ...
0
votes
1answer
46 views

How to view the contents or the changes done in a msu file

I got an hotfix from microsoft (msu file). How can i find the contents or the changes done in that file? Thanks in advance.
0
votes
2answers
2k views

Windows Update API c# code can't get update history

I'm writing a code to automatically patch Windows Operation Systems with security hotfixes in a corporate intranet. (I'm using Visual Studio .NET, thus .NET framework 1.1, and developing in c#.) As a ...
0
votes
2answers
813 views

Where do you check to if a hotfix from Microsoft have been applied to any service packs?

I have a interest in a reported bug which Microsoft have made available a hotfix for. When looking on the site, I'm not able to figure out if this fix is included in a service pack or not. Do anyone ...
0
votes
3answers
221 views

MS hotfix delayed delivery

I just requested a hotfix from support.microsoft.com and put in my email address, but I haven't received the email yet. The splash page I got after I requested the hotfix said: Hotfix Confirmation ...