The MapText Label Manager supplied with Geomedia 2013 will not open if FME 2013 is installed on the same machine.
Page 1 / 1
This is a known issue for which MapText has released updated dll's. The problem will be fixed in a future release of Geomedia as well.
Please see the following information on how to obtain and register the updated dll's to apply an immediate solution.
These steps will require the Regasm.exe utility and the updated MapText dll's which you can download from the following links:
Regasm.exe:
Please see the following for information on this utility:
http://msdn.microsoft.com/en-us/library/tzat5yw6.aspx
If it does not already exist on your system you can download the Microsoft Windows SDK from the following:
http://www.microsoft.com/en-ca/download/details.aspx?id=8279
Updated dll's:
ftp://fw.maptext.com/pub/Intergraph/GeoMedia2013Patch/
Once you have the dll's and the Regasm.exe utility please follow the steps outlined below:
1. Go to c:\\program files\\Common Files\\Intergraph\\GeoMedia\\Program\\
2. Back up the two existing dll's:
- MapText.LabelingSetupGui.dll
- GeoLabelSupport.dll
3. Copy the patched dll's provided from MapText to:
c:\\program files\\CommonFiles\\Intergraph\\GeoMedia\\Program\\
4. Using utility Regasm.exe:
First unregister the dll's using the following command in the command prompt window. (Make sure you are in the same directory as your Regasm.exe utility. Alternatively you can run from any directory supplying the full path to the Regasm.exe utility):
regasm.exe /u /nologo /codebase <path to MapText.LabelingSetupGui.dll>
Now register the new dll's using the following command:
regasm.exe /nologo /codebase <path to MapText.LabelingSetupGui.dll>
Open GeoMedia 2013 and FME 2013 and the MapText Label Manager should now be fixed.