createobject("mappoint.application)

VFP (9.0) I am experimenting with mappoint for a stevedoring company.

I am having problems with the Createobject("mappoint.application")

When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.”

When I search the registry for MAPPOINT.APPLICATION I find nothing

In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the way I see it for VFP, or EXCEL

Mappoint.AddressActions
Mappoint.AddressActions.9
Mappoint.Control
Mappoint.Control.11
Mappoint.GeoHeadingActions
Mappoint.GeoHeadingActions.9
Mappoint.GeoHeadingRecognizer
Mappoint.GeoHeadingRecognizer.9
Mappoint.Map.NA.10
Mappoint.Mappoint.Utilities
Mappoint.Mappoint.Utilities.9
Mappoint.OfficeAddin
Mappoint.OfficeAddin.9
Mappoint.Template.10

I installed the full install for mappoint 2004

How do I set the registry to recogonize mappoint.application

Thanks Jerry

[2356 byte] By [GeraldFoote] at [2008-1-10]
# 1

http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=279

says:

CreateObject("MapPoint.Application.NA.11")

Dave M.

DaveM. at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 2

I still get
Class definition MAPPOINT.APPLICATION.NA.11 is not found.

when I execute CreateObject("MapPoint.Application.NA.11")

Jerry F

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 3

What about

CreateObject("MapPoint.Application.NA") ?

http://www.mp2kmag.com/mappoint/discussion/viewtopic.asp?t=7873

Dave M.

DaveM. at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 5

Dave

I get a syntax error when I execute the line with th ?

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 6

the Question mark was punctuation... not code.

Dave M.

DaveM. at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 7

When I install and try to run the vb sample

I get the error message that mappoint north america is not installed

I can run mappoint , it is installed you can see the registry entries

I'm going nuts, how do I get this thing registered

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 8

ok heck at this point I try anything.

still get the error not found

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 9

Are u running the north America version? or European ?

Dave M.

DaveM. at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 10

north american

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 11

I have not been succcessful in findind a way to register 'mappoint.application' after 5 reinstalls of mapoint. I'v turned off all spywhare, virus proctection, shut down all other software and installed. Check and unchecked the option to include support for automation.

Ive called microsoft and am awaiting a callback.

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 12
Try a diffrent computer..
Dave
DaveM. at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 13

It worked on a windows 2000 sever, but not on a windows xp professional, I have open a case with microsoft and awaiting a reply

Jerry

GeraldFoote at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 14
Did you ever find a resoultion to this problem?
JED03110 at 2007-10-3 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...