473,651 Members | 2,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.Net Framework SP1

I have been trying to install .NET Framework SP1 in my system but am unable to do so. The 10.2 MB SP gets downloaded successfully after which the installation starts by itself from within the browser (while I update my PC by navigating to IE's Tools--->Windows Update) but everytime a dialog box pops-up with the following message:

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 in your computer and that you have the correct upgrade patch.

With this, the installation terminates. If I try to install it again by double-clicking the NDP1.1sp1-KB867460-X86.exe file that gets saved to the hard disk after the download, the same thing happens i.e. the installation terminates. What could the possible problem be & how do I overcome it? Please note that SP1 gets downloaded successfully; the problem arises just before the installation starts!

Please note that I am working on Windows 2000 Professional.

Thanks,

Arpan
Nov 18 '05 #1
3 1510
Do you already have the .NET framework installed? The error implies it
isn't

Jeff
"Arpan" <ar******@hotma il.com> wrote in message
news:Ok******** ******@tk2msftn gp13.phx.gbl...
I have been trying to install .NET Framework SP1 in my system but am unable
to do so. The 10.2 MB SP gets downloaded successfully after which the
installation starts by itself from within the browser (while I update my PC
by navigating to IE's Tools--->Windows Update) but everytime a dialog box
pops-up with the following message:

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 in your computer and that you have the correct upgrade
patch.

With this, the installation terminates. If I try to install it again by
double-clicking the NDP1.1sp1-KB867460-X86.exe file that gets saved to the
hard disk after the download, the same thing happens i.e. the installation
terminates. What could the possible problem be & how do I overcome it?
Please note that SP1 gets downloaded successfully; the problem arises just
before the installation starts!

Please note that I am working on Windows 2000 Professional.

Thanks,

Arpan
Nov 18 '05 #2
Thanks, Jeff, for your reply. Yes, I have got .NET Framework 1.1 installed in my machine! In fact, prior to this I had .NET Framework v1.0.2204 installed in my system during which the SP installation used to generate some other error at the very beginning (it was related to a TMP file; I don't remember the exact error message) but then I was adviced by an expert to install v1.1 (although the advice was pertaining to a different problem, not this one). This helped me to get rid of the problem for which the advice was given but not the SP1 installation problem!

Any further suggestions?

Thanks once again,

Regards,

Arpan
"Jeff Dillon" <je**@removeeme rgencyreporting .com> wrote in message news:eZ******** ******@TK2MSFTN GP10.phx.gbl...
Do you already have the .NET framework installed? The error implies it
isn't

Jeff
"Arpan" <ar******@hotma il.com> wrote in message
news:Ok******** ******@tk2msftn gp13.phx.gbl...
I have been trying to install .NET Framework SP1 in my system but am unable
to do so. The 10.2 MB SP gets downloaded successfully after which the
installation starts by itself from within the browser (while I update my PC
by navigating to IE's Tools--->Windows Update) but everytime a dialog box
pops-up with the following message:

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 in your computer and that you have the correct upgrade
patch.

With this, the installation terminates. If I try to install it again by
double-clicking the NDP1.1sp1-KB867460-X86.exe file that gets saved to the
hard disk after the download, the same thing happens i.e. the installation
terminates. What could the possible problem be & how do I overcome it?
Please note that SP1 gets downloaded successfully; the problem arises just
before the installation starts!

Please note that I am working on Windows 2000 Professional.

Thanks,

Arpan
Nov 18 '05 #3
Just saw a bunch of troubleshooting info on this blog:

http://weblogs.asp.net/astebner/arch...23/268934.aspx

"Arpan" <ar******@hotma il.com> wrote in message
news:Ok******** ******@tk2msftn gp13.phx.gbl...
I have been trying to install .NET Framework SP1 in my system but am unable
to do so. The 10.2 MB SP gets downloaded successfully after which the
installation starts by itself from within the browser (while I update my PC
by navigating to IE's Tools--->Windows Update) but everytime a dialog box
pops-up with the following message:

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 in your computer and that you have the correct upgrade
patch.

With this, the installation terminates. If I try to install it again by
double-clicking the NDP1.1sp1-KB867460-X86.exe file that gets saved to the
hard disk after the download, the same thing happens i.e. the installation
terminates. What could the possible problem be & how do I overcome it?
Please note that SP1 gets downloaded successfully; the problem arises just
before the installation starts!

Please note that I am working on Windows 2000 Professional.

Thanks,

Arpan

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2019
by: Ravindra | last post by:
Well I installed the framework provided by microsoft , the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the following errors are being dispayed 5:21:26 PM Error Message: OperationInstance: SoapException Stack Trace: Microsoft.InformationBridge.Framework.ExecutionEngine.EngineException: OperationInstance: SoapException --->...
3
20667
by: CMan | last post by:
Hi, We are currently trying to install .Net Framework v.1.1 on a server which already has v1.0. We are receiving the following error. Error 1704.An installation for Microsoft .NET Framework SDK (English) is currently suspended. You must undo the changes made by that installation to continue. Do you want to undo those changes?
18
3027
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion from the world of 'agile development': stop making so many decisions and start writing some actual code!" -- Peter Hansen Scott David Daniels and others illustrate that the most common answer for Python is, "It's (already) in there." In the...
6
2071
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB article: Microsoft Knowledge Base Article - 819267 INFO: HTTP GET and HTTP POST Are Disabled by Default http://support.microsoft.com/default.aspx?scid=kb;en-us;819267 The article advises that a new block be inserted into Web.config (or into
9
3198
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network share that happens to be a Network Appliance NAS.
1
2251
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows v1.1.4322.573 which is supposed to be 1.1 with no service packs.
3
3059
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that the current site is running under and it can be retreived with System.Environment.Version.ToString. What exactly is the Microsoft .NET Framework Version that is displayed? It is...
3
6615
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
13
6636
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net Framework Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1 ------------------------------------------------------------------------------------------------ I found the following file, "svcpack.log" at C:\WINNT. It contains many...
8
1900
by: Blasting Cap | last post by:
I'm using VS 2005, and have a dll in some code (system.core.dll) that was included in something someone sent me to run on my system. I have production on a server using Framework 2.0 that I want to keep intact. Will upgrading my development box to Framework 3.5 preclude any development or functionality in the 2.0 environment I am responsible for? BC
0
8795
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8695
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8460
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8576
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7296
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4143
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2696
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.