Unable to Start debugging

J

Jim Chapman

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\QuickStart\winforms\samples\helloworldform\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
 
J

Jim Chapman

This might be a hint: Autocomplete doesn't seem to work in C#. Works in
VB.NET.



Still going nuts.

Jim
 
D

Dave Quigley[work]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top