Neophear
Neophear

Reputation: 542

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

Upvotes: 1

Views: 706

Answers (1)

Tummala Krishna Kishore
Tummala Krishna Kishore

Reputation: 8271

Try to Change the settings Please change the Debbuging Settings

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

Upvotes: 2

Related Questions