Assertion Failed
Assertions verify that what I thought was impossible, never happens. For example I might have an assertion in the code that says "Number of pages in GridTemplate is larger than zero". If for some reason Q++ ever reads a template as having 0 pages (or even a negative number of pages), this assertion will be fired.
•Assertions are only fired when something very very strange is happening.
•Often that very strange something is happening because a previous error message was ignored.
You should generally never see one of these messages. But in the event that you do, please carefully note the information displayed in the message and contact technical support immediately.