I have a shell extension that has been working for quite a while. It does:
- icon overlays
- adds a context menu
- adds property page
When compiled using VS 2013 it all works fine on all supported windows versions (7 though and including 10).
I've recently migrated to VS 2015. Now it still works fine for Win 7, 8, 8.1. When installed in Windows 10, the icon overlay and context menu work, but the property page doesn't load. When debugging, the AddPage call never gets called.
Thanks for any ideas.
Bob