Temporarily installing .NET Framework 1.1

H

Howard Kaikow

I have an OS that has VS .NET 2002 installed, so it has .NET Framework 1.0.

Can I install .NET Framework 1.1, for several months, use a particular app
requiring 1.1, then uninstall 1.1 without affecting the current VS .NET 2002
installation?
 
P

pvdg42

Howard Kaikow said:
I have an OS that has VS .NET 2002 installed, so it has .NET Framework 1.0.

Can I install .NET Framework 1.1, for several months, use a particular app
requiring 1.1, then uninstall 1.1 without affecting the current VS .NET
2002
installation?
There should be no problems, as VS .NET 2002 works with .NET Framework 1.0
and will not "see" v1.1. The two versions of the framework are separate
products and can coexist on the same PC. Installing/uninstalling v1.1 should
have no impact on VS .NET 2002.
 
H

Howard Kaikow

pvdg42 said:
There should be no problems, as VS .NET 2002 works with .NET Framework 1.0
and will not "see" v1.1. The two versions of the framework are separate
products and can coexist on the same PC. Installing/uninstalling v1.1 should
have no impact on VS .NET 2002.

Thanx, that's what I thought.
 

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