Hello,
We encounter a weird problem with aspose.words 15.6 for .NET (latest version)
In an ASP;NET Web application hosted on IIS 6 / W2003
- create a brand new word document test.doc
- open the doc then save it : OK
- create a brand new word document test.docx
- open the doc then save it : OK
In another ASP;NET Web application hosted on IIS 6 / W2003 (the same server as above)
- create a brand new word document test.doc
- open the doc then save it : FAIL (see log below)
- create a brand new word document test.docx
- open the doc then save it : OK
Error log
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à ????.?(Int32 ?, Object ?)
à ????.?(ShapeBase ?, ???? ?, ???? ?, Boolean ?)
à ????.?(ShapeBase ?, ???? ?)
à ????.?(ShapeBase ?, ???? ?)
à ????.?(???? ?, ?? ?)
à ????.?(BinaryWriter ?, BinaryWriter ?, Boolean ?)
à ????.?()
à ????.??()
à ????.????????(???? ?)
à Aspose.Words.Document.?(???? ?, SaveOptions ?)
à Aspose.Words.Document.?(Stream ?, String ?, SaveOptions ?)
à Aspose.Words.Document.Save(String fileName)
à Qualnet.TraitementDocument.TraitementDoc.LancerTraitementGED(Document doc,
Int32 idTransfo, Int32 iddoc, Int32 idthread, String idem, SqlPrepare
requestPrepare)
Any help very appreciated…
Regards.