Hi,
Quote:
|
Is there any timeout for MapPoint?
|
There is some 10 second timeout wich can cause the 'server busy' problem that some people have, but you talk about 1 minute and 30 seconds, so it should be something else
Quote:
|
Am not too sure how to use the same in "message pump in your loop."
|
In .NET you enter the message pump by calling:
Code:
Application.DoEvents();
Quote:
|
System.Runtime.InteropServices.Marshal.ReleaseComO bject to release the objects, Does this cause any problems??
|
I dont think so but I never used this.