Questions tagged [hotfix]

A hotfix is a single, cumulative package that includes information that is used to address a problem in a software product, i.e. a software bug.

During the software development cycle, when in-between regularly scheduled release dates for software upgrades if a problem requiring immediate resolution occurs a development team may release a "hotfix" to resolve the problem.

A hotfix usually is highly targeted at the specific problem requiring the immediate attention. Often times this is accomplished by simply reverting back recent changes so that the issue can be investigated more thoroughly without impeding the production environment, this is often times referred to as "rolling back".

127 questions
1
vote
1 answer

Installing AX 2012 R2 KB item to R3

We are running Microsoft Dynamics AX 2012 R3 CU8. Our customer wants to start using the rolecenter, but we found problems around importing Web URI into the AOT. There is a hofix for this (KB2894068), but it is for R2. The Microsoft LCS titles it:…
1
vote
1 answer

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 the list of hotfixes in the system; Here there is…
Santhosh
  • 6,547
  • 15
  • 56
  • 63
1
vote
1 answer

Team Build (XAML) fails with error TF215097

After weeks of normal operation, TFS 2015 XAML builds suddenly fail with error TF215097. TF215097: An error occurred while initializing a build for build definition \xxxxxxxxxxxxx\xxxxxxxxxxx-DEV: Exception Message: A procedure imported by…
jessehouwing
  • 106,458
  • 22
  • 256
  • 341
1
vote
2 answers

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 were complaining that they couldn't find 2.0…
Niall Connaughton
  • 15,518
  • 10
  • 52
  • 48
1
vote
1 answer

What is "HotfixLevel 2" in Delphi XE7?

I have found "HotfixLevel"=dword:00000002 in the registry of a previous installment of Delphi XE7. The current installment does not have this key. What does it mean? There are other updates beyond Update 1? The key is located…
Gabriel
  • 20,797
  • 27
  • 159
  • 293
1
vote
2 answers

search for existing multiple KB files on multiple servers

I have a script that will read server names in from a text file and then search for a specific KB update filename which works fine. But what if I want to have each server searched in the serverlist.txt file searched for multiple KB update files? How…
MickH
  • 13
  • 1
  • 4
1
vote
1 answer

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 automatically?
Andreas Roth
  • 699
  • 2
  • 9
  • 30
1
vote
0 answers

why the hotfix result is different by using Win32_QuickFixEngineering and UpdateSearchResult

I want to get hotfix installed on my computer in C#, when I use wmi through Win32_QuickFixEngineering, I got 33 hotfix installed on my computer. But when I use WUApiLib through IUpdateSearcher, I got 19 hotfix installed on my computer. And I found…
1
vote
3 answers

Hotfixing in git

Say I have two branches in Git: development and qa-test. Both of these branches contain different features - commits but also A is the latest common ancestor of these two branches: A--->B--->C--->developent \ \ D--->E--->qa-test Now in some…
Narek
  • 38,779
  • 79
  • 233
  • 389
1
vote
2 answers

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 know where I can find this out?
tronda
  • 3,902
  • 4
  • 33
  • 55
1
vote
2 answers

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 Framework 3.5 SP1 There are two possible…
Kev
  • 118,037
  • 53
  • 300
  • 385
1
vote
1 answer

How to output separate CSV files per server name

I want my PowerShell script to go out to remote servers, gather hotfix data, and export that data to Excel for each server or one Excel sheet per server. Currently when I run the script it does go out to each server listed in a .txt file and gathers…
1
vote
1 answer

Installing Plone Hotfix 20121106 on plone 2.0.5 won't work

We are running an old version of plone (Version 2.0.5). (We will migrate next year to plone 4) I was trying to install the Plone Hotfix 20121106, but (as mentionened in the installing description), the hotfix will not apply to the version 2.0.5 of…
David
  • 11
  • 1
1
vote
2 answers

Plone Hotfix 20121106

Im new to plone and linux and im trying to install the new patch on plone (Plone Hotfix 20121106) Im using buildout to install this one and it seems that as i check my log, it's not downloading/installing the patch at all. Here is the eggs content…
jake
  • 167
  • 2
  • 14
1
vote
3 answers

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 after the update also require a new…
iain
  • 10,798
  • 3
  • 37
  • 41
1 2 3
8 9