473,396 Members | 1,590 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.

Do I need .Net Framework 1.1 Redistributable after 2.0?

Do I need to keep version 1.1 if I have the new 2.0 installed?

Setup doesn't look like it has uninstalled the old one, which suggests
2.0 is not a direct replacement. Am I correct?
Oct 31 '05 #1
7 11139
CT
You're correct; apps built for the .NET Framework 1.1 will continue to run
in the context of 1.1, and apps built for 2.0....

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"PHiLiP" <@.com.hk> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Do I need to keep version 1.1 if I have the new 2.0 installed?

Setup doesn't look like it has uninstalled the old one, which suggests
2.0 is not a direct replacement. Am I correct?

Oct 31 '05 #2
> You're correct; apps built for the .NET Framework 1.1 will continue to run
in the context of 1.1, and apps built for 2.0....

Doesn't have v2.0 have backward functionality to run v1.1 even if the v1.1
is not installed?
I don't think that you need v1.1 anymore if you have v2.0 installed.

Last time I testested v1.0 programs and they ran fine under v1.1 only
installs.
So I guess that this wil be the case too for v2.0

What I do imagine is that some functionality might break in the v2.0
version, in this case installing the v1.1 might be a solution, but if you
stick to the v1.1 specification and did not use exotic functionality, then I
believe that it just runs fine under v2.0.
Oct 31 '05 #3
CT
Nope, no backward compatibility mode, I'm afraid.

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Olaf Baeyens" <ol**********@skyscan.be> wrote in message
news:43***********************@news.skynet.be...
You're correct; apps built for the .NET Framework 1.1 will continue to
run
in the context of 1.1, and apps built for 2.0....

Doesn't have v2.0 have backward functionality to run v1.1 even if the v1.1
is not installed?
I don't think that you need v1.1 anymore if you have v2.0 installed.

Last time I testested v1.0 programs and they ran fine under v1.1 only
installs.
So I guess that this wil be the case too for v2.0

What I do imagine is that some functionality might break in the v2.0
version, in this case installing the v1.1 might be a solution, but if you
stick to the v1.1 specification and did not use exotic functionality, then
I
believe that it just runs fine under v2.0.

Oct 31 '05 #4
Carsten,
| Nope, no backward compatibility mode, I'm afraid.
What do you mean?

Most .NET 1.0 & 1.1 applications will run on .NET 2.0.

http://msdn2.microsoft.com/en-us/library/ms228009.aspx

In fact most .NET 1.0 & 1.1 apps will run under the .NET 2.0 64-bit edition!

http://blogs.msdn.com/joshwil/archiv...06/415191.aspx

However due to the change in the meta data, no .NET 2.0 app will run on .NET
1.0 or 1.1.

Of course can install .NET 1.0, 1.1 & 2.0 side-by-side & have all three
versions installed.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:en**************@tk2msftngp13.phx.gbl...
| Nope, no backward compatibility mode, I'm afraid.
|
| --
| Carsten Thomsen
| Communities - http://community.integratedsolutions.dk
|
| "Olaf Baeyens" <ol**********@skyscan.be> wrote in message
| news:43***********************@news.skynet.be...
| >> You're correct; apps built for the .NET Framework 1.1 will continue to
| >> run
| >> in the context of 1.1, and apps built for 2.0....
| >>
| > Doesn't have v2.0 have backward functionality to run v1.1 even if the
v1.1
| > is not installed?
| > I don't think that you need v1.1 anymore if you have v2.0 installed.
| >
| > Last time I testested v1.0 programs and they ran fine under v1.1 only
| > installs.
| > So I guess that this wil be the case too for v2.0
| >
| > What I do imagine is that some functionality might break in the v2.0
| > version, in this case installing the v1.1 might be a solution, but if
you
| > stick to the v1.1 specification and did not use exotic functionality,
then
| > I
| > believe that it just runs fine under v2.0.
| >
| >
|
|
Oct 31 '05 #5
CT
Jay,

Inline please.

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Jay B. Harlow [MVP - Outlook]" <Ja************@tsbradley.net> wrote in
message news:%2****************@TK2MSFTNGP10.phx.gbl...
Carsten,
| Nope, no backward compatibility mode, I'm afraid.
What do you mean?
Yes, I have seriously misinterpreted the information presented to me. I do
apologize :-$

Most .NET 1.0 & 1.1 applications will run on .NET 2.0.

http://msdn2.microsoft.com/en-us/library/ms228009.aspx

In fact most .NET 1.0 & 1.1 apps will run under the .NET 2.0 64-bit
edition!

http://blogs.msdn.com/joshwil/archiv...06/415191.aspx

However due to the change in the meta data, no .NET 2.0 app will run on
.NET
1.0 or 1.1.

Of course can install .NET 1.0, 1.1 & 2.0 side-by-side & have all three
versions installed.

--
Hope this helps
Jay [MVP - Outlook]
.NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:en**************@tk2msftngp13.phx.gbl...
| Nope, no backward compatibility mode, I'm afraid.
|
| --
| Carsten Thomsen
| Communities - http://community.integratedsolutions.dk
|
| "Olaf Baeyens" <ol**********@skyscan.be> wrote in message
| news:43***********************@news.skynet.be...
| >> You're correct; apps built for the .NET Framework 1.1 will continue
to
| >> run
| >> in the context of 1.1, and apps built for 2.0....
| >>
| > Doesn't have v2.0 have backward functionality to run v1.1 even if the
v1.1
| > is not installed?
| > I don't think that you need v1.1 anymore if you have v2.0 installed.
| >
| > Last time I testested v1.0 programs and they ran fine under v1.1 only
| > installs.
| > So I guess that this wil be the case too for v2.0
| >
| > What I do imagine is that some functionality might break in the v2.0
| > version, in this case installing the v1.1 might be a solution, but if
you
| > stick to the v1.1 specification and did not use exotic functionality,
then
| > I
| > believe that it just runs fine under v2.0.
| >
| >
|
|

Nov 1 '05 #6
> > Carsten,
| Nope, no backward compatibility mode, I'm afraid.
What do you mean?


Yes, I have seriously misinterpreted the information presented to me. I do
apologize :-$

That means that you are human. :-)
I also made a big mistake about the security rights in .NET recently.

Life is a learning process. ;-)
Nov 2 '05 #7
CT
> Life is a learning process. ;-)
Now that is so true. Thanks for understanding. :-)

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Olaf Baeyens" <ol**********@skyscan.be> wrote in message
news:43***********************@news.skynet.be...
> Carsten,
> | Nope, no backward compatibility mode, I'm afraid.
> What do you mean?


Yes, I have seriously misinterpreted the information presented to me. I
do
apologize :-$

That means that you are human. :-)
I also made a big mistake about the security rights in .NET recently.

Life is a learning process. ;-)

Nov 3 '05 #8

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

Similar topics

3
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...
1
by: Juan T. Llibre | last post by:
The .Net Framework 2.0 redistributable and the .Net Framework 2.0 SDK are now publicly available in x86, x64 and IA64 versions : ...
1
by: I_AM_DON_AND_YOU? | last post by:
I have created a setup program (for my VB.Net solution). I got the "MyProgram.msi" file which when I copy and run on the other machine where ..Net Framework wasn't installed, it gave me the message...
2
by: Mr Utkal Ranjan Pradhan | last post by:
Hi Friends I've developped a vb.net application. Now i want to deploy the application to an Windows 98/Me/2000/XP machine which donot have .NET Framework installed. Now I want to package my...
1
by: David Webb | last post by:
Hi, I've created a setup application for my app and currently it checks for the .NET framework installation. If it doesn't exist, it prompts the user to download from the internet. The file is...
4
by: Husam | last post by:
Hi Every Body: How can I add the .Net Framework to my setup project? any help will be appreciated. Regard's Husam
2
by: Brent Burkart | last post by:
Has anyone had the situation where they want to deploy an applicaiton companywide, but the .NET framework is required for the application to work. How did you address this situation? Is there some...
2
by: Brian | last post by:
If I wrote a VB.Net program for another person then is there an install program that comes with VB.net that allows me to add the NET framework so that when my program is installed by another person...
5
by: Martin | last post by:
Hi All, Im looking forward for info whether VB.NET complied application would run in Windows 98 or not ? Does any one have tried to do so ?? Regards, Martin
8
by: Dennis | last post by:
I have two computers both running Windows XP Professional. The computer on which I have Vs.Net 2003 has Framework 1.1 installed which is listed as 1.050.00mb. On the other computer, Framework 1.1...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
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...
0
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...
0
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,...

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.