Hi @ all,
MapPoint 2006 needs more then 5 minutes to open the Application.
When I use the MapPointControl in Access 2003 an Error occurs:
RuntimeError: -21446959355 (80080005)
Can somebody help me?
John
This is a discussion on MapPoint 2006 TimeOut within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi @ all, MapPoint 2006 needs more then 5 minutes to open the Application. When I use the MapPointControl in ...
Hi @ all,
MapPoint 2006 needs more then 5 minutes to open the Application.
When I use the MapPointControl in Access 2003 an Error occurs:
RuntimeError: -21446959355 (80080005)
Can somebody help me?
John
Oddly this error number does not come up in Google --
21446959355 - Google Search
Are you sure you copied it correctly?
Is your application trying to do anything else besides just instantiate MapPoint?
Sorry to ask, I assume MapPoint is installed on the machine where you are trying to open it?
I don't have much to go on here, please elaborate. What is the operating system and hardware (486?), have you tried on other machines, etc.
Eric
~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
~~
~ Upgrade to Get Access to the MapForums Downloads ~
Hi Eric,
I made realy a mistake:
-2146959355 "Momentan können Sie nicht auf die Netzwerkdaten zugreifen"
NoIs your application trying to do anything else besides just instantiate MapPoint?
Yes, no Server installation.MapPoint is installed on the machine where you are trying to open it
Tommorow I can test it on other PC.
PC Config:
3300 Sempron
1 GB Ram
Windows XP SP2
Office 2003 SP1
VB 6
Apache + PHP + MySql
John
Last edited by LongJohn; 10-18-2006 at 02:07 PM.
I found this one:
-2146959355 ( UND H80080005) Server-Ausführung fehlgeschlagen
(Server execution failed)
But I have no Server?!?
I'm no expert on this, but I think in Windows or COM terminology, the MapPoint OCX is considered a "server" (anyone please chime in).
There are some various Access examples on MP2Kmag you might try, rather than the MapPoint control, you can try to instantiate it another way?
Tracking P.F. Chang’s in the Midwest
Using MapPoint from Word, Access and Excel
also --
Home Locator Sample Application
Hope some of these examples help you.
Let us know.
Thanks,
Eric
~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
~~
~ Upgrade to Get Access to the MapForums Downloads ~
Thank you, Eric.
I read the articles on MP2Kmag many times, but I have found nothing.
I create a serperate Database to test MapPoint 2006 with a simple code.
Wenn I start this Formular at first the map will be displayed very quick. But when I close it and start it again, I get the ErrorMessage above and Access crashed without any Comment.Code:Option Compare Database Option Explicit Dim objMap As MapPoint.Map Private Sub Form_Load() Set objMap = MPC.NewMap(geoMapEurope) End Sub Private Sub Form_Close() Set objMap = MPC.ActiveMap objMap.Saved = True End Sub
I have to restart my PC and then it works. But only onetime(once upon a time).
There is something different in the VBA FAQ:
If i use the MapPointControl, I have to use:
But this create only Error'sCode:Dim objMapCtl As MappointControl.Map
I'm very happy about every Solutions
John
All of the three articles I linked to have Access database downloads in zip format. Can you get those mdb examples to work?
You might take one of them for instance Chris Gebhardt's sample and use it as a starting point for your own project.
If you cannot get those example mdb's to work then it may be a problem with your machine. Have you tried to reinstall MapPoint?
Eric
~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
~~
~ Upgrade to Get Access to the MapForums Downloads ~
Hi John,
Possible your application has an exception error and Mappoint is not properly closed. Please check in task manager if mappoint.exe is still running. It should not.
This of course does not solve your problem, but gives maybe a hint in the right direction I hope.
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
@Eric
I tried the Home Locator, but the result is the same. First it open the Map, closed it quick(I have European Version), and if I start the Formual again, Access crashed.
@Wilfried
There is no Mappoint.exe in Task Manager.
I don't believe that the Problem belongs to my Maschine. MapPoint 2006 is buggy.
John
There are currently 1 users browsing this thread. (0 members and 1 guests)