View Single Post

  #2 (permalink)  
Old 05-14-2007
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: How to close MapPoint applications correctly?

Hi Dietmar,

Runtime error 216 is the same as a General Protection Fault. A GPF is most often caused by writing to something that doesn't belong to you (like a memory or variable overwrite). It can also be a stack error, meaning you write over the bounds of variables placed on the stack.

What if you open your application and close it ? I mean nothing more that a new application that open a map and do nothing ? Do you still have the error ?
Reply With Quote