Each time CC is run, this Event Viewer error is generated. What item should be UNchecked to avoid it?
"The description for Event ID 10000 from source DCOM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Event 1000 can be triggered by many things, it is a notification rather than a warning.
Yours is simply saying that ‘something’ is expecting a ‘message’ to be passed to it by ‘something else’, but that no such message can be found - because the ‘something else’ doesn’t appear to be there to create any message.
That could happen simply because whoever wrote the application forgot to include a check to see if the ‘something else’ is there or not, in which case the application will always look for the message, even when you don’t have the ‘something else’ so there cannot be a message.
(or the ‘something else’ could be something on another computer out in the internet, one that you can’t access for some reason).
So such events are often caused by minor programming mistakes, and can just be ignored as long as things are running OK.
All true and understood. But it would be enlightening to discover the specific ‘cleaning’ item that is causing the error. A cursory look at what’s checked doesn’t reveal the culprit. Thanks