Message 1 of 6
UseExistingInstance in Powershape API bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
PowerShape = New PSAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance)
will use an existing Powershape or start a new Powershape if no Powershape is running.
This worked until I installed an old Powermill version (Powermill 2012R2 SP7). Now, if no Powershape is running, our software exits because no Powershape is found. Uninstalling PM2012 doesn't help.
The "InstanceReuse.UseExistingInstance" description says that it will start an existing instance, or start the "last installed" version of Powershape. I am afraid that the installation of PM2012R2 changed somerhing in the registry?