View Single Post

  #9 (permalink)  
Old 12-24-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: Automating Access and Mappoint

Hi,

I will try. Ok, so the first time it works ok, second time it dont. So this let met concluding that all there is needed to load is ok, because otherwise it should not load without errors the first time.

So maybe something is wrong when the form is destroyed. Can you do the following test:

- Open task manager and search for mappoint.exe it should not be there. if it is then kill it.
- Start your application, still no mappoint.exe should be there.
- Create your form where the control i sitting on. Now you should have 1 inctance of mappoint.exe in memory.
- Destroy the form and check again. There should be no instances left of mappoint.exe

If there is now still an instance of mappoint.exe then there is something wrong when the form is destroyed. But that we see eventually in next step.
Reply With Quote