hi,
your post is useful,
if someone use Windows XP Service Pack 2, the problem most likely lies with the DCOM Server Process Launcher. To resolve this, follow these steps:
a) Click the 'Start' button, and select 'Run' from the menu. In the 'Run' dialog that pops up, type:
sc config dcomlaunch start= auto
(Note that there is a space before 'auto', and no space betwee the 'start' and '=')
and click 'Ok'. Then type:
sc start dcomlaunch
and click 'Ok'.
good luck. |