On 8/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > But when I restarted the Firefox (again, > for the second time) and access the same html file, the XPCOM does'nt > work. It thrown an exception: > > ComponentManager::CreateInstance returned failure code: " nsresult ... > (NS_ERROR_XPC_CI_RETURNED_FAILURE).... > > More, if I touch .autoreg and open Firefox again my XPCOM backs to > work fine (until I close it!). > 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?
BTW, it is recommended to use XPIs with install.rdf, rather than with install.js. Nickolay _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
