Greetings,
I opened word document (to proceed a Mail merge) with this peace of code :
Stream inputStream = new FileStream(pDocumentPath, FileMode.Open);
WDocument = new WordDocument();
WDocument.Open(inputStream, FormatType.Doc);
This worked perfectly well with Synfusion v13.1.0.30 but doesn't with v14.2.0.32 nor v14.4.0.15.
The code stay indefinitly at the line "WDocument.Open()" (where WDocument is an WordDocument object), with no exception thrown.
I tried to recreate a new Project in Visual Studio with the news DLL (Syncfusion.DocIO.Portable and Syncfusion.OfficeChart.Portable) but it doesn't change anything.
Is there something that i need to to with the new version ?
Thanks in advance for your help,
Best regards,
Benjamin C.