However, OD will throw an exception when the second instance of OD tries to load the plugin assembly.
A try-catch around line 1378 of Form OpenDental
Code: Select all
try {
Plugins.LoadAllPlugins(this);//moved up from right after optimizing tooth chart graphics. New position might cause problems.
/It was moved because RefreshLocalData()=>RefreshLocalDataPostCleanup()=>ContrChart2.InitializeLocalData()=>LayoutToolBar() has a hook.
}
catch { }
Thanks.