- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i noticed a problem with all my plugins made in vb.net using windows forms.
if i have a pmill running that is making a toolpath calculation, and i open another pmill,
the code gets stuck at this line
PMillInstance = New PMAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance)
and it doesn't proceed until the first pmill finishes.
Same thing happens also when i try to enable the plugin, it just get stuck with execution on the same line.
the code is inside the initialise sub
Public Sub Initialise(Token As String, pServices As PowerMILL.PluginServices, ParentWindow As Integer) Implements PowerMILL.IPowerMILLPlugin.Initialise
PMillInstance = New PMAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance)
...
end sub
anyone has any idea why this might happen ?
Thanks in advance
Solved! Go to Solution.