I'm generating a MS Word document with OpenXml package in C#. Many times I've seen this erorr message:
This error message is pretty useless: all it says the problem is in footer. Most of the times it says the error is on line 1, char 1.
I usually find the problem, but it takes too much time by going back and forth.
Are there any tools/techniques that can help with debugging such errors? Show a better error, like you are trying to add a Text outwith of a Run, or something like that?