Interface not registered

Symptoms:

Attempts to open the ePublisher Style Designer result in a crash log similar to the following:

Issue:

Windows system DLLs must be re-registered.

Solution:

Re-register all 32-bit DLLs on 64-bit Windows:

  1. Click 'Start' and search for 'cmd'.
  2. Right click on 'cmd.exe' and select 'Run As Administrator'.
  3. Change to the Windows system directory with:
    • cd %Windir%\SysWoW64\
  4. Re-register all DLLs with:
    • for %v in ( *.dll ) do regsvr32 /s %v
  5. Reboot (if necessary).

BenAllums/@Solutions/ePublisher/Windows/Interface not registered (last edited 2015-02-24 20:40:28 by BenAllums)