473,326 Members | 2,805 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.

Error Debubbing newly created ASP.NET Project

Hi,

I just installed the VS.Studio 2005 Team Edition for Developper and
encountered
severe problems with debugging ASP.NET 2.0 projects. Even newly empty
created ASP 2.0 projects can't debug (setting breakpoint in page_load()). I'm
getting the following message:

"Unable to start debugging on the web server. An error occurred that usually
indicates a corrupt installation (code 0x80004002). If the problem persists,
repair your Visual Studio installation via 'Add or Remove Programs'"

I deinstalled serveral time all VS.Studio 2005 components and used as well
the deinstall tool. I did the deinstall several times, tried as well a
'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
Framework folder. That message above won't change.

I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
WinFX Previews install which were removed to solve that problem.

I will appreciate any hints to solve my debug problems. I won't like to
reinstall my computer, PLEASE HELP !

Best Regards,
Marc

Here's my configuration:

Windows XP SP2

VS.Studio 2005:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Enterprise

Microsoft Visual Basic 2005 77642-113-3000004-41984
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77642-113-3000004-41984
Microsoft Visual C# 2005

Microsoft Visual C++ 2005 77642-113-3000004-41984
Microsoft Visual C++ 2005

Microsoft Visual J# 2005 77642-113-3000004-41984
Microsoft Visual J# 2005

Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
Microsoft Visual Studio Tools for the Microsoft Office System

Microsoft Visual Web Developer 2005 77642-113-3000004-41984
Microsoft Visual Web Developer 2005

Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
Microsoft Visual Studio 2005 Team Edition for Software Developers

Crystal Reports AAC60-G0CSA4B-V7000AY
Crystal Reports for Visual Studio 2005

Nov 19 '05 #1
4 2390
Hi,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 19 '05 #2
Hi Marc,

This is likely there is some old configuration of the former version you
installed corrupt the new installed 2.0 ASP.NET setting. Are you debuggin a
web application in IIS server when you encounter the problem? Can you
correctly debug an asp.net 2.0 web application which is created through
File System location? Also, can you run the asp.net 2.0 web application
correctly or is the IIS's virtual dir correctly be configured to use the
2.0 extension mapping?

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXm0kvEM8qY03FJRVyZc7HocpKpAA==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgroups.nospam>
| Subject: Error Debubbing newly created ASP.NET Project
| Date: Fri, 11 Nov 2005 07:12:13 -0800
| Lines: 64
| Message-ID: <0A**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:357371
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi,
|
| I just installed the VS.Studio 2005 Team Edition for Developper and
| encountered
| severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| created ASP 2.0 projects can't debug (setting breakpoint in page_load()).
I'm
| getting the following message:
|
| "Unable to start debugging on the web server. An error occurred that
usually
| indicates a corrupt installation (code 0x80004002). If the problem
persists,
| repair your Visual Studio installation via 'Add or Remove Programs'"
|
| I deinstalled serveral time all VS.Studio 2005 components and used as
well
| the deinstall tool. I did the deinstall several times, tried as well a
| 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
| Framework folder. That message above won't change.
|
| I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
| WinFX Previews install which were removed to solve that problem.
|
| I will appreciate any hints to solve my debug problems. I won't like to
| reinstall my computer, PLEASE HELP !
|
| Best Regards,
| Marc
|
| Here's my configuration:
|
| Windows XP SP2
|
| VS.Studio 2005:
| Microsoft Visual Studio 2005
| Version 8.0.50727.42 (RTM.050727-4200)
| Microsoft .NET Framework
| Version 2.0.50727
|
| Installed Edition: Enterprise
|
| Microsoft Visual Basic 2005 77642-113-3000004-41984
| Microsoft Visual Basic 2005
|
| Microsoft Visual C# 2005 77642-113-3000004-41984
| Microsoft Visual C# 2005
|
| Microsoft Visual C++ 2005 77642-113-3000004-41984
| Microsoft Visual C++ 2005
|
| Microsoft Visual J# 2005 77642-113-3000004-41984
| Microsoft Visual J# 2005
|
| Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| Microsoft Visual Studio Tools for the Microsoft Office System
|
| Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| Microsoft Visual Web Developer 2005
|
| Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
| Microsoft Visual Studio 2005 Team Edition for Software Developers
|
| Crystal Reports AAC60-G0CSA4B-V7000AY
| Crystal Reports for Visual Studio 2005
|
|
|
|

Nov 19 '05 #3
Dear Steven,

I'm triied to debug several ASP.NET apps in II 5.1.
Debugging a new app with a file system location instead 'http://' does'nt
work either. I getting the following when creating a new project with a
filesystem location:

"Unable to attach to application 'WebDev.WebServer (PID:3000) using '<here's
my hostname>'. An error occured that indicates a corrupt installation (code
0x80004002). If the problem persists, | repair your Visual Studio
installation via Add or Remove Programs' .. ".
The VS.2005 development server starts afterwards and runs my application.
I can run the application without debugging with IIS or the ASP.NET
development Server.

I verified the ASP.NET Version setitng in the IIS Management Console. It's
set to 2.0.50727.

