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

Wrong Program Files #1

Closed SebastiaanLubbers closed 10 years ago

SebastiaanLubbers commented 10 years ago

When installing the vsix the files are installed in "C:\Program Files (x86)\" but when loading an OpenXml document in Visual Studio it tries to load the tool from "C:\Program Files\"

pugwonk commented 10 years ago

Hi there - can you give me a little more detail on exactly how you know this and where it's going wrong? Do you start VS, then open an OpenXML document, and then it gives you an error trying to load the tool? I'm using it on an x64 machine and it seems to be working okay for me.

SebastiaanLubbers commented 10 years ago

Indeed. Start VS2013, add DOCX file to solution and then try open it. Don't remember how I resolved this but for now it works.