Hi All, I am developing an application where a vehicle's route will be tracked by Microsoft MapPoint. Recently, it gives me an error message box - "Server Busy" and it has 2 option buttons "Switch to" and "Retry". I have searched in Google and they say that it occurs when - the COM object(here MSMapControl) is not responding within a time period. They all suggest to set "app.OleRequestPendingTimeout" to a higher value. But this is in Visual Basic and this object is not supported in C#. Can anyone tell me how can i do this in C# ? Thanks
Chayan