Tagged Questions

Microsoft MapPoint is both a technology ("MapPoint Web Service," previously known as MapPoint .NET) and a specific software program created by Microsoft that allows users to view, edit and integrate maps.

learn more… | top users | synonyms

8
votes
2answers
296 views

Have a problem importing to MapPoint through a C# DLL

We're trying to import a file from a C# dll into MapPoint, and can get it to read the data just fine, but we are having trouble with MapPoint not recognizing all of the addresses. Currently, our file ...
6
votes
2answers
193 views

Multi-threading access to MapPoint?

Good afternoon, As I said earlier in another post, I have to calculate some 8,000,000 shortest- time/path distances between some points in the map, the coordinates of which are know. The problem is ...
6
votes
3answers
1k views

Custom-drawing MapPoint maps in C#?

My application requires an on-drive map as there will be no internet access during operation. I've kind of settled on using MapPoint 2009, but the map 'style' really clashes with my overall UI look ...
5
votes
1answer
185 views

Good MapPoint Add-ins resources

I am trying to develop an add-ins for MapPoint (with forms, and other feature) and I am trying to get some informations on how to do this. So far I don't have much info. Does anyone know a good site ...
5
votes
2answers
176 views

Mappoint Routing Solution

I'm working on updating an in-house routing solution that has been working well for some time. However a change in requirements is causing some problems. While googling, I came across a Microsoft ...
3
votes
1answer
288 views

MapPoint Control - Adding territories

Anyone know if it is possible to add territory to map using map point control in C# application? (Something like in normal MapPoint 2010 application) If so, how I can use it?
3
votes
1answer
71 views

How to best utilize the new Type Equivalance features to host the MapPoint Control in a WPF Application

How to best utilize the new Type Equivalance features to host the MapPoint Control in a WPF Application. This is related to my other question about what is entailed as far as maintaining interop ...
3
votes
2answers
234 views

How to List All Locations in MapPoint 2009 within a PlaceCategory using .NET (C# or VB.NET)?

I have MapPoint 2009 installed and added a reference to the "Microsoft MapPoint 16.0 Object Library (North America)" COM component to my C# project. If I do the following, I can get a list of all the ...
3
votes
1answer
76 views

Can JPG's be imported into MapPoint?

Can anyone tell me if it is possible to import .jpg files into MS Mappoint Europe 2006 ? If it is possible can this be done by an OCX control ? I would like to import some aerial photography of an ...
3
votes
2answers
934 views

How do I assign a custom icon to a Pushpin in Mappoint?

I'm writing a MFC app that uses the MS Mappoint OCX. I need to display the locations of people and vehicles on the map and the best of doing this appears to be with Pushpin objects. I have no problem ...
3
votes
2answers
839 views

MapPoint 2009 Load Performance

I'm having some problems integrating MS MapPoint 2009 into my WinForms .Net 2.0 application in C#. I've added the ActiveX MapPoint control onto a form and have no problems getting it to display a ...
2
votes
1answer
153 views

Can we integrate Microsoft MapPoint services for iOS map navigation application?

I have read up about Microsoft MapPoint 2011 here, http://msdn.microsoft.com/en-us/library/cc983790.aspx. It provides Map Navigation support using GPS system. Can we integrate this functionality in ...
2
votes
1answer
598 views

Error when launching MapPoint 2006/2011 from C# .NET application on Windows Server 2008

I am running into an issue when attempting to use MapPoint libraries within our C# .NET application from a published app on a Windows Server 2008 machine. When instantiating the MapPoint.MapClass, I ...
2
votes
2answers
317 views

Unexplained Type Mismatch error at about every 10,000 iterations in Excel VBA

I have a VBA macro that uses Microsoft MapPoint to calculate the distance between two locations for each record in my spreadsheet. I have about 120,000 records to process. The program runs smoothly ...
2
votes
1answer
186 views

MapPoint Control - Calculating Optimized Route

I wonder if there is a possibility to display window that the way is calculating (exactly the same one that is display in MapPoint 2010 application), with possibility of cancel this calculation (as ...
2
votes
1answer
539 views

Why is MapPoint.Route.Calculate() much slower than calculating in the app itself?

i just tried multiple routing via code with the mappoint api. It works all fine, but a few routes takes extrem long to calculate (18.5 sec). If i calculate the same route via MapPoint itself it only ...
2
votes
2answers
500 views

Using MapPoint Control with WPF Application

I try to use MapPoint Control with WPF Application. I added MapPoint to references of my project, then I tried to add Microsoft MapPoint Control 17.0 to a toolbox and nothing was happened (nothing ...
2
votes
1answer
106 views

Is there a way to pause a ActiveX Control (MapPoint) or run DoDragDrop async?

I currently working on a application with a MapPoint-Control, which gives me a hard time. After starting a DoDragDrop from the thread, which mappoint also uses, i always get after a few secondes a ...
2
votes
2answers
426 views

MapPoint/MapSource API for Calculating Distances

Good afternoon, I need to calculate the pairwise distance between some 4000 points, the coordinates of which in WGS84 are known. Calculating the straight-line distances wasn't too hard, since I found ...
2
votes
2answers
121 views

Virtual Earth adding pushpins by address - events firing out of order

I’ve been working on a mapping project to display service orders for a utility company but I’m having some issues getting the numbering on my pins and the info boxes. The following is a small segment ...
2
votes
2answers
699 views

Embedding Mappoint 2010 Control in C# WinForm Creates Registry Error In Win7 (64-bit)

I have a WinForms application with an embedded MapPoint control that I've been maintaining for about 5 years now. The application originally used MapPoint 2004, then 2006, and now we're upgrading to ...
2
votes
2answers
244 views

SQL Server & Mappoint/Spatial Table/Long&Lat

I am trying to map some data out of MS SQL Server 2008 (express) and Mappoint with the Mappoint addin for Sql server. The only issue i have is this spatial table stuff. I think i understand what a ...
2
votes
1answer
185 views

MapPoint Web Service Zoom Level

I am modifying an application that someone else wrote for MapPoint Web Service. Its a pretty old application and I think its using version 3.5 of MapPoint Web Service. I would like to know how to set ...
1
vote
1answer
36 views

Can I use MapPoint in my winforms c# Application

Can I use MapPoint in my c# Winform Application. I mean I couldn't find good resources on the internet, Microsoft did put some info for developers but I am confused about how I can integrate it in my ...
1
vote
1answer
47 views

Can't run method asynchronously in C#

I have the following code: public partial class Main : Form { private delegate void LoadMapPointRegion(); private LoadMapPointRegion lmprd; private MapPoint.Application mpApp; private MapPoint.Map ...
1
vote
2answers
67 views

MapPoint 2011 COM Scalable?

I've been tasked with writing a web service that can be called from one of our two plant locations that will allow our shipping department to get the most efficient route for a set of deliveries. ...
1
vote
1answer
85 views

how to correctly link against MapPoint DLL?

I have a C# application referencing the "Microsoft MapPoint 18.0 Object Library (North America)" ActiveX control library - I added this under "References" in my project. The application builds, and I ...
1
vote
2answers
96 views

MapPoint.exe process stays after closing application while using it with C#

I have simple code that basically opens mappoint and imports addresses into it then calculates route. Works perfectly except MapPoint.exe process stays in system even after closing Mappoint. Didnt ...
1
vote
1answer
113 views

MapPoint not shutting down properly?

I'm trying to use MapPoint's COM API from VB6, running it in application mode, but when I close things down, MapPoint still hangs around! How do I get it to stop cleanly? Yes I've tried calling the ...
1
vote
1answer
119 views

Mapping Application for Middle East

We have a desktop application that has been using MapPoint for displaying data on a European map. We now want to support Middle East maps, but MapPoint only support North America and Europe. Is there ...
1
vote
1answer
353 views

upgrading .NET application from MapPoint 2004 to 2009

I am in the process of upgrading a Visual Studio 2005 .NET (C#) application from it's integration with MapPoint 2004 to supporting MapPoint 2009. After a bit of searching and fiddling, I've generated ...
1
vote
2answers
147 views

Microsoft XP Windows - Mapping application to match access data - “Mappoint”

Does anyone know where I can find a good mapping tool to use in connection with Access data? Similiar to Mappoint but not even as detailed/in-depth. Anything that would work with Access or Excel would ...
1
vote
2answers
582 views

Mappoint 2009 Europe MapPointControl.ocx

I have an old legacy VB6 app that I support, which uses the MapPointControl.ocx. Customers are saying it doesnt work with Mappoint 2009. Having Googled, it would appear the European addition of ...
1
vote
2answers
518 views

VC++ and MapPoint OCX problem

I am writing a VC++ MFC dialog based app which requires Microsoft MapPoint embedding in it. To do this I'm using MS VC++ .NET 2003 and MapPoint Europe 2006 to do this but am having problems as when I ...
0
votes
2answers
51 views

How can COM control be extended in .NET (C#)?

I am using MapPoint COM in small tool for work. It takes addresses from text file and imports as stops to MapPoint. As far as I know there are not many features or methods I can work with to get more ...
0
votes
2answers
67 views

How can I extract a file stored as a BLOB in a FoxPro table?

I have some Foxpro tables, one of which includes a Blob field. I know the data type stored within the Blob (a MapPoint file), but I don't how to extract it, because I don't have FoxPro (not can I ...
0
votes
1answer
48 views

Remove the nasty 3D Border from an ActiveX Control within a C# WPF Application

I am using the Microsoft MapPoint 2011 ActiveX Control in a Windows Forms Host within a WPF Application and try to remove the nasty 3D Border. I already tried to set the following Properties without ...
0
votes
0answers
46 views

Create a view in Mappoint with SQL addin

I just downloaded the SQL add in for MS Mappoint, and I'm trying to create a view. I have a bunch of locations stored as LocID (Ident/Key), Name, Address, City, State, Zip, Zip3, Country, Longitude, ...
0
votes
1answer
99 views

Is there any map software that has api that can be called from c#?

Is there any map software that has api that can be called from c#? I have coded a delivery application, and I need to query Addresses and show a map with the location and route. I also need it to be ...
0
votes
1answer
75 views

MapPoint lags with C#

I have included MapPoint control object into my C# form. Once I try to close the program mappoint seems to free for a bit and causes lag. I tried setting _mpMap.Saved = true; but no luck
0
votes
1answer
190 views

MapPoint 2011 FindAddress dialog in .NET

I am adding a list of addresses into Mappoint using C#. foreach (Stop stop in _stops) _route.Waypoints.Add(_mpMap.FindAddressResults(stop.Street, stop.City, "", "Oregon", ...
0
votes
0answers
106 views

MapPoint Control Object access denied in C#

I am trying to interact with few MapPoint objects and properties. Some work fine, for some I get access denied exception. System.UnauthorizedAccessException was unhandled Message=Access is ...
0
votes
2answers
97 views

MapPoint 2010-Distance between a common object such as a river and assigned pushpins

Is there a way to find the distance from a common area like a river or state border and push pins I have set up? I am trying to narrow all the pushpins within 1/4 of a mile of a border, but drawing ...
0
votes
1answer
662 views

How to add a Marker to ArcGIS map (Silverlight)

I am teaching my self arcGIS maps via the Silverlight API for work, and i was trying to do a simple, place marker symbol at XY example, but darn it if I can't get it to work! I am using the following ...
0
votes
1answer
78 views

Silverlight - Accessing Microsoft MapPoint Web Service

I need to access the Microsoft MapPoint Web Service (not the Bing Maps Web Service) from a Silverlight application. When I attempt to access the web service, it prompts me for my username / password. ...