Montag, Juli 17, 2006

repairing COM+

From Repairing a damaged COM+ catalog:

To repair a damaged COM+ catalog, do the following:

  1. Locate the file %WinDir%\System32\Clbcatq.dll and rename it to ~Clbcatq.dll (note the tilde). %Windir% is an environment variable that usually translates to C:\Windows.
  2. Reboot the computer in Safe Mode.
  3. Open the Registry and delete the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3.
  4. Look in the %WinDir% directory for a subdirectory named Registration. Delete Registration entirely, including any files inside it.
  5. Reboot the machine normally.
  6. At a command line, type regsvr32 %windir%\system32\ole32.dll, and click OK on the acknowledgement that comes up.
  7. Open Control Panel | Add/Remove Programs | Add/Remove Windows Components.
  8. Click Next to reinstall COM+. You do not need to select any components to add or remove; COM+ is reinstalled automatically as a matter of course.

You shouldn't have to reboot after this; the re-registered COM+ services should work immediately.

How do I clean up a damaged COM+ catalog in Windows 2000 ist älter und ähnlich (erwähnt nix von Safe Mode, was für XP und dessen File Protection sinnvoll klingt)

Keine Kommentare: