Home All Groups Group Topic Archive Search About

Can I run a .net 1.1 application on .net 2.0

Author
23 Jun 2006 5:39 PM
Seshagiri
If a target machine has ONLY .net 2.0 installed on it, can my application
(compiled on .net 1.1) run without any problems?

Author
23 Jun 2006 8:04 PM
Carl Daniel [VC++ MVP]
"Seshagiri" <Seshag***@discussions.microsoft.com> wrote in message
news:1AF8C842-46A4-4BF6-8DC3-2A7E4B926DC7@microsoft.com...
> If a target machine has ONLY .net 2.0 installed on it, can my application
> (compiled on .net 1.1) run without any problems?

In nearly all cases, yes. The only way to know for sure is to try it.

-cd
Author
23 Jun 2006 8:04 PM
Norman Yuan
Most likely, yes. No guarantees that you'll have no problem AT ALL, though.
The only sure way to avoid any potential problem that could be caused by
..NET version difference is to install .NET1.1 on that computer.

Show quote
"Seshagiri" <Seshag***@discussions.microsoft.com> wrote in message
news:1AF8C842-46A4-4BF6-8DC3-2A7E4B926DC7@microsoft.com...
> If a target machine has ONLY .net 2.0 installed on it, can my application
> (compiled on .net 1.1) run without any problems?
>
>
Author
24 Jun 2006 12:45 AM
Cowboy (Gregory A. Beamer)
In most cases, yes, but it is still better to recompile for 2.0 . I would
set up a test; you may have to alter some config settings, but you should be
fine.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"Seshagiri" <Seshag***@discussions.microsoft.com> wrote in message
news:1AF8C842-46A4-4BF6-8DC3-2A7E4B926DC7@microsoft.com...
> If a target machine has ONLY .net 2.0 installed on it, can my application
> (compiled on .net 1.1) run without any problems?
>
>

AddThis Social Bookmark Button