View Single Post

  #1 (permalink)  
Old 08-23-2007
ttallskog ttallskog is offline
Junior Member
White Belt
 
Join Date: Aug 2007
Posts: 2
Question VS2008 b2 + Mappoint 2006

Anyone know if mappoint 2006 workes with vs2008 b2? I have tried to install the ocx control and when draging it onto the center of the form it relocates its self to the upper left corner. Thought this might be normal so i tried to creata a map of europe but this gives a exception with no information.

MapControl(ocx) is called "mapCtl"

code:
--------
Map m;
try{
m = mapCtl.NewMap(MapPoint.GeoMapRegion.geoMapEurope);
}
catch(Exception ex){
}


Any idears?
Reply With Quote