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

G

Guest

If a target machine has ONLY .net 2.0 installed on it, can my application
(compiled on .net 1.1) run without any problems?
 
C

Carl Daniel [VC++ MVP]

Seshagiri said:
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
 
N

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.
 
C

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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top