View Single Post

  #4 (permalink)  
Old 03-21-2008
rmpandu rmpandu is offline
Junior Member
White Belt
 
Join Date: Mar 2008
Posts: 1
Re: Need to close then open MapPoint COM Object

user this to release any COM object from the process.

System.Runtime.InteropServices.Marshal.ReleaseComObject(refMapObject);
Reply With Quote