-
Notifications
You must be signed in to change notification settings - Fork 50
VS2015 extension is missing #9
Comments
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. |
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.
Kind regards to the developer for such and incredible tool! |
Upgrage the .vsix manifest to version 3.0, which is required for Visual Studio 2017 support. This drops support for Visual Studio 2010, but this is the recommended approach by Microsoft. If such support is needed, new extension with new Id should be provided. Add some references as packages, so that the project could be build on machines where older versions of Visual Studio are not installed. The source code is now only buildable using Visual Studio 2017, which is also limitation of the new VS extensions approach. Fix issues #9 and OfficeDev#11.
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. |
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
The text was updated successfully, but these errors were encountered: