Hello !
I try open OpenXml with Open xml sdk 2.0 - but it failded.
using (WordprocessingDocument myDoc = WordprocessingDocument.Open(fileName, true)) { }
I have exception : A first chance exception of type 'DocumentFormat.OpenXml.Packaging.OpenXmlPackageException' occurred in DocumentFormat.OpenXml.dll Exception : The specified package is invalid. The main part is missing.
why ?
Everything happened correctly few months ago. But today I have some problem , maybe it is the reason of windows or microsoft standard updating?
If yes, what shoud I do?