VB.NET 2002 and Framework 1.1

  • Thread starter Thread starter TC
  • Start date Start date
T

TC

I have Visual Studio .NET 2002, academic version, running on a Windows 2000
computer. When I upgraded the computer to Framework 1.1, Visual Studio
stopped working, and I can't reinstall it.

Has anyone else encountered this problem? If so, how do I fix it?


-TC
 
Hi,

VS.Net 2002 can develop with framework ver 1.0
VS.Net 2003 can develop with framework ver 1.0 or 1.1

If you removed the framework ver 1.0 you need to reinstall it.

Ken
 
* "TC said:
I have Visual Studio .NET 2002, academic version, running on a Windows 2000
computer. When I upgraded the computer to Framework 1.1, Visual Studio
stopped working, and I can't reinstall it.

You /must not/ uninstall .NET 1.0. VS.NET 2002 /depends/ on the .NET
1.0 framework and it /will not/ work with .NET 1.1. If you want to
compile .NET 1.1 assemblies, you /need to/ update to VS.NET 2003. There
is /no/ way to make VS.NET 2002 use .NET 1.1.
 
Thanks for the advice.

I did not remove Framework 1.0, but I will try reinstalling it anyway. I had
not realized that Framework 1.0 and Framework 1.1 could coexist.


-TC
 
Back
Top