jayawant Posted July 7, 2011 Posted July 7, 2011 hi, i have create a setup file with inno software including interop.MessengerAPI.dll of chatting application(with windows live messenger).I have created a setup file with inno of that chatting application.but installed that setup it is work in only my pc it is not work in anather pc.because this errors are generated ( Error HRESULT E_FAIL has been returned from a call to a COM Component).How to avoid or remove this error.? Thanks, Quote
Administrators PlausiblyDamp Posted July 7, 2011 Administrators Posted July 7, 2011 Does the other pc have live messenger installed? If you added a COM reference to the messenger library then this library (and dependencies) is going to be required on any PC that your app is installed to. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
jayawant Posted July 7, 2011 Author Posted July 7, 2011 hi, in anather pc also installed windows live messenger.but Interop.Messenger.dll are not work properly to that machine because this errors are generate(Error HRESULT E_FAIL has been returned from a call to a COM Component).It is not registered in that pc.how to register interop.messengerAPI.dll into registry?.In that pc .net is not installed. Thanks, Quote
Administrators PlausiblyDamp Posted July 7, 2011 Administrators Posted July 7, 2011 Does the other PC have the same version of Live Messenger installed or a different version? The COM interop stuff can be very fussy about versions of software prior to .Net 4. The interop.xxxxxxx.dll doesn't need to be registered on the target machine as it simply acts as a wrapper around the underlying COM component that should already be present and registered. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
jayawant Posted July 8, 2011 Author Posted July 8, 2011 Hi, In anather pc have same version of windows live messenger.i have already gives the reference of interop.messengerAPI.dll.& in setup file i have also gives its location.but in anather pc the application is not work.it will not properly detect. Thanks, Jayawant. Quote
Administrators PlausiblyDamp Posted July 8, 2011 Administrators Posted July 8, 2011 Does the other PC with the same version of messenger installed work or is that also having problems? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.