I'm writing a program where a history of tractors can be plotted on the map.
Everything goes fine, except for one error i keep having.
When adding pushpin, sometimes I get the error :"Run-time error '-2147467259(80004005)':
Method 'AddPushpin' of object '_Map' failed"
I must say, when plotting the history, sometimes more then 1000 pushpins have to be added, but this should not be a problem for mappoint i think, or am i wrong?
What i basicly do is:
-get the positions into a collection of "position" object
(position --> lat, lon, date, name...)
-loop through the collection, and add each position to the Pushpinset
can somebody help me??
thx in advance