473,796 Members | 2,741 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to Start debugging

This is driving me nuts. I've been using VB.NET for about a year on this
machine and decided to try C#. This is what I get when I try to debug
(F11):

Window title = Microsoft Development Environment

Error while trying to run project: Unable to start debugging.
Unable to start program 'C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Q uickStart\winfo rms\samples\hel loworldform\cs\ HelloWorldForm. e
xe'
Unmanaged debugging is not available.

When I press F5, I get:
Build: 1 succeeded, 0 failed, 0 skipped

I can navigate to the directory and double-click to run the exe.

I can debug just fine with VB.

A quick search of MSDN said to regsvr32 mscordbi.dll - Did that. No effect.

I tried moving the files to another directory. Same error.

Here's the info from the 'About Microsoft Visual C#.NET' Box:

Microsoft Development Environment 2003 Version 7.1.3088
Microsoft .NET Framework 1.1 Version 1.1.4322
Microsoft Visual C# .NET 69461-270-0000007-18479

Any help appreciated,
Jim Chapman
Nov 15 '05 #1
2 10395
This might be a hint: Autocomplete doesn't seem to work in C#. Works in
VB.NET.

Still going nuts.

Jim

"Jim Chapman" <Cr********@hot mail.com> wrote in message
news:ej******** ******@TK2MSFTN GP10.phx.gbl...
This is driving me nuts. I've been using VB.NET for about a year on this
machine and decided to try C#. This is what I get when I try to debug
(F11):

Window title = Microsoft Development Environment

Error while trying to run project: Unable to start debugging.
Unable to start program 'C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Q uickStart\winfo rms\samples\hel loworldform\cs\ HelloWorldForm. e xe'
Unmanaged debugging is not available.

When I press F5, I get:
Build: 1 succeeded, 0 failed, 0 skipped

I can navigate to the directory and double-click to run the exe.

I can debug just fine with VB.

A quick search of MSDN said to regsvr32 mscordbi.dll - Did that. No effect.
I tried moving the files to another directory. Same error.

Here's the info from the 'About Microsoft Visual C#.NET' Box:

Microsoft Development Environment 2003 Version 7.1.3088
Microsoft .NET Framework 1.1 Version 1.1.4322
Microsoft Visual C# .NET 69461-270-0000007-18479

Any help appreciated,
Jim Chapman

Nov 15 '05 #2
As silly as this may sound have you tried reinstalling the c# part of
vs.net? Its possible that something that is just c# related could have
become corrupt?
"Jim Chapman" <Cr********@hot mail.com> wrote in message
news:eF******** ******@TK2MSFTN GP12.phx.gbl...
This might be a hint: Autocomplete doesn't seem to work in C#. Works in
VB.NET.

Still going nuts.

Jim

"Jim Chapman" <Cr********@hot mail.com> wrote in message
news:ej******** ******@TK2MSFTN GP10.phx.gbl...
This is driving me nuts. I've been using VB.NET for about a year on this machine and decided to try C#. This is what I get when I try to debug
(F11):

Window title = Microsoft Development Environment

Error while trying to run project: Unable to start debugging.
Unable to start program 'C:\Program Files\Microsoft Visual Studio .NET

2003\SDK\v1.1\Q uickStart\winfo rms\samples\hel loworldform\cs\ HelloWorldForm. e
xe'
Unmanaged debugging is not available.

When I press F5, I get:
Build: 1 succeeded, 0 failed, 0 skipped

I can navigate to the directory and double-click to run the exe.

I can debug just fine with VB.

A quick search of MSDN said to regsvr32 mscordbi.dll - Did that. No

effect.

I tried moving the files to another directory. Same error.

Here's the info from the 'About Microsoft Visual C#.NET' Box:

Microsoft Development Environment 2003 Version 7.1.3088
Microsoft .NET Framework 1.1 Version 1.1.4322
Microsoft Visual C# .NET 69461-270-0000007-18479

Any help appreciated,
Jim Chapman


Nov 15 '05 #3

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

Similar topics

0
1753
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging. Verify that ASP.NET or ATL Server is correctly installed on the Server. This occurs when i want to try to debug a project in Visual Studio. I
2
4816
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged." I checked and made sure the Machine Debug Manager is running on the server, made sure the web.comfit file has debug=true. Mine is: <compilation defaultLanguage="vb" debug="true" /> I also checked the directory executions permissions and it...
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
16
4227
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.
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...
6
6190
by: Bob Rock | last post by:
Hello, I'm using an executable (for which I do not have the source code nor the pdb file) as the startup application to load a DLL I'm writing and need to debug. If I try to debug the DLL I immediately get the error "Unable to start debugging. Unable to start program XXX.exe". If I do "Start without debugging" my startup application gets correctly executed. Is this problem due to the fact I'm missing the debugging information for the...
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
2367
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
7627
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
3155
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I simply create a new SQL Server Project which creates a Test.sql, i then simply added a Stored Procedure to it called the default name StoredProcedure1.cs and put a break point...
0
9685
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
9535
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,...
1
10201
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7558
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
5454
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
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4130
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
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
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.