Debug Mode

G

Guest

Hi

I am very much a newbie to .Net and VB for that matter. I have inherited a .NET program from an out-of-house developer with a lot of bugs to fix. I have the source code and can compile it in release mode but when I try to compile in debug mode, I get the message: "Error while trying to run project: Unable to start debugging. Unable to start program '...'. Unmanaged debugging is not available. Can anybody help me or at least get me pointed in the right direction to solving this problem

Thanks
Dave
 
S

Simon Jefferies

Hello,

If you right click on your project within Visual Studio .NET and select the
properties option. From the property pages, on the left hand side select
Configuration Properties and then Debugging. You can review the release and
debug settings here relating to what is started and from what location.

The unmanaged code debugging option can be checked if your code is making
calls to additional COM projects. See MSDN about this option.

Simon Jefferies
(e-mail address removed)


Dave said:
Hi,

I am very much a newbie to .Net and VB for that matter. I have inherited a
..NET program from an out-of-house developer with a lot of bugs to fix. I
have the source code and can compile it in release mode but when I try to
compile in debug mode, I get the message: "Error while trying to run
project: Unable to start debugging. Unable to start program '...'. Unmanaged
debugging is not available. Can anybody help me or at least get me pointed
in the right direction to solving this problem?
 

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