Tagged Questions

3
votes
2answers
237 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 ...
2
votes
1answer
621 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
724 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
368 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
57 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
220 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
115 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 ...