Using Visual Studio Express 2013 for Web
I am using System.IO.Packaging to edit a Word document using linq to xml.
After following instructions in this SO page System.IO.Packaging I added the reference to WindowsBase.dll.
All this works well and I get the desired results. When I try and publish to my web server though, during the compile I receive this error
The type or namespace name 'Packaging' does not exist in the namespace 'System.IO' Are you missing an assembly reference?
Thanks