Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello together,
we have an apprentice app with the following code.
It works fine for Inventor 2018 contentcenter and normal parts. In Inventor 2019 it results in an error message for contentcenter parts. The Reference to Autodesk.Inventor.Interop.dll from 2019 is set.
Dim oAppren As New Inventor.ApprenticeServerComponent Dim oDesgPro As Inventor.DesignProject oDesgPro = oAppren.DesignProjectManager.ActiveDesignProject oAppren.DesignProjectManager.DesignProjects.ItemByName("Default").Activate() Dim oDoc3 As Inventor.ApprenticeServerDocument oDoc3 = oAppren.Open("D:\temp\part.ipt")
Following the error-message:
Ein Ausnahmefehler des Typs "System.Runtime.InteropServices.COMException" ist in mscorlib.dll aufgetreten.
Zusätzliche Informationen: Unbekannter Fehler (Ausnahme von HRESULT: 0x80004005 (E_FAIL))
What is wrong? What must be changed?
Best Regards
Wolfgang
Solved! Go to Solution.