473,471 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

.net 2.0 framework compatability

Is the .net 2 framework fully compatible with 1.1

i.e. If I develop a program using 1.1 can the user just have the .net 2
framework installed on his PC?

(I cannot think whether this is upward or downward compatibility)!

Thanks

Jack Russell
Nov 23 '05 #1
5 1148
"Jack Russell" <ja***@norubbish.tpg.com.au> wrote in message
news:uw**************@TK2MSFTNGP11.phx.gbl...
Is the .net 2 framework fully compatible with 1.1

i.e. If I develop a program using 1.1 can the user just have the .net 2
framework installed on his PC?

(I cannot think whether this is upward or downward compatibility)!


I've seen that to be true. Where I've run into problems, is after
recompiling a 1.1 program with 2.0 framework. My program THEN behaved
differently.

http://tinyurl.com/dxbf2

Greg
Nov 23 '05 #2
Greg,

I did not look to it before, however in my opinion can you say that the 1.1
way is a bug.

What happens in your routine is:

There is a sort order in the dv that should be dynamic.

In 1.1 it does not react on it if you change inside the for loop
In 2.0 it changes the order direct when there is a change in the sortorder.

I agree with you that the last can give weird results.

Cor

"Greg Burns" <bl*******@newsgroups.nospam> schreef in bericht
news:Ou**************@tk2msftngp13.phx.gbl...
"Jack Russell" <ja***@norubbish.tpg.com.au> wrote in message
news:uw**************@TK2MSFTNGP11.phx.gbl...
Is the .net 2 framework fully compatible with 1.1

i.e. If I develop a program using 1.1 can the user just have the .net 2
framework installed on his PC?

(I cannot think whether this is upward or downward compatibility)!


I've seen that to be true. Where I've run into problems, is after
recompiling a 1.1 program with 2.0 framework. My program THEN behaved
differently.

http://tinyurl.com/dxbf2

Greg

Nov 23 '05 #3
"Jack Russell" <ja***@norubbish.tpg.com.au> schrieb:
Is the .net 2 framework fully compatible with 1.1

i.e. If I develop a program using 1.1 can the user just have the .net 2
framework installed on his PC?


<URL:http://groups.google.de/group/microsoft.public.de.german.entwickler.dotnet.cshar p/msg/ce73aaf66c6e5802>

<URL:http://www.gotdotnet.com/team/changeinfo/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 23 '05 #4

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP11.phx.gbl...
Greg,

I did not look to it before, however in my opinion can you say that the
1.1 way is a bug.

What happens in your routine is:

There is a sort order in the dv that should be dynamic.

In 1.1 it does not react on it if you change inside the for loop
In 2.0 it changes the order direct when there is a change in the
sortorder.

I agree with you that the last can give weird results.

Cor


I would agree also it was probably a bug. (Definately poorly written code on
my part.) But the lesson here is, if you recompile you need to do some
thorough testing.

In fact I forgot about this test I did and reported in another thread...

"I just ran my test app (the 1.1 version) from that thread on a machine with
nothing but 2.0 on it. I got the 2.0 output (not suprising)."

In other words, if 1.1 is not available to the program it will run using 2.0
framework. (kinda obvious when you think about it) And any hidden gotchas
will appear WITHOUT recompiling! Anybody else see a problem here? :^)

You would think .NET apps would REQUIRE the framework they were complied
against since they obvioulsy may no't work the same on newer builds. (I
know there is a way to enforce this in a *.config file, but maybe it should
be the default behavior, no?)

Greg
Nov 23 '05 #5
Greg,

You are right, it is a good lesson as well for me.

Cor

"Greg Burns" <bl*******@newsgroups.nospam> schreef in bericht
news:%2****************@tk2msftngp13.phx.gbl...

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP11.phx.gbl...
Greg,

I did not look to it before, however in my opinion can you say that the
1.1 way is a bug.

What happens in your routine is:

There is a sort order in the dv that should be dynamic.

In 1.1 it does not react on it if you change inside the for loop
In 2.0 it changes the order direct when there is a change in the
sortorder.

I agree with you that the last can give weird results.

Cor


I would agree also it was probably a bug. (Definately poorly written code
on my part.) But the lesson here is, if you recompile you need to do some
thorough testing.

In fact I forgot about this test I did and reported in another thread...

"I just ran my test app (the 1.1 version) from that thread on a machine
with
nothing but 2.0 on it. I got the 2.0 output (not suprising)."

In other words, if 1.1 is not available to the program it will run using
2.0 framework. (kinda obvious when you think about it) And any hidden
gotchas will appear WITHOUT recompiling! Anybody else see a problem here?
:^)

You would think .NET apps would REQUIRE the framework they were complied
against since they obvioulsy may no't work the same on newer builds. (I
know there is a way to enforce this in a *.config file, but maybe it
should be the default behavior, no?)

Greg

Nov 23 '05 #6

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

Similar topics

4
by: WStoreyII | last post by:
I know that the main two browsers are ie and netscape. However, how do i know if browsers like aol and other abstract browser put out by isps like sbc and earthlink are compatable with asp.net. I...
23
by: Nak | last post by:
Hi there, Has anyone any ideas if the next Framework will be an update to version 1.1 or another completely new install so that people have 3 Frameworks on their system? And can VS.NET 2003 be...
12
by: Sueffel | last post by:
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my workstations, I have Framework v1.1 (Redistributable) installed. Everything runs fine on my test machine, and it does not run on...
6
by: Nak | last post by:
Hi there, I was wondering if anyone knew of a way to maintain compatability with assemblies providing the interfaces remains the same? At the moment if I re-compile an assembly without actually...
4
by: zak | last post by:
we have a suite of products that have a number of shared assemblies. During development and support the shared assemblies code will change . I want to control the versioning, so if the code chnages...
1
by: internet.system.error | last post by:
Hello, I write the casual Java code, and to make life easier at work I´ve decided to write a C# application that reads two excel files and does the usual number crunching and spits out a new file....
1
by: jsmall | last post by:
Hi, We currently have a fairly old product, which was originally only compatible with SQL 2000. When we upgraded our server to SQL 2005, the client product gave us a "This product is not...
2
by: uspazn | last post by:
Hello all, I am wondering if there is a way to build a solution in vb 2005 express that uses .net framework 2 compatible with the 1.4 framework. I have built a very simple program that I wrapped...
10
by: Bobby | last post by:
Hi, The organisation I work for is on the verge of buying Microsoft Office 2007 Pro Plus OLP NL. We currently use Office Pro 2003. Our business system is written in Access 2003 with a SQL Server...
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
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
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.