C Kolar wrote: > We have written an XPConnect component which seems to properly load on > mozilla 1.0, 1.0.1, Netscape 7pr1, but not Netscape 7 release. In > that case the component throws a NS_ERROR_XPC_CI_RETURNED_FAILURE at > create instance time. Of course NS7 does not ship with xpc shell so > this is difficult to debug. We are looking for information about > changes that may have been introduced in the netscape 7 that would be > causing this component to fail.
Well the component manager is failing to create an instance of your component. What if any interfaces do you use when your component is created? If you're making use of any non-frozen interfaces then this is not unexpected. Do you know if anything is getting executed in your component and do you have any diagnostics to know what if anything is failing? David Bradley
