Tagged Questions
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
194 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
2answers
177 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
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
599 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
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
541 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
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
427 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
700 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 ...
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
69 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
97 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
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 ...
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
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
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
76 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
192 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 ...