|
Sorry for English. Difficult to translate this.
I had the same problem yesterday.
Somehow, a registry key was corrupted. I fixed it so:
Make sure you have these registry keys (for English Windows XP SP2)
----------------------------------
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}]
@="Mercury LicenseManager Class"
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}\InprocServer32]
@="lic_mng.dll"
"ThreadingModel"="Apartment"
"RefCount"=dword:00000004
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}\ProgID]
@="Mercury.MercLicenseManager.1"
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}\Programmable]
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}\TypeLib]
@="{340A0251-748D-11D2-823A-0080C838CEB0}"
[HKEY_CLASSES_ROOT\CLSID\{E6F78C85-18E7-4d4f-80C3-4E1E9BCAB417}\VersionIndependentProgID]
@="Mercury.MercLicenseManager"
-----------------------------------
In my system, the InProcServer32 key had disappeared and Winrunner could not find the "lic_mng.dll" (License Manager).
Good luck. |
|