You must make some test about compatibility with both Framework.
See
http://msdn.microsoft.com/library/de...dexsidenet.asp
to see how you can use side-by-side execution
of .NET Framework.
Lionel.
"Teis Draiby" <teisREMOVE-(E-Mail Removed)> a écrit dans le message de news:
u70FAb$$(E-Mail Removed)...
>I am developing a program in Visual Studio 2002 (ver. 7.0), which
>apparently
> generates .NET Framework 1.0 code.
>
> Can this program run on a computer where only .NET Framework 1.1 but not
> 1.0
> is installed? If yes, is this always the case or how can I otherwise
> determine if a program will run on a particular .NET version? Is there a
> way
> to programatically obtain information about the .NET version required to
> run?
>
> any answer is appreciated.
> regards, Teis
>
>