Questions tagged [servicepacks]

A Service Pack for Microsoft Windows is a set of updates for the operating system. A Service Pack is always related to a single version of an operating system, i.e. Windows XP.

A single operating system may have several Service Packs created for it, a good example being Windows XP with service packs 1, 2 and 3.

39 questions
42
votes
3 answers

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 of view, with different definitions depending on…
Rob Hunter
  • 2,787
  • 4
  • 35
  • 52
40
votes
14 answers

Attempted to read or write protected memory

I've started seeing an AccessViolationException being thrown in my application a several different spots. It never occured on my development pc, our test server. It also only manifested itself on 1 of our 2 production servers. Because it only…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
14
votes
2 answers

How do I determine which service pack Visual Studio is running?

How do I determine which service pack (if any) Visual Studio is running? Right now I'm trying to determine if a machine is running VS2008 or VS2008 SP1.
Even Mien
  • 44,393
  • 43
  • 115
  • 119
12
votes
1 answer

How can I tell if SP1 is installed on Windows Server 2008 R2 Standard?

I've been given access to a server and told SP1 was installed on it, but I think maybe it wasn't. How can I check if Service Pack 1 is installed on Windows Server 2008 R2? What I've tried: If I right click Computer, then click Properties, it says…
scw
  • 5,450
  • 8
  • 36
  • 49
8
votes
3 answers

Microsoft Visual Studio 2010 Service Pack 1 Installation

I have installed the German version of Visual Studio 2010 Professional (got it per Microsoft DreamSpark). When I'm trying to install the Visual Studio 2010 Service Pack 1, I get the following message from the installer: Microsoft Visual Studio 2010…
Stefan
  • 776
  • 1
  • 8
  • 17
5
votes
6 answers

.NET 3.5 Service Pack 1 causes 404 pages on ASP.NET Web App

I have a problem with IIS 6.0 ceasing to work for an ASP.NET application after installing Service Pack 1 for .NET 3.5. I have 2 identical virtual dedicated servers. Installing SP1 on the first had no adverse effect. Installing it on the second…
Guy
  • 65,082
  • 97
  • 254
  • 325
4
votes
3 answers

Does Win 2008 r2 x64 server come with .net 3 sp1 package already installed?

same as in title? I have a test server with mentioned OS and my app is .net 3.5 based. I do want to know if win 2008 r2 comes with service pack 1 for .net 3.5 from the box. And does it come with .net 3.5 sp1 family update as WELL, since after I…
luckyluke
  • 1,553
  • 9
  • 16
3
votes
4 answers

Visual Studio 2008 SP1 Redistributable

Does anyone know where to download the Visual Studio 2008 SP1 Redistributable? I sure would like to have it so I don't have to download the service pack for every install.
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346
3
votes
4 answers

How to determine SQL Server version on a reporting server

All of our production instances of reporting services are split into the web server components and the reports database components. I know that you can detect the instance of SQL Server on a database server by the following TSQL: SELECT…
Chris Simpson
  • 7,821
  • 10
  • 48
  • 68
3
votes
1 answer

Will machine.config be reset upon SP/hotfixes to .net framework?

If I've made changes to my machine.config, will those changes be wiped-out upon an update to the .net framework?
Suraj
  • 35,905
  • 47
  • 139
  • 250
3
votes
2 answers

What is the build number of Delphi2009 after the fourth service pack?

I installed Delphi 2009 Update 4 yesterday (very painful process ;) Now, How can I make sure if it is properly updated? What is the build number shown in the IDE about box?
Olaf
  • 336
  • 3
  • 8
3
votes
1 answer

Error in displaying background image of my windows application after deploying

I am building a windows application in Visual studio 2010 using C Sharp. The problem is not with any code. I am having a problem after deployment. When i made an executable .exe of the application it will work fine with operating systems like…
2
votes
1 answer

External Installer has stopped working

I have Visual Studio 2010 Professional on my machine. I am trying to install Service pack 1 for VS 2010 but getting error "External Installer has stopped working". Earlier I have installed the same copy of service pack on my desktop and it worked…
Sandy
  • 11,332
  • 27
  • 76
  • 122
2
votes
2 answers

Attempted to perform an unauthorized operation when executing SQL Server 2019 service pack

I already had SQL Server 2019. After upgrading my Windows 10 to latest October Update, I found my SQL Server does not have latest service packs. I downloaded latest service pack CU8 from Microsoft and ran it. After initializing set up, I get…
FLICKER
  • 6,439
  • 4
  • 45
  • 75
2
votes
2 answers

Code to check if XP Service Pack 3 Installed (And .net 3.5)

I want to write a program (in vb.net) that checks a customers configuration to make sure that they're ... Running XP service Pack 3 Running .Net 3.0 or above. Give them a warning if they are not running .Net 3.5 or above. or Running Vista…
seanyboy
  • 5,623
  • 7
  • 43
  • 56
1
2 3