Hi
I have written a plugin which loops through routes and do some processing. Once completed, it closes the loaded form properly (as per my understanding) on destroy event I have
Marshal.ReleaseComObject(m_app);
+ I also tried
ESRI.ArcGIS.ADF.ComReleaser.ReleaseCOMObject(m_app)
now when Arclogistic is closed in XP it closes properly however in Windows 7 it keeps running in background whcih is a problem.
so summary of above is , in windows 7 my plugin does not release com object and arclogistic keep running in background.
Any idea would be highly appreciated.
Best Regards
Rizwan Bashir

Reply With Quote

Bookmarks