Visual Studio on XP Pro

  • Thread starter Thread starter Child
  • Start date Start date
C

Child

installed visual studio on XP pro. It says i don't have the dot net
framework installed (I do).
Any ideas?
 
Maybe you have the wrong version of the framwork installed.
Visual Studio (2002) requires .NET Framework 1.0
Visual Studio 2003 requires .NET Framework 1.1
 
Did you have IIS 5.1 installed *before* installing VS.NET ?
Which version of VS.NET did you instrall ?

You might want to try running aspnet_regiis -i
from the appropiate .Net Framework directory

If you installed VS.NET 2002, that will be v1.0.3705
If you installed VS.NET 2003, that will be v1.1.4322

look in WINDOWS\Microsoft.NET\Framework\v1.x.xxxx




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
Back
Top