Community of VE/MapPoint Users and Developers
This is a discussion on Creating a setup project in VB.net to distribute Mappoint within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have created a project in vb.net which uses mappoint 2004. I am now at the stage where I would ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Creating a setup project in VB.net to distribute Mappoint Can anyone tell me how I go about doing this. Ideally I want the setup project to automatically install the components needed for mappoint 2004, after first checking if mp2004 already exists. Many thanks |
| |||
|
I can't believe that after one year nobody has answered this poor blokes post. I empthasise with the man because I too have stumbled across this awful problem. I have created a Windows setup project and have included the primary output from my C# windows project. This project uses both the MapPointControl and the MapPoint Library DLLs. Since you can't include the two references directly because the MapPoint Control installs its own version of the MapPoint type library (which unfornunately does not contain all the functionality from the 'normal' MapPoint library)..read this http://support.microsoft.com/kb/302898/EN-US/ Anyways...when you add the primary output I have the following assemblies placed into the setup project... 1. AxInterop.MapPoint.dll (control) 2. Interop.MapPoint.dll (the controls own version of the mappoint library) 3. MapPointApp.dll (the renamed original MapPoint library) 4. MPEU82.tlb (type library) 1, 2 and 3 are marked as vsdraDoNotRegister. 4 (the type lib) is marked as vsdrfCOM. I have installed the project on a client machine which has a full legal copy of MapPoint installed. The installation is fine, however when you attempt to run the program it throws an exception (an exception I cant handle). Anybody else had similar problems...or is this post doomed to go stagnate one year on! |
| |||
|
Hi, Quote:
Thanks for your feedback. I hope someone jumps in to get the answer I'm interested in it too.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
You cannot distribute the MapPoint dlls and expect your application to run correctly. Your customers will need MapPoint installed already in order for your application to work. The only Dll's you may want to consider bundling with your application is the Interop.MapPoint.dll file. |
![]() |
| Tags |
| creating, distribute, mappoint, project, setup, vbnet |
| ||||
| Posted By | For | Type | Date | |
| hillepeter's bookmarks on del.icio.us | This thread | Refback | 04-11-2008 05:55 AM | |
| Home Loan Manufactured Refinance - agreement manufactured, home closing manufactured | This thread | Refback | 09-06-2007 06:12 PM | |
| Web Link | This thread | Refback | 09-05-2007 08:50 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ask for Setup Disc again | XRoK | MapPoint 2006/2009 Discussion | 5 | 09-02-2005 05:38 PM |
| language setup | Anonymous | MapPoint 2006/2009 Discussion | 2 | 09-05-2004 03:37 PM |
| MapPoint and VB.NET Integration Project seeks Talented ppl | mjlawless | MapPoint 2006/2009 Discussion | 1 | 11-10-2003 02:37 PM |
| Project VFP7/VFP 8 Mappoint 2002 integration | dirk | MapPoint 2006/2009 Discussion | 0 | 01-23-2003 07:36 AM |
| Can I freely distribute applications with the mapp.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-21-2001 08:44 AM |