Message 1 of 8
Inventor Apprentice Server - Open dwg Catastrophic failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to open Inventor DWG with apprentice server but it always throws "Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))".
I'm using Inventor 2022 with same Apprentice version.
The exception is thrown on the following line:
Inventor.ApprenticeServerDrawingDocument dwgDoc = apprentice.Open(dwgPath) as Inventor.ApprenticeServerDrawingDocument;
I can open .ipt, .iam, .idw files but not Inventor .dwg files.
I tried different Inventor .dwg files but none of them worked.
Any ideas why?