How to run .NET 1.1 apps on .NET Framework 2.0

C

Cat

Most .NET 1.1 programs just run on .NET Framework 2.0 without any nag.
But some programs pops up a message box saying .NET 1.1 is not
installed. I think .NET 2.0 has backwards compatibility and can run
..NET 1.1 apps, right? Because installing both 1.1 and 2.0 seems to be a
waste... Is there any way to make .NET Framework 2.0 appear as if it
were .NET Framework 1.1 to the apps? Thanks.
 
M

Michael Nemtsev

Hello Cat,

I reckon it take place due to some changes in FW, for example u can see
the list if changes over there http://go.microsoft.com/fwlink/?linkid=14202

C> Most .NET 1.1 programs just run on .NET Framework 2.0 without any
C> nag. But some programs pops up a message box saying .NET 1.1 is not
C> installed. I think .NET 2.0 has backwards compatibility and can run
C> .NET 1.1 apps, right? Because installing both 1.1 and 2.0 seems to be
C> a waste... Is there any way to make .NET Framework 2.0 appear as if
C> it were .NET Framework 1.1 to the apps? Thanks.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
C

Cat

Thanks for the reply. But what I'm trying to doing is NOT developing
apps, but just run already-made apps. For example, Microsoft Student
2006's calculator; which doesn't run on .NET Framework 2.0 and insists
that 1.1 is required.
 
C

Cor Ligthert [MVP]

Cat,

AFAIK should Net 1.x applications run on Framework 2.0. I did not try it
yet.

However before this is misunderstood, you cannot make 1.1 applications
without the Framework 1.1.

I hope this gives an idea

Cor
 

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