Missing properties in VS2015 Debug

692 Views Asked by At

Why can't I see properties of a COM object in debug mode in Visual Studio 2015. It works fine in VS2012. It's the same project so it should show the same??

Visual Studio 2012 (works fine) Visual Studio 2012 debug

Visual Studio 2015 (properties gone) Visual Studio 2015 debug

1

There are 1 best solutions below

4
Krsna Kishore On BEST ANSWER

Try to Change the settings Please change the Debbuging Settings

In Tools -->Options---> Debugging--> enable the legacy C# and VB expression evaluators.