Message 1 of 4
Preprocess schema conflict errors

Not applicable
11-15-2017
02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to hide all "Shema Conflict when Loading a File" messages and create a single message that gives a summary of all schema conflicts.
Currently I am unable to catch this error, because the error message is generated before the DocumentOpened event and I can't use Document.SetFailureHandlingOptions on the DocumentOpening event, because the Document is not generated yet here.
Is it possible to preprocess and hide the "Shema Conflict when Loading a File" messages and how can I do this?