Hi,
I need help getting MapPoint.Application to function in French WinNT SP5. On ALL other operating systems, the following works fine:
Dim oMapP as MapPoint.Application
set oMap = new MapPoint.application
but on french WinNT SP5 I get error:
ActiveX component can't create object.
on all other machines the registry contains:
HKEY_CLASSES_ROOT\MapPoint.Application.EU.8
These are missing on the french machine.
How do I install and register the missing dll's?
Thanks