OfficeDev / 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.
135 stars 50 forks source link

VS2015 extension is missing #9

Open wldevries opened 8 years ago

wldevries commented 8 years ago

Although it seems someone else has created a binary

http://blogs.msdn.com/b/maheshk/archive/2015/11/14/open-xml-package-editor-for-visual-studio-2015.aspx

ghost commented 7 years ago

Unfortunately it is no longer hosted at the location on that page. (The link http://blogs.msdn.com/b/maheshk/archive/2015/11/14/open-xml-package-editor-for-visual-studio-2015.aspx still works, but the link on that page to the binary no longer works.)

However, it was not much work to download the current version and tweak it to build for VS2015.

filmico commented 7 years ago

Guys, as you've said the link with the compiled version for 2015 is down!

Here, you have a detailed steps on how to compile it on 2015.

1) Open the OpenXMLEditor.sln with VS2015. It automatically get converted, saved and re-opened again. The migration report should indicates 0 errors. If it says that you need to download the SDK, go ahead download and install it.

2) With the project open, I noticed a reference called Microsoft.VisualStudio.Shell.10.0 that was marked with a Triangle.

3) Use Nugget and add vssdk.shell.10

4) Right Click on the solution and perform Build... The vsix file should be located at \bin\Debug\OpenXMLEditor.vsix Close Visual studio and execute that file...

Kind regards to the developer for such and incredible tool! cheers

bsivanov commented 6 years ago

Hello guys, I forked the extension with support for Visual Studio 2017/2015/2013/2012. It's published on Visual Studio Marketplace here: Open XML Package Editor for Modern Visual Studios.