timeless wrote:
> On Aug 3, 7:38 am, [EMAIL PROTECTED] wrote:
>> Type error: Components.classes[cid] has no properties!
>
> this usually means that cid isn't found.
>
> you can try: (cid in Components.classes), it will probably evaluate to
> false. there is component manager logging
> (NSPR_LOG_MODULES=nsComponentManager:5) if you're using a debug build,
> which could help.
>
and a common reason it isn't found is that it did not load. Either it
wasn't where it should be or it failed on initialize. You can implement
a dummy service in Javascript that just logs a message. If that loads
then you know you have the right location and everything else is ok.
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom