MapPoint lags with C# -



MapPoint lags with C# -

i have included mappoint command object c# form. 1 time seek close programme mappoint seems free bit , causes lag.

i tried setting _mpmap.saved = true; no luck

mappoint can pause during startup , shutdown due cache issues, garbage collection, etc.

make sure of mappoint references clean. you've finished object, clear reference. measure run garbage collection @ suitable point if possible (eg. after object intensive batch job).

are working mappoint application or control? question ambiguous in regard. either way, should consider using statement.

c# mappoint

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -