Posted on Friday March 4th, 2011Tuesday December 11th, 2012 by adminHow 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: