Visual Studio 2015
I write .net-plugins for Autodesk Revit. Revit is unmanaged application. So, for successfully debugging I am to set into ON either for Use managed compatibility mode option or for Enable native code debugging option (or for both of them). Otherwise debugging cannot be launched.
The first of them is applied for all projects. The second of them is used for each project individually.
What the difference of these options? I don't understand what they do. What option it is more correct to use in my case?
Thank you.