Debug issue

  • Thread starter Thread starter Alexander.Zen
  • Start date Start date
A

Alexander.Zen

Hi there!
Now, I have an ActiveX written in C++, and a client written in C#,
the problem is that, how can I debug into the ActiveX project?
 
You will want to add your C++ project to your solution. Once you do
that, select the properties of your .NET project and on the "Debug" tab
select "Enable unmanaged code debugging"

Hope this helps.
 
You will want to add your C++ project to your solution. Once you do
that, select the properties of your .NET project and on the "Debug" tab
select "Enable unmanaged code debugging"

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




Hi there!
Now, I have an ActiveX written in C++, and a client written in C#,
the problem is that, how can I debug into the ActiveX project?- Òþ²Ø±»ÒýÓÃÎÄ×Ö -

- ÏÔʾÒýÓõÄÎÄ×Ö -

Thanks
 

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

Back
Top