blank Revit.exe titled dialog when calling SubmitPrint()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm not sure if this is the best place to post this, but I'm having problem printing sheets in a specific model.
We have developed a custom tool to print specific sheets and it has been working fine so far. There's just one specific model when we try to print that shows a meaningless dialog as per below and fails to print. There seems to be a problem as Revit tries to say something but its all blank:
It happens immediately after the call to document.SubmitPrint(). When investigating the journal file I can see the below lines in there (which might be an indication for a bug?):
Jrn.Data "Print Number Of Views" _
, "1"
' 0:< DBG_WARN: Fail to create TaskDialog from file. Object at key is not TaskDialog: line 62 of TaskDialog\AdWindowsTaskDialog.cpp.
' 0:< DBG_WARN: Create TaskDialog from file failed.: line 74 of Dialog\ATaskDialog.cpp.
' 0:< TaskDialog ""
'CommonButtons : Ok
Has anyone seen this dialog before?