Is there any way to keep MapPoint from exiting when a user tries to quit it. I have an application that uses MapPoint primarily in the back ground, but I allow MapPoint to be visible for the purpose of looking at routes and getting route related information (in the future it will support pseudo multiple routes). The problem is that if I close MapPoint from the MapPoint window rather than from my application's "Hide MapPoint" button, the application will crash. I have tried reinstantiating the MapPoint.ApplicationClass class when a MapPoint._ApplicationEvents_QuitEventHandler event occurs. I even set all MapPoint related identifiers to null. This does not work as expected. The application will still crash. Has anyone ever tried to do this? How do you get it done?