Saturday, March 31, 2012

VS2k3 says ASP.NET 1.1 not installed?

I am trying to create an ASP.NET appliaction in VS.NET 2003

i get a message talking about 1.1 not being installed for ASP.NET on IIS

Does anyone know how I could correct this?

I have both VS.NET 2001 and 2003 installed on this machine, 2003 was installed second. Both frameworks are installed obviously. and this is a windows xp pro box all updates and that fun stuff applied.
http://www.vbforums.com/attachment.php?s=&postid=1736414I would try running this from the command line if you haven't already.

aspnet_regiis -i

If that doesn't work I don't know.
Make sure you run "aspnet_regiis -i" from the v1.1 folder, not the v1.0.

ie.

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe

NOT

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe

or you will simply end up re-registering v1.0 on your iis.
thanks that worked. I dont know why it didnt install with vs. the 1.0 version did when I installed that version of visual studio

0 comments:

Post a Comment