[EMAIL PROTECTED] wrote: >> Something is wrong with your code. Did you try to debug this (judging >> from the error, your CreateInstance impl fails)? Can you post the >> code? > > I used NS macro. And I think it failed because my component was > "unregistered" or something like that. So firefox couldn't find the > classes or interfaces of my component. > > I opened and saved .autoreg. Then I opened firefox and my component > worked again. What Firefox does when it detects .autoreg has changed? > Is there any firefox internal procedure to unregister component when > firefox closes? Do I have to program something to avoid this?
I had a problem that I thought was registration related, but the problem was actually in my component during startup. Unfortunately XPCOM does not seem to have a nice way to say "component failed to load", so instead it says things like "create fails". Maybe your startup has a dependency on history of install. > > Thanks again, > Pedro > _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
