Is is possible to use OpenXML in SandBox.
CODE:
WordprocessingDocument myDoc = WordprocessingDocument.Open(mem, true);
The above class WordprocessingDocument is giveing error as
ERROR:
The type 'System.IO.Packaging.Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'