Hello,
I was having a problem with mappoint, and at the following link I encountered someone else having the same problem as I was. http://www.mapforums.com/sitemap/t-2318.html
The post:
actually the error is generated by the timeout expiring but not releasing the control thread back your app in a timely manner..
this can be resolved with any COM based object in VB by adding the line
App.OleRequestPendingTimeout = TimeInMiliseconds
to the length needed for the query....
Solved my problem, except that I cannot find the C# equivalent for App.OleRequestPendingTimeout = TimeInMiliseconds. What would this be? Also, what is the default and what do you recommend I set it to?
Thank you.
Loading
Marco de BoerPosted Jan 25, 2011, 5:06 PM
The solution mentioned here is to use a Timer.
http://www.mapforums.com/sitemap/t-2318.html
patrickPosted Jan 28, 2011, 6:39 AM
Case "SelectionChange"
Case "MouseUp"
Case "ProcThatMustBeRunFromThisFormModuleButYouWantToCal lfromOutside"
patrickPosted Jan 25, 2011, 4:14 PM
The real issue is if the map takes longer than a few seconds to find an address, the "Server busy" window appears and locks up the whole system.
patrickPosted Jan 25, 2011, 4:10 PM
Suthish NairPosted Jan 25, 2011, 4:03 PM
try using namespace System.Windows.Application
patrickPosted Jan 25, 2011, 3:57 PM
Suthish NairPosted Jan 25, 2011, 3:20 PM