I am dynamically building a Word document using the DocumentBuilder based on content from our CMS. This tool has been running well for many months now, but today I’m getting the following exception when I go to save the document. Can you shed any light on what this error means so that I can analyze our content to find what’s different about this particular piece of content that would cause it to crash?
Exception:
Cell shading sprm is too long. For free technical support, please post this error and the file in the Aspose.Words Forums <https://forum.aspose.com/c/words/8>.
Stack trace: at ഁ.ᖄ.ᖏ(Boolean ൷, Boolean ᖎ, Int32 ᖐ)
at ഁ.ᖄ.WriteCore()
at ഁ.ᔡ.֑(༗ ᔣ)
at ᣵ.ᣴ.ᤑ(Row ᗒ)
at ᣵ.ᣴ.VisitRowEnd(Row row)
at Aspose.Words.Row.Accept(DocumentVisitor visitor)
at Aspose.Words.CompositeNode.ฐ(DocumentVisitor )
at Aspose.Words.Table.Accept(DocumentVisitor visitor)
at Aspose.Words.CompositeNode.ฐ(DocumentVisitor )
at Aspose.Words.Body.Accept(DocumentVisitor visitor)
at ᣵ.ᣴ.ᤌ(Section ᙣ)
at ᣵ.ᣴ.ᤊ()
at ᣵ.ᣴ.ڼ(Document ၽ, Stream ղ, String ࣥ)
at Aspose.Words.Document.Save(String fileName, SaveFormat fileFormat)