Hi:
I got the latest OpenXmlPowerTools via NuGet and it installed the dependences OpenXMLSDK-MOT. But when I try running the code it throws an exception on:
WmlDocument wmlTemplate = new WmlDocument(templateFileName);
With the following information:
An exception of type ‘System.IO.FileNotFoundException’ occurred in OpenXmlPowerTools.dll but was not handled in user code
Additional information: Could not load file or assembly ‘System.IO.Packaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
I tried referencing WindowsBase.dll, but that didn’t resolve the issue. Another member of my development team was followed the same steps and it ran on his machine.
Do I need to install anything else on my box?