Reputation: 542
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 2015 (properties gone)
Upvotes: 1
Views: 706
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