I'm tyring to use Microsoft Open XML SDK 2.0 within a Windows 8 store application to edit an existing MS word document.
So, I create a blank windows store application. I then use NuGet to install DocumentFormat.OpenXml. This seems to work OK but when I compile the application I get the following error:
While creating .pri files for portable libraries, sub-task 'GenerateProjectPriFile' failed while processing library 'DocumentFormat.OpenXml'.
Any ideas how to use the Open XML libraries within a windows 8 store application and also how to open word documents from within the application?
Thanks