473,403 Members | 2,222 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,403 software developers and data experts.

Which version?

Hi,

I was just wondering, do I need to have both versions of .NET installed on
my computer? I see there is Version 1.1 and Version 2.0, does 2.0 include
all the functionallity of 1.1?

Please advise,
Linn
Sep 26 '06 #1
6 1482
Pretty much.

*Most* .NET 1.1 applications wil run happily (sometimes better) under .NET
2.0. However, there are some changes in .NET 2.0 that cause issues. The
best bet is to install both for general work but test your programs in a
situation with both together and both individually.

That is, unless you are developing for .NET 2.0 in which case testing with
just .NET 1.1 would be silly. ;-)

--

BlackWasp
http://www.blackwasp.co.uk/
"Linn Kubler" <lk*****@chartwellwisc2.comwrote in message
news:eT**************@TK2MSFTNGP05.phx.gbl...
Hi,

I was just wondering, do I need to have both versions of .NET installed on
my computer? I see there is Version 1.1 and Version 2.0, does 2.0 include
all the functionallity of 1.1?

Please advise,
Linn


Sep 26 '06 #2
Yeah, we're not doing development this is just for general users. I don't
even know that we are using any .NET applications but think it prudent to
have it installed. Sounds like I could get away with just running 2.0
unless I run into a problem. Is that correct?

Thanks,
Linn

"BlackWasp" <no@spam.comwrote in message
news:VL******************************@eclipse.net. uk...
Pretty much.

*Most* .NET 1.1 applications wil run happily (sometimes better) under .NET
2.0. However, there are some changes in .NET 2.0 that cause issues. The
best bet is to install both for general work but test your programs in a
situation with both together and both individually.

That is, unless you are developing for .NET 2.0 in which case testing with
just .NET 1.1 would be silly. ;-)

--

BlackWasp
http://www.blackwasp.co.uk/
"Linn Kubler" <lk*****@chartwellwisc2.comwrote in message
news:eT**************@TK2MSFTNGP05.phx.gbl...
>Hi,

I was just wondering, do I need to have both versions of .NET installed
on my computer? I see there is Version 1.1 and Version 2.0, does 2.0
include all the functionallity of 1.1?

Please advise,
Linn



Sep 26 '06 #3
Sounds like I could get away with just running 2.0 unless I run into
a problem. Is that correct?
No matter what system in the world you are running, as long there are
not problems, it's fine ;-).

Concerning .NET: Yes, I normally only install the 2.0 Version and
never ran into 1.1 or 1.0 backward compatibility issues.

Markus
Sep 26 '06 #4
Linn,

In addition to the others who wrote "there are some issues". As long that
there is not a Service Pack for Net 2.0, than it is in my idea better to use
both versions.

Just my thought,

Cor

"Linn Kubler" <lk*****@chartwellwisc2.comschreef in bericht
news:%2****************@TK2MSFTNGP04.phx.gbl...
Yeah, we're not doing development this is just for general users. I don't
even know that we are using any .NET applications but think it prudent to
have it installed. Sounds like I could get away with just running 2.0
unless I run into a problem. Is that correct?

Thanks,
Linn

"BlackWasp" <no@spam.comwrote in message
news:VL******************************@eclipse.net. uk...
>Pretty much.

*Most* .NET 1.1 applications wil run happily (sometimes better) under
.NET 2.0. However, there are some changes in .NET 2.0 that cause issues.
The best bet is to install both for general work but test your programs
in a situation with both together and both individually.

That is, unless you are developing for .NET 2.0 in which case testing
with just .NET 1.1 would be silly. ;-)

--

BlackWasp
http://www.blackwasp.co.uk/
"Linn Kubler" <lk*****@chartwellwisc2.comwrote in message
news:eT**************@TK2MSFTNGP05.phx.gbl...
>>Hi,

I was just wondering, do I need to have both versions of .NET installed
on my computer? I see there is Version 1.1 and Version 2.0, does 2.0
include all the functionallity of 1.1?

Please advise,
Linn




Sep 27 '06 #5
Markus <di***************@THISyahoo.dewrote:
Sounds like I could get away with just running 2.0 unless I run into
a problem. Is that correct?

No matter what system in the world you are running, as long there are
not problems, it's fine ;-).

Concerning .NET: Yes, I normally only install the 2.0 Version and
never ran into 1.1 or 1.0 backward compatibility issues.
I've run into a few. There are some pretty interesting ones lurking
around. Three that I've run into:

1) Different handling of boxed out/ref parameters with reflection
2) Different regex handling in some situations
3) Something about cryptography, but I can't remember the details

(None of these are listed on the MS compatibility page, btw...)

You can pretty much bet that for any incompatibility I run into,
there'll be several (a hundred?) others...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Sep 27 '06 #6
Cor Ligthert [MVP] <no************@planet.nlwrote:
In addition to the others who wrote "there are some issues". As long that
there is not a Service Pack for Net 2.0, than it is in my idea better to use
both versions.
I'd say that even if there's a service pack, there will be some
incompatibilities. In some cases there's logically incorrect behaviour
which has been fixed in 2.0, but which will break some 1.1 apps... I
wouldn't expect a service pack to reverse that kind of decision.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Sep 27 '06 #7

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

Similar topics

1
by: RWC | last post by:
Hi Folks, I'm looking for a way to determine if the client machine has access installed and if so, what version. The reason I need this is to determine (programatically) if the Access Runtime...
7
by: Murtix Van Basten | last post by:
Hi all, I will deploy a database project to an Oracle server, but I could not figure out which version of Oracle should I get. Here is my configuration: Hardware: Dell 1750 Dual Xeon 3.2Ghz,...
0
by: Kenny | last post by:
Hello everybody, does anyone know which XMI version is compatible to which UML or MOF version? which problems can occur if I use the wrong version of one of the standards? I googled around but...
14
by: John Bentley | last post by:
Note this is crossposted to comp.lang.javacript and microsoft.public.dotnet.scripting. After some Googling and FAQing my understanding of these terms is, crudely: Javascript (3 different...
133
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
4
by: Yasutaka Ito | last post by:
Hi, Is there a way to determine which version of .NET Framework any given assembly is built with? thanks! -Yasutaka
7
by: | last post by:
As a beginner which .NET sdk should I be downloading from the MS site: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevgeneral.asp My goal is to: 1. Compile some very...
4
by: Thomas Eichner | last post by:
Hi, does anybody know a public website which offers a service that displays all data send by a browser (or an app calling the website), especially HTTP GET and POST data, browser data etc.? I...
8
by: G .Net | last post by:
Hi How can I find which version of Access is installed on a computer from within a vb.net application? G
2
by: yuyang08 | last post by:
Dear all, I have a question on the const methods. If a method is overloaded with a const version, in the case that either one is okay (for example, the following code), which shall the compiler...
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
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.