I'm thinking about a fresh XP installation.

Best Regards,
Marc
"Steven Cheng[MSFT]" wrote:
Hi Marc,

This is likely there is some old configuration of the former version you
installed corrupt the new installed 2.0 ASP.NET setting. Are you debuggin a
web application in IIS server when you encounter the problem? Can you
correctly debug an asp.net 2.0 web application which is created through
File System location? Also, can you run the asp.net 2.0 web application
correctly or is the IIS's virtual dir correctly be configured to use the
2.0 extension mapping?

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXm0kvEM8qY03FJRVyZc7HocpKpAA==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgroups.nospam>
| Subject: Error Debubbing newly created ASP.NET Project
| Date: Fri, 11 Nov 2005 07:12:13 -0800
| Lines: 64
| Message-ID: <0A**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:357371
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi,
|
| I just installed the VS.Studio 2005 Team Edition for Developper and
| encountered
| severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| created ASP 2.0 projects can't debug (setting breakpoint in page_load()).
I'm
| getting the following message:
|
| "Unable to start debugging on the web server. An error occurred that
usually
| indicates a corrupt installation (code 0x80004002). If the problem
persists,
| repair your Visual Studio installation via 'Add or Remove Programs'"
|
| I deinstalled serveral time all VS.Studio 2005 components and used as
well
| the deinstall tool. I did the deinstall several times, tried as well a
| 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
| Framework folder. That message above won't change.
|
| I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
| WinFX Previews install which were removed to solve that problem.
|
| I will appreciate any hints to solve my debug problems. I won't like to
| reinstall my computer, PLEASE HELP !
|
| Best Regards,
| Marc
|
| Here's my configuration:
|
| Windows XP SP2
|
| VS.Studio 2005:
| Microsoft Visual Studio 2005
| Version 8.0.50727.42 (RTM.050727-4200)
| Microsoft .NET Framework
| Version 2.0.50727
|
| Installed Edition: Enterprise
|
| Microsoft Visual Basic 2005 77642-113-3000004-41984
| Microsoft Visual Basic 2005
|
| Microsoft Visual C# 2005 77642-113-3000004-41984
| Microsoft Visual C# 2005
|
| Microsoft Visual C++ 2005 77642-113-3000004-41984
| Microsoft Visual C++ 2005
|
| Microsoft Visual J# 2005 77642-113-3000004-41984
| Microsoft Visual J# 2005
|
| Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| Microsoft Visual Studio Tools for the Microsoft Office System
|
| Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| Microsoft Visual Web Developer 2005
|
| Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
| Microsoft Visual Studio 2005 Team Edition for Software Developers
|
| Crystal Reports AAC60-G0CSA4B-V7000AY
| Crystal Reports for Visual Studio 2005
|
|
|
|

Nov 19 '05 #4
Thanks for your followup Marc,

