CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    10

    Question Error HRESULT E_FAIL has been returned from a call to a COM component

    hi folks,

    i am getting error "Error HRESULT E_FAIL has been returned from a call to a COM component" .
    if u know the reason , u can reply me. Thanks in advance.

  2. #2
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Error HRESULT E_FAIL has been returned from a call to a COM component

    There could many, many reasons for the error. Sometimes the COM component may event give you that result on purpose. What is the COM component? If it is a third party component is there any documentation for it? Sometimes the documentation can tell what kind of errors to expect and how to prevent them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured