Inventor 2015 error at closing

Inventor 2015 error at closing

Anonymous
Not applicable
444 Views
1 Reply
Message 1 of 2

Inventor 2015 error at closing

Anonymous
Not applicable

Avery time at closing of the program this error popup 

0 Likes
445 Views
1 Reply
Reply (1)
Message 2 of 2

Martin-Winkler-Consulting
Advisor
Advisor

Hi,

i think it's the same problem as in my thread Error Message when closing Inventor 2017

I solved this problem temporarily by deleting the closing section in my StandardAddinServer Class:

 

'Closing Inventor
        If AddinGlobal.InventorApp IsNot Nothing Then
            Marshal.FinalReleaseComObject(AddinGlobal.InventorApp)
        End If

Curiously with Inventor 2016 the error message didn't comes.

I hope Autodesk can give a hint about this problem.

 

Best Regards

Martin

Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature

0 Likes