473,396 Members | 1,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Updating 1.0 to 1.1

I am trying to update .NET Framework from 1.0 to 1.1. The problem is that
any attempt to run the updater fails. I tried to download the updater and
run it locally and it still fails. Is this knowledge article,
http://support.microsoft.com/kb/824643/, valid for 1.0 to 1.1 installation
issues?
Thank
Jul 24 '06 #1
2 1014
Do you "Upgrade" your .NET app or simple the .NET framework? Strictly
speaking, there is not way to "UPGRADE" .NET framework from older version to
newer version, that is, newer one DOES NOT upgrade older one. They designed
to coexist side by side. You simply INSTALL a new version when it is
available and when you need it. Installing new version does not affect
existing older version. You can run .NET apps wriiten for both versions on
the same machine.

With that said, you may not need to keep older version of .NET framework, or
if you get a new computer, you may only have latest version of .NET
framework installed. In this case, your app written with older version of
..NET framework most likely would work fine. However, the app on older
version of .NET may have used certain feature of older verion of .NET, which
for some reason would not be available anymore, then the app would break on
latest .NET version machine. Such thing would occur very rarely, but no
guarantee it would never happen after many versions of .NET framework
released.

"Jeff Gottesfeld" <te******@verizon.netwrote in message
news:eF9xg.3810$qZ2.3162@trndny01...
>I am trying to update .NET Framework from 1.0 to 1.1. The problem is that
any attempt to run the updater fails. I tried to download the updater and
run it locally and it still fails. Is this knowledge article,
http://support.microsoft.com/kb/824643/, valid for 1.0 to 1.1 installation
issues?

Thank

Jul 25 '06 #2
Norman,

No they are only designed to be side by side in a development environment
where all visual studio's are installed.

In a normal user environment the latest framework should cover all. Due some
problems that is not as it should be, so we are all waiting on the updates
for those failures.

But let us not make from these bugs a standard and tell that there should
standard (beside develepmont computers with more versions) be more
frameworks installed on a user computer.

Cor

"Norman Yuan" <No*****@NotReal.notschreef in bericht
news:%2****************@TK2MSFTNGP05.phx.gbl...
Do you "Upgrade" your .NET app or simple the .NET framework? Strictly
speaking, there is not way to "UPGRADE" .NET framework from older version
to newer version, that is, newer one DOES NOT upgrade older one. They
designed to coexist side by side. You simply INSTALL a new version when it
is available and when you need it. Installing new version does not affect
existing older version. You can run .NET apps wriiten for both versions on
the same machine.

With that said, you may not need to keep older version of .NET framework,
or if you get a new computer, you may only have latest version of .NET
framework installed. In this case, your app written with older version of
.NET framework most likely would work fine. However, the app on older
version of .NET may have used certain feature of older verion of .NET,
which for some reason would not be available anymore, then the app would
break on latest .NET version machine. Such thing would occur very rarely,
but no guarantee it would never happen after many versions of .NET
framework released.

"Jeff Gottesfeld" <te******@verizon.netwrote in message
news:eF9xg.3810$qZ2.3162@trndny01...
>>I am trying to update .NET Framework from 1.0 to 1.1. The problem is that
any attempt to run the updater fails. I tried to download the updater and
run it locally and it still fails. Is this knowledge article,
http://support.microsoft.com/kb/824643/, valid for 1.0 to 1.1
installation
issues?

Thank


Jul 25 '06 #3

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

Similar topics

11
by: Jason | last post by:
Let's say I have an html form with 20 or 30 fields in it. The form submits the fields via POST to a php page which updates a table in a database with the $_POST vars. Which makes more sense? ...
2
by: Hal Vaughan | last post by:
First, I am aware of both SwingUtilities.invokeLater(), and of using Thread to create a new thread.  These are part of the problem. I want to have something running in the background, while the...
45
by: It's me | last post by:
I am new to the Python language. How do I do something like this: I know that a = 3 y = "a" print eval(y)
6
by: Hennie de Nooijer | last post by:
Hi, Currently we're a building a metadatadriven datawarehouse in SQL Server 2000. We're investigating the possibility of the updating tables with enormeous number of updates and insert and the...
0
by: cwbp17 | last post by:
Have two tables that have a FK relationship on ID column. Have one datagrid that displays all of the columns of both tables. What's the best approach on updating a row from the datagrid back to...
10
by: jaYPee | last post by:
does anyone experienced slowness when updating a dataset using AcceptChanges? when calling this code it takes many seconds to update the database SqlDataAdapter1.Update(DsStudentCourse1)...
14
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will...
6
by: muttu2244 | last post by:
hi all am updating the same file in ftp, through multiple clients, but am scared that two clients may open the same file at a time, and try updating, then the data updated by one data will be...
0
by: =?Utf-8?B?YmFrZXJzaGFjaw==?= | last post by:
Unless my app is EXTREMELY simple, I get the cross-threading error message regularly when updating controls on a Windows form. My latest example involves a dll that runs a System.Threading.Timer,...
5
by: rosaryshop | last post by:
I'm working a jewelry/rosary design web site at http://www.rosaryshop.com/rosariesAndKits2.php. As the user makes selections, it updates images of various parts, giving them a preview of the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...

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.