Message 1 of 4
VB.net form application closes Inventor when shutting down
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a program in VB.net with Inventor API functionality and have been developing it for some time now. Recently when closing the VB.net application it also closes Inventor. Here's the call I use to close the VB.net application:
System.Windows.Forms.Application.Exit()
Can anyone tell me why it would close Inventor? Do I need to release the Inventor.Application object in the closing function of my form?