Message 1 of 4
Unspecified error (0x80004005 (E_FAIL)) when LoD of drawing view is not Master

Not applicable
06-26-2021
01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Version of Inventor - 2019.
I have some rules in drawing, when level of details of base view (assembly view) is set as not Master I get error: Unspecified error (0x80004005 (E_FAIL)).
I determined that the error appears here:
Dim thisDrawModelDoc = ThisDrawing.ModelDocument
after that I can't use this object, for example:
thisDrawModelDoc.update
results in error. Saving document - fix this trouble, until i change somthing in assembly (bill of materials for example).
I've tried this on several computers, it's the same result.
How can I fix it? Thanks in advance.