Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install problem

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
Hi-

I just installed VS.NET 2003, and when I tried to open a new .net web app project, i get the following error:

VisualStudio.net has detected that the specified web server is not running asp.net version 1.1. You will be unable to run asp.net web applications or services.

So I downloaded the .net framework 1.1, installed that, and the same thing happens. is there something else i need to do?
 
You may want to try uninstalling VS.NET and the .NET 1.1 framework, then installing the .NET framework 1.1 first and then VS.NET.

I did it in that order and have had no problems with VS.NET

(Its a pain I know ... there may be other options, you might just want to tuck this suggestion away as a last resort).

- VB Rookie
 
Thanks, I'll tuck that one away for now and hope I don't have to do that...
 
I have the same problem, but I had VS.NET 2002 installed and everything worked fine. Then I upgraded to 2003 and everything continued to work fine. Then I got busy working on other things so I wasn't doing development in VS.NET for awhile and now when I try to open any projects, I get the same message you listed above. I don't feel like I've changed anything on my computer, but I did do some Windows Updates of course.

I'm frustrated with this. When I try to install the .Net Framework 1.1 SDK, it gets down to about 7 seconds and then it freezes there. It has done this many times.

Any additional thoughts?

TIA!
Kimberly
 
the exe aspnet_regiis lives in your framework folder and covers a multitude of things. for a list go to the directory of your framework and type >aspnet_regiis ?
you will will see what the option -i does, this may be what you want.
C:\WINNT\Microsoft.NET\framework\v1.1.4322>aspnet_regiis ?
hope this helps,
Marty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top