Seems the problem is really serious and related to some intrinsic
components rather than just some external configuration or settings.
Though we can still use filemon tool to have a monitor on file accessing
to get some info , that will cost much time. I think build a new clear
environment would be the quickest and simplest approach (or if possible
,suggest using VPC environment...)

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXpIk83lLASHNSHRPKxsIFbKmcXmg==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgroups.nospam>
| References: <0A**********************************@microsoft.co m>
<$F**************@TK2MSFTNGXA02.phx.gbl>
| Subject: RE: Error Debubbing newly created ASP.NET Project
| Date: Mon, 14 Nov 2005 05:50:01 -0800
| Lines: 145
| Message-ID: <5A**********************************@microsoft.co m>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:357916
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Dear Steven,
|
| I'm triied to debug several ASP.NET apps in II 5.1.
| Debugging a new app with a file system location instead 'http://'
does'nt
| work either. I getting the following when creating a new project with a
| filesystem location:
|
| "Unable to attach to application 'WebDev.WebServer (PID:3000) using
'<here's
| my hostname>'. An error occured that indicates a corrupt installation
(code
| 0x80004002). If the problem persists, | repair your Visual Studio
| installation via Add or Remove Programs' .. ".
| The VS.2005 development server starts afterwards and runs my application.
| I can run the application without debugging with IIS or the ASP.NET
| development Server.
|
| I verified the ASP.NET Version setitng in the IIS Management Console.
It's
| set to 2.0.50727.
|
| I'm thinking about a fresh XP installation.
|
| Best Regards,
| Marc
|
|
| "Steven Cheng[MSFT]" wrote:
|
| > Hi Marc,
| >
| > This is likely there is some old configuration of the former version
you
| > installed corrupt the new installed 2.0 ASP.NET setting. Are you
debuggin a
| > web application in IIS server when you encounter the problem? Can you
| > correctly debug an asp.net 2.0 web application which is created through
| > File System location? Also, can you run the asp.net 2.0 web application
| > correctly or is the IIS's virtual dir correctly be configured to use
the
| > 2.0 extension mapping?
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| > --------------------
| > | Thread-Topic: Error Debubbing newly created ASP.NET Project
| > | thread-index: AcXm0kvEM8qY03FJRVyZc7HocpKpAA==
| > | X-WBNR-Posting-Host: 194.138.39.140
| > | From: =?Utf-8?B?bWN3b29x?= <mc****@newsgroups.nospam>
| > | Subject: Error Debubbing newly created ASP.NET Project
| > | Date: Fri, 11 Nov 2005 07:12:13 -0800
| > | Lines: 64
| > | Message-ID: <0A**********************************@microsoft.co m>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain;
| > | charset="Utf-8"
| > | Content-Transfer-Encoding: 7bit
| > | X-Newsreader: Microsoft CDO for Windows 2000
| > | Content-Class: urn:content-classes:message
| > | Importance: normal
| > | Priority: normal
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:357371
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Hi,
| > |
| > | I just installed the VS.Studio 2005 Team Edition for Developper and
| > | encountered
| > | severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| > | created ASP 2.0 projects can't debug (setting breakpoint in
page_load()).
| > I'm
| > | getting the following message:
| > |
| > | "Unable to start debugging on the web server. An error occurred that
| > usually
| > | indicates a corrupt installation (code 0x80004002). If the problem
| > persists,
| > | repair your Visual Studio installation via 'Add or Remove Programs'"
| > |
| > | I deinstalled serveral time all VS.Studio 2005 components and used as
| > well
| > | the deinstall tool. I did the deinstall several times, tried as well
a
| > | 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET
2.0
| > | Framework folder. That message above won't change.
| > |
| > | I was using the VS.2005 Beta2 without any Problems. I had some Avalon
and
| > | WinFX Previews install which were removed to solve that problem.
| > |
| > | I will appreciate any hints to solve my debug problems. I won't like
to
| > | reinstall my computer, PLEASE HELP !
| > |
| > | Best Regards,
| > | Marc
| > |
| > | Here's my configuration:
| > |
| > | Windows XP SP2
| > |
| > | VS.Studio 2005:
| > | Microsoft Visual Studio 2005
| > | Version 8.0.50727.42 (RTM.050727-4200)
| > | Microsoft .NET Framework
| > | Version 2.0.50727
| > |
| > | Installed Edition: Enterprise
| > |
| > | Microsoft Visual Basic 2005 77642-113-3000004-41984
| > | Microsoft Visual Basic 2005
| > |
| > | Microsoft Visual C# 2005 77642-113-3000004-41984
| > | Microsoft Visual C# 2005
| > |
| > | Microsoft Visual C++ 2005 77642-113-3000004-41984
| > | Microsoft Visual C++ 2005
| > |
| > | Microsoft Visual J# 2005 77642-113-3000004-41984
| > | Microsoft Visual J# 2005
| > |
| > | Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| > | Microsoft Visual Studio Tools for the Microsoft Office System
| > |
| > | Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| > | Microsoft Visual Web Developer 2005
| > |
| > | Visual Studio 2005 Team Edition for Developers
77642-113-3000004-41984
| > | Microsoft Visual Studio 2005 Team Edition for Software Developers
| > |
| > | Crystal Reports AAC60-G0CSA4B-V7000AY
| > | Crystal Reports for Visual Studio 2005
| > |
| > |
| > |
| > |
| >
| >
|

Nov 19 '05 #5

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

Similar topics

7
by: Együd Csaba | last post by:
Hi, I've a problem with some of my stored procs. My config is: RH7.1, Postgres 7.3.2 I had converted a few fields of a few tables from one type to another and after this I made all the...
0
by: Együd Csaba | last post by:
> Hi, > I've a problem with some of my stored procs. My config is: RH7.1, Postgres > 7.3.2 > > I had converted a few fields of a few tables from one type to another and > after this I made all...
3
by: Hugh O | last post by:
Hi, I have been trying to load a Crystal Report newly created via VS.Net 2003. I am using a simply ASP form with only the Crystal Report Viewer. The sample report results display in the...
1
by: Michel | last post by:
In VC++ from Visual Studio 2005 the following occurs: If I try to compile anyting, even a newly created empty MFC application with 1 empty dialog, I get the following 2 errors: Compiling......
0
by: Tom | last post by:
I am converting a small VB.NET 2003 application over to VS 2005. I ran it thru the 'upgrade' wizard which prompty upgraded it without any real issues (except some warnings). However, I did notice...
21
by: one2001boy | last post by:
PostMessage() function returns ERROR_NOT_ENOUGH_QUOTA after running in a loop for 700 times, but the disk space and memory are still big enough. any suggestion to resolve this problem? thanks.
3
by: garyusenet | last post by:
Dear Professionals, I have recently been using the wonderful krypton toolkit and am trying to use them in my small hobby application. I include this bit of info as an aside really because i'm...
2
by: jr | last post by:
Hello everyone! I am new to this sort of postings so I'm not even sure if this is the correct place to start. Anyway, I would realy appreciate any help. I have a some VBA code that works quite...
9
by: =?Utf-8?B?VGVycnk=?= | last post by:
Hi, Is it possible (w/o generating a gazillion errors) to copy a form in VS 2005 so that it can be modified and reused. In other words, I have a form, alot of which I wish to use in a different...
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
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...
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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...
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: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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.