Results 1 to 5 of 5

Thread: Retrieving the COM class factory

  1. #1
    Join Date
    Jan 2009
    Posts
    1

    unsure Retrieving the COM class factory

    Hi All,

    I am deveolping a Web Application using third party tool(Laserfiche Integration Tool). But this application is Running in my Local Machine and also in our Public server. But it does not works in My Client server. When I was run the application am getting the following error.

    Retrieving the COM class factory for component with CLSID {424A9040-B6A9-4E3A-B0DF-C5905FBC727C} failed due to the following error: 80040154.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {424A9040-B6A9-4E3A-B0DF-C5905FBC727C} failed due to the following error: 80040154.

    Source Error:


    Line 230: }
    Line 231: // Create new LFApplication
    Line 232: lfapp = new LFApplication();
    Line 233: try
    Line 234: {

    In my code am using the DLL of LFSO and Document processor. Our public server is 32 bit but the Client Machine is 64 bit. I found some suggession in forums like this problem may be based on "64-bit". How can I resolve this problem......... Is there any possible to run my application in 64 bit... But I developed the application in 32-bit.......


    Thanks&Regards,
    Sarav
    Last edited by sarav; 06-01-2009 at 12:54 PM.

  2. #2
    Join Date
    May 2008
    Posts
    1,205

  3. #3
    Join Date
    Dec 2007
    Posts
    2,291

  4. #4
    Join Date
    Jan 2009
    Posts
    1

    Re: Retrieving the COM class factory

    Sarav -

    Did you ever find a solution to your problem? I, too, am working on a LaserFiche adapter and getting the same error.

  5. #5
    Join Date
    Nov 2009
    Posts
    1

    Re: Retrieving the COM class factory

    since the google search for this error +Laserfiche doesnt have many results, here's how i got around it..

    we wrote a webservice that updates lf doc's (setting some specific info from our winforms app).. worked fine in dev. but crapped the bed in uat with the

    Code:
    Retrieving the COM class factory for component with CLSID {424A9040-B6A9-4E3A-B0DF-C5905FBC727C} failed due to the following error: 80040154.
    our app is using the 7.2 libraries.. i installed the LF 7.2 Client on the webserver..
    changed the using LFSO72Lib; to using Interop.LFSO72Lib; and it worked..

    mike

Similar Threads

  1. Replies: 8
    Last Post: 08-10-2011, 11:06 PM
  2. Replies: 5
    Last Post: 12-02-2010, 06:23 PM
  3. COM class factory 8000401a error
    By abbase in forum Windows Software
    Replies: 5
    Last Post: 30-11-2009, 11:41 AM
  4. Ultra solid drives:Imation M-Class and S-Class
    By Regina in forum Portable Devices
    Replies: 1
    Last Post: 03-04-2009, 10:34 AM
  5. Good news for CBSE CLASS X & CLASS IX - visit learnnext
    By surya_expert in forum Education Career and Job Discussions
    Replies: 0
    Last Post: 13-12-2008, 12:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,512,992.24497 seconds with 17 queries