Inventor Crashes on First Lauch By User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm writing a small program which creates some simple drawings on a server. The program runs fine and basically does the following
- Launches Inventor (visibility set to false)
- Updates a part
- Creates a drawing
The issue is when a new user logs in to the server who hasn't opened Inventor before the code crashes(failure to create ActiveX component) at the createobject line:
InvApp = CreateObject("Inventor.Application")
If I log into the server and open Inventor using the person's profile and open Inventor and close it again the program will then run fine for that user with no future issues.
I think it might have something to do with the Data Collection pop up that appears the first time you run the software, but I can't be sure of this. I also can't replicate the error on my own machine as I've obviously opened Inventor before.
Any ideas on how I can remedy this?
Any help would be appreciated,
thanks,
John