In a mixed-mode (native/managed) C++ project that targets .NET 4.0, if you hit a breakpoint in managed code and look at the call stack, in certain scenarios, some or all of the native frames that should appear in the call stack are missing. It *appears* to have something to do with passing native parameters to managed functions. This is a regression from VS 2008/.NET 2.0/.NET 3.0/.NET 3.5.
Product Language
Visual Studio Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results