| 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 ? |