Suppose I built an application using the .NET Framework 1.0 compiler.
Do I have to configure anything to make it run on higher versions?

Re: Simple question by Jonathan

Jonathan
Sat Aug 14 19:47:41 CDT 2004

Normally no, it should just work. If you want it to ONLY run on 1.0, then
you need to mess with configuration settings.

Jonathan Allen

"Zhao-Jie" <usacow1@yahoo.com> wrote in message
news:d9669f5c.0408141345.73b6fc9d@posting.google.com...
> Suppose I built an application using the .NET Framework 1.0 compiler.
> Do I have to configure anything to make it run on higher versions?



Re: Simple question by Kerem

Kerem
Sat Aug 14 19:55:09 CDT 2004

Hi,

in general it is not necessary to do anything, the underlying (newer)
Framework can work with it.
i had some bad expereinces in porting from beta net to 1.0 but this is
histroy...
you should take a closer look at the net 1.1 reference to see the major
differences between
the previous .net framework and the descendants in future...
you can find it always in the whats new section or differences section...


Best Regards

Kerem Gümrükcü