Pascal Desmet

Results 3 comments of Pascal Desmet

Same issue here. if there's no promise it'll be resolved soon I'll try a roll-back myself as I'm blocked by this as well.

Hi @ScorpioBroker, As I'm writing an application to visualize data in brokers, this endpoint could help me a lot as there are multiple breaking changes between versions. I could use...

Catch the SharpDocx.SharpDocxCompilationException and look at the Errors and SourceCode properties. example: try { ... your failing code trying to generate the document } catch (SharpDocx.SharpDocxCompilationException sdce) { StringBuilder sb...