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
 
Back
Top