Allen Drake wrote:
> I just had time to look at CBS.log and it is long and hard to
> understand what it all means. I will have to go over it again later
> tonight to see if I can make anything out of it.
>
> The event viewer problem references a registry key.
>
> CLSID: FX:{b00566ad-fe9c-4363-be05-7a4cbb7cb510}
>
> Whatever that means.
You can do a search in regedit for that. That's a GUID,
a random number used to reference something. They use so
many digits to prevent "collisions" if the numbers are
generated purely randomly. The number is so big, the idea
is, no central registry is needed to handle them. Everyone
just makes a number when they need one.
Search on the b00566ad-fe9c-4363-be05-7a4cbb7cb510 and see
what shows up in regedit.
By sheer good look, CLSID is defined in the GUID article here.
http://en.wikipedia.org/wiki/Globally_unique_identifier
"CLSID – class identifier; (Stored in the
registry at HKEY_CLASSES_ROOT\CLSID)"
If the event viewer shows an error number, and you also have
a CLSID, that would be all Sherlock Holmes would need to
catch Moriarty.
Paul