ArcObjects: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 4: Line 4:
If the DLL "EMRL_LicCheckMod.dll" fails to register automatically, selecting the '''Enable ArcObjects''' command will bring up the error "Error initializing EMRL_LicCheckMod.dll".  Please contact Technical Support".  To fix this, register the DLL manually by following the steps below.
If the DLL "EMRL_LicCheckMod.dll" fails to register automatically, selecting the '''Enable ArcObjects''' command will bring up the error "Error initializing EMRL_LicCheckMod.dll".  Please contact Technical Support".  To fix this, register the DLL manually by following the steps below.


*1. Select "Start | Run"
*1. Bring up a command prompt window.
*2. Type in 'regsvr32 "<directory where GMS 7.0 was installed>\EMRL_LicCheckMod.dll"
*2. Type in 'regsvr32 "<directory where XMS was installed>\EMRL_LicCheckMod.dll"


       The default location for GMS 7.0 is "C:\Program Files\GMS 7.0".  If the program was installed in the default location, for  
       For example, the default location for GMS 7.0 is "C:\Program Files\GMS 7.0".  If the program was installed in the default location, for  
       example, this line in the Run window will be: regsvr32 "C:\Program Files\GMS 7.0\EMRL_LicCheckMod.dll"
       example, this line in the Run window will be: regsvr32 "C:\Program Files\GMS 7.0\EMRL_LicCheckMod.dll"


*3. Select '''OK'''
*3. Select '''OK'''
*4. Restart GMS 7.0
*4. Restart XMS


==Related Topics==
==Related Topics==

Revision as of 16:49, 28 April 2015

ArcObjects® is a development platform provided by ESRI® that allows developers of other applications to incorporate ArcView/ArcGIS® capability directly within their application. ArcObjects® is used to incorporate ArcView® functionalities into XMS software. This allows users to use ArcView® functionality within XMS software. In order to use ArcView® functionality, a current license of ArcView® must be installed. Without a license, much of the same functionality is available, the primary differences being that only the shapefile format is supported, and many of the selection and display capabilities are minimal.

Error Enabling ArcObjects

If the DLL "EMRL_LicCheckMod.dll" fails to register automatically, selecting the Enable ArcObjects command will bring up the error "Error initializing EMRL_LicCheckMod.dll". Please contact Technical Support". To fix this, register the DLL manually by following the steps below.

  • 1. Bring up a command prompt window.
  • 2. Type in 'regsvr32 "<directory where XMS was installed>\EMRL_LicCheckMod.dll"
     For example, the default location for GMS 7.0 is "C:\Program Files\GMS 7.0".  If the program was installed in the default location, for 
     example, this line in the Run window will be: regsvr32 "C:\Program Files\GMS 7.0\EMRL_LicCheckMod.dll"
  • 3. Select OK
  • 4. Restart XMS

Related Topics