magbo system

How to debug C# dll in a C++/CLI/C# project

With Visual studio 2010:

First, set the pure C++ project debug mode on mixed, so you can debug the C++/CLI project.

Then, go on properties on the C# dll project, and set start with the external program :

Now, you can start your project using:

Leave a Reply

Your email address will not be published. Required fields are marked *