473,804 Members | 3,909 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error while trying to run project : Unable to start debugging.

Hi,

I get the below error while I press F5 from Microsoft Visual Studio .NET
Enterprise Architect IDE. This doesn't allow me to debug the application.
But I am able to launch any other C# application when CTRL+F5 is pressed.

"Error while trying to run project : Unable to start debugging."
Unable to start program 'PROGRAM_NAME'

Can anyone suggest some work around?

Regards,

Ravi Shankar
Nov 22 '05 #1
8 22297
Hi Ravi,

Thanks for your post. You may experience the problem as described in the
following KB article:

PRB: Error Message: Unable to Start Debugging. Unable to Start Program
<application name.exe>
http://support.microsoft.com/?id=303067

If the problem persists, please tell me the version of Visual Studio .NET
(2002 or 2003), what the type of your project is (Console, Windows Forms,
Web Application, etc), and check if you can reproduce the problem against a
new wizard-generated only project.

Hope this helps.

Have a nice day! :-)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #2
Hi Ravi,

Thanks for your post. You may experience the problem as described in the
following KB article:

PRB: Error Message: Unable to Start Debugging. Unable to Start Program
<application name.exe>
http://support.microsoft.com/?id=303067

If the problem persists, please tell me the version of Visual Studio .NET
(2002 or 2003), what the type of your project is (Console, Windows Forms,
Web Application, etc), and check if you can reproduce the problem against a
new wizard-generated only project.

Hope this helps.

Have a nice day! :-)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #3
Hi Huang,

Thanks for the reply. I did as it was adviced in the url mentioned. But
the problem still persist. Now I get an additional information stating
"The debugger is not properly installed. Run setup to install or repair
the debugger."

I run the Microsoft Development Environment 2002 Version 7.0.9466 and
Microsoft .NET Framework Version 1.0.3705. My OS is Microsoft Windows XP
Professional Version 2002 Service Pack 1. The type of application is
Windows Forms.

I reproduced the same problem by creating a new wizard-generated only
project.

NOTE: I tried to reply to your mail address (online.microso ft.com) but
got an undeliverable message

Regards,

Ravi Shankar


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

Thanks for the reply. I did as it was adviced in the url mentioned. But
the problem still persist. Now I get an additional information stating
"The debugger is not properly installed. Run setup to install or repair
the debugger."

I run the Microsoft Development Environment 2002 Version 7.0.9466 and
Microsoft .NET Framework Version 1.0.3705. My OS is Microsoft Windows XP
Professional Version 2002 Service Pack 1. The type of application is
Windows Forms.

I reproduced the same problem by creating a new wizard-generated only
project.

NOTE: I tried to reply to your mail address (online.microso ft.com) but
got an undeliverable message

Regards,

Ravi Shankar


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 22 '05 #5
Hello Ravi,

Thanks for your information. According to the error message, the VS .NET
debugger is not properly installed. I'd like you perform the following
steps to manually repair the debugger:

1. Replace the following files with their equivalents from the Visual
Studio .NET installation media:

Program Files\Common Files\Microsoft Shared\VS7Debug \coloader.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \csm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \msdbg2.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \pdm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \vs7jit.exe
Program Files\Common Files\Microsoft Shared\VS7Debug \mdm.exe

2. Register each DLL above with regsvr32.EXE, e.g:

regsvr32 "ProgramFiles\C ommon Files\Microsoft Shared\VS7Debug \coloader.dll"
...

3. Re-register each executable, e.g:

"Program Files\Common Files\Microsoft Shared\VS7Debug \vs7jit" /regserver
"Program Files\Common Files\Microsoft Shared\VS7Debug \mdm.exe" /regserver

If all else fails, please rename Program Files\Common Files\Microsoft
Shared\VS7Debug and then reinstall visual studio.

Please let me know the result.

Have a nice day! :)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #6
Hello Ravi,

Thanks for your information. According to the error message, the VS .NET
debugger is not properly installed. I'd like you perform the following
steps to manually repair the debugger:

1. Replace the following files with their equivalents from the Visual
Studio .NET installation media:

Program Files\Common Files\Microsoft Shared\VS7Debug \coloader.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \csm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \msdbg2.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \pdm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug \vs7jit.exe
Program Files\Common Files\Microsoft Shared\VS7Debug \mdm.exe

2. Register each DLL above with regsvr32.EXE, e.g:

regsvr32 "ProgramFiles\C ommon Files\Microsoft Shared\VS7Debug \coloader.dll"
...

3. Re-register each executable, e.g:

"Program Files\Common Files\Microsoft Shared\VS7Debug \vs7jit" /regserver
"Program Files\Common Files\Microsoft Shared\VS7Debug \mdm.exe" /regserver

If all else fails, please rename Program Files\Common Files\Microsoft
Shared\VS7Debug and then reinstall visual studio.

Please let me know the result.

Have a nice day! :)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #7
Hi Huang,

Thanks for the reply. I tried with all your suggestions including
uninstallation and then reinstallation of the Visual Studio .NET but the
problem still persist. Can I upgrade my system to .NET 2003? Will that
suffice?

Any more luck?

Regards,

Ravi Shankar S

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 22 '05 #8
Hi Ravi,

Thanks for your response.

Does it prompt the same error message? Please go to "Control Panel" ->
"Administra tive Tools" -> "Services", and make sure that the "Machine Debug
Manager" is started.
Can I upgrade my system to .NET 2003? Will that suffice?

Generally speaking, both VS .NET 2002 and 2003 should debug programs
properly as they do on my system. I am afraid that the problem may be
caused by malfunctioned third-party application or services. I suggest you
to close/stop all other unnecessary application/service (say, anti-virus
application) to check whether or not the problem still exists. You can also
remove VS .NET 2002 cleanly with the steps described in the following MSDN
article:

HOW TO: Manually Remove Visual Studio .NET 2002 Components
http://support.microsoft.com/?id=320114

I look forward to your result.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #9

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

Similar topics

4
11146
by: Stephen Miller | last post by:
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When I hit F5, I get the following error message: <debugger_error_message> Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
11
2760
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
1
1688
by: Jon | last post by:
Hi all i encountered a problem will trying to run a C# Project (ASP.net Web Application). When i click 'start without debugging', it throws me an error ******************************************* Error while trying to run project: Unable to start debugging Unable to start program 'display some funny characters The system cannot find the file specified ******************************************* Do anyone know what the problem is
16
4229
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
5
6590
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development Environment" with this message: "Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no...
1
1969
by: dorenstein | last post by:
Hi, I'm running VS.Net 2003 (I also have 2002 installed) and while working out the ASP.NET Web Service Walkthrough, I get this message if I start without debugging: Error while trying to run project: Unable to start debugging. Unable to start program 'C:\PROGRA~1\INTERN~1\TEMPIE~1.EXE'. The system cannot find the file specified. If I start with debugging, I get Error while trying to run project and nothing more. I can View in Browser...
1
1597
by: Annie | last post by:
Hi guys, I am trying to set the connection string for my database in the web.config file however it raises the funny error message: ""Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax
1
1898
markmcgookin
by: markmcgookin | last post by:
Hi Folks, this is a problem I had a few days ago, and I was able to solve it, but I thought I'd post the solution I found here incase anyone has a similar problem! I found this stuff on an MSNDN forum.
3
2368
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting to build ASP.net programs now. For a new ASP.net project, an error message (i.e Unable to start debugging on the web server) popped out. I disabled the ASP.net debugging for 3-4 projects. However, I either could not see the ASP.net...
4
7628
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown user name or bad password I logged on to a neighbors computer and I can debug from his so the server should be OK right? The web server is running Server 2003 sp1. I even tried disabling the loopback check in the registry...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10330
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7616
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.