Search code examples
c#visual-studiovisual-studio-2012visual-studio-2015com-object

Missing properties in VS2015 Debug


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


Solution

  • Try to Change the settings Please change the Debbuging Settings

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