473,326 Members | 2,182 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Installation Issue

I have been going through Visual Basic.NET step by step, and am finally to
the last chapter, on ASP. However, when I do the small web application, and
hit the start button, as required, the following error comes up:

Error while trying to run project: Unable to start debugging
on the web server. Catastrophic failure. Would you like to
disable future attempts to debug ASP.NET pages for this project?

The book said if that error came up to make sure IIS & FrontPage 2000
Extensions were properly configured before installing the Studio software,
otherwise to configure that & then repair the framework w/the following
command:

<CDdrive>:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe
/fvecms c:\temp\netfx.msi"

I did that, to no avail. I then wiped out everything on the laptop, and
reinstalled, from scratch. I loaded Windows 2000 Advanced Server and ran
Windows Update, first, then installed the Visual Studio, which is the
Development Environment 2002 (Version 7.0.9466) with .NET Framework 1.0
(Version 1.0.3705). Does anyone know what may be causing this error, and
how to fix it?

Thanks in advance for your help.

Bari


Nov 18 '05 #1
3 934
I'll be very careful - as to not sound like this is the answer, but:
Why are you installing W2K advanced server on your laptop? All I can tell
you is that I'm working with W2K professional on a laptop, and it works just
fine. I can't think of any advantages that a server on a laptop would give
you, and I can think of many reasons not to have it there, starting with the
amount of resources it uses for no reason when you're on a laptop. I can't
imagine why you'd want to use advanced server, unless you're running your
laptop in a cluster...

--
--itai
"Bari" <ba**@sos.REMOVETHISNOSPAM.state.ga.us> wrote in message
news:Ov****************@TK2MSFTNGP10.phx.gbl...
I have been going through Visual Basic.NET step by step, and am finally to
the last chapter, on ASP. However, when I do the small web application, and hit the start button, as required, the following error comes up:

Error while trying to run project: Unable to start debugging
on the web server. Catastrophic failure. Would you like to
disable future attempts to debug ASP.NET pages for this project?

The book said if that error came up to make sure IIS & FrontPage 2000
Extensions were properly configured before installing the Studio software,
otherwise to configure that & then repair the framework w/the following
command:

<CDdrive>:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe
/fvecms c:\temp\netfx.msi"

I did that, to no avail. I then wiped out everything on the laptop, and
reinstalled, from scratch. I loaded Windows 2000 Advanced Server and ran
Windows Update, first, then installed the Visual Studio, which is the
Development Environment 2002 (Version 7.0.9466) with .NET Framework 1.0
(Version 1.0.3705). Does anyone know what may be causing this error, and
how to fix it?

Thanks in advance for your help.

Bari

Nov 18 '05 #2
Hi,

Please check the following cases,

1) Your IIS application is not configured to use "integrated Windows authentication", enable this checkbox, Directory Security -> Anonymus access ... Edit button -> Enable integrated Windows authentication.
2) Please check whether "HTTP Keep Alives - Enabled " checkbox (Website tab in IIS default website) is checked or not. If it is turned off, you may need to turn it on and try your debugging again.



Regds, Sanjai


"Bari" <ba**@sos.REMOVETHISNOSPAM.state.ga.us> wrote in message news:Ov**************@TK2MSFTNGP10.phx.gbl...
I have been going through Visual Basic.NET step by step, and am finally to
the last chapter, on ASP. However, when I do the small web application, and
hit the start button, as required, the following error comes up:

Error while trying to run project: Unable to start debugging
on the web server. Catastrophic failure. Would you like to
disable future attempts to debug ASP.NET pages for this project?

The book said if that error came up to make sure IIS & FrontPage 2000
Extensions were properly configured before installing the Studio software,
otherwise to configure that & then repair the framework w/the following
command:

<CDdrive>:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe
/fvecms c:\temp\netfx.msi"

I did that, to no avail. I then wiped out everything on the laptop, and
reinstalled, from scratch. I loaded Windows 2000 Advanced Server and ran
Windows Update, first, then installed the Visual Studio, which is the
Development Environment 2002 (Version 7.0.9466) with .NET Framework 1.0
(Version 1.0.3705). Does anyone know what may be causing this error, and
how to fix it?

Thanks in advance for your help.

Bari



Nov 18 '05 #3
Sanjai,
Thanks...that fixed mine also.
Trint

..Net programmer
tr********@hotmail.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: mirandacascade | last post by:
O/S: Windows XP Home (with Service Pack 2) Downloaded python-2.4.msi from python.org (10,632KB). When I double click on the file from Windows Explorer, the installation process presents the...
1
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools...
4
by: Scott Glasgow | last post by:
I have the Microsoft Visual Basic .NET Deluxe Learning Edition from Microsoft and am trying to reinstall it after a hardware system crash requiring complete reformat/reinstall of Windows XP Pro and...
2
by: rkrane99 | last post by:
Hi, I am developing a .NET app in C# and I am using the VS 2005 built in installer. Everything works fine except that when I build the installation project, it produces 2 files, a .msi and a...
4
by: James | last post by:
I am going to install DB2 version 9 on Windows XP workstation. But I can not continue the installation after I issue the command "setup /i en". System shows me that "A major error occoured while...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.