bsivanov / Open-XML-Package-Editor-Power-Tool-for-Visual-Studio

This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents.
17 stars 4 forks source link

Fix `Show Properties` button throwing exception on Visual Studio 2022 #5

Closed bsivanov closed 2 years ago

bsivanov commented 2 years ago

In Visual Studio 2022, _DTE cannot be casted to DTE, so use DTE2 as advised in Breaking API changes in Visual Studio 2022 guide.

Closes #6.