GMS:Enabling ArcObjects: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOINDEX__ | |||
{{GIS links}} | {{GIS links}} | ||
{{GMS Deprecated Feature}} | |||
ArcObjects® is a development platform provided by ESRI that allows developers of other applications (such as GMS) to incorporate ArcView/ArcGIS® capability directly within their application. GMS can use ArcObjects® to access some of the same functionality in GMS that is available in ArcGIS®, providing GMS is running on a computer that has a current license of ArcGIS®. | ArcObjects® is a development platform provided by ESRI that allows developers of other applications (such as GMS) to incorporate ArcView/ArcGIS® capability directly within their application. GMS can use ArcObjects® to access some of the same functionality in GMS that is available in ArcGIS®, providing GMS is running on a computer that has a current license of ArcGIS®. | ||
Line 10: | Line 12: | ||
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. Select "Start | Run" | ||
2. Type in 'regsvr32 "<directory where GMS 7.0 was installed>\EMRL_LicCheckMod.dll" | :2. Type in 'regsvr32 "<directory where GMS 7.0 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 | 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 GMS 7.0 | ||
==Related Topics== | |||
* [[ArcObjects]] | |||
Line 24: | Line 29: | ||
[[Category:Licenses|E]] | [[Category:Licenses|E]] | ||
[[Category:External Links]] | [[Category:External Links]] | ||
[[Category:Archived]] |