Message 1 of 11
Revit 2018 print crash

Not applicable
05-12-2017
03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I have an annoying problem. I have a batch print tool which workes fine up to Revit 2017. Now, in Revit 2018 the same tool Crashes 😞
The problem is, it can't be debugged.
I print several PDFs after each other.
SOme settings are done and after the command:
_mPrintMgr.SubmitPrint();
the pdf is created. Then the code runs over everything again to make the second pdf, and after the command:
_mPrintMgr.SubmitPrint();
A windows message "Revit has stopped working" appears and Revit is closed without any further messages of saves.
Does anyone experience the same problems or Is there something changed with the printmanager in Revit 2018 ?