Click or drag to resize

Registering GeoBase for COM

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overview

GeoBase is fully COM ready, so you can access GeoBase functionality from VB6 applications or any other COM capable environment. To access GeoBase as a COM component it needs to be registered.

Important note Important

COM support has been removed from the GeoBase MSI. Customers who would like to continue accessing GeoBase as a COM component should contact Verizon Connect GeoBase support at gbsupport@verizonconnect.com. A member of the GeoBase Support Team will be glad to assist you.

Registering GeoBase for COM

To register GeoBase for COM you need to:

  1. Open a new Visual Studio Command Prompt. This will be on the Tools sub-menu of the Visual Studio start menu entry.
  2. Change to the GeoBase COM Support folder, eg:

    cd "\Program Files\Telogis\GeoBase\COM Support"

  3. Run the regasm tool to register the COM layer:

    regasm geobase.com.dll /codebase /tlb

The GeoBase assembly is now registered for COM access.

Unregistering GeoBase from COM

To unregister from COM, return to the COM Support folder with a Visual Studio Command Prompt and run:

regasm geobase.com.dll /unregister