Article is moved on the following link:
http://mysoftskill.blogspot.com/2009/11/retrieving-com-class-factory-for.html
Regards,
Vijay Modi
Article is moved on the following link:
http://mysoftskill.blogspot.com/2009/11/retrieving-com-class-factory-for.html
Regards,
Vijay Modi
Posted in C#, ASP.Net
Hello helpers,
along with this mail i sent my website link ..it contains fileupload option only. here i just upload a pdf file from my local system. when i clicking on go button. its automatically convert into jpg format. its working fine in my local system.
But its not working in server
suddenly displayed the foolowing error:
{Retrieving the COM class factory for component with CLSID {16AA0B9E-79AC-43B5-86CA-AB961FBEED5F} failed due to the following error: 80040154. }
could you please give me the possible answer.
Thanks and regards
Blamurali.P
By: Bala on December 14, 2007
at 10:42 am
Hello there,
Did you find any solution to this problem??
Many Thanks,
By: Steven on February 25, 2008
at 4:59 pm
I found out, that the problem is, that you try to use 32-bit resource on 64-bit machine, which gives the following error.
Solution: you need to change CPU type from “Any CPU”, to “x86″ (but I’ve no idea how to do it)
By: Dagnis_LV on March 22, 2008
at 7:22 pm
Hi Dagnis_LV,
Thanks, You saved my life.
By: Thu on September 29, 2009
at 4:07 pm
you can do it
By: Saravanan on October 28, 2009
at 10:38 am
But that doesn’t seem to work. Still getting the error..
By: sam ;) on May 29, 2008
at 10:18 am
To resolve this problem, we have to register the VB6.0 DLL first.
By: saravanakrishnan on July 18, 2008
at 1:42 pm
solution is really gr8 on this site:
http://www.beyondweblogs.com/post/Retrieving-the-COM-class-factory-for-component-with-CLSID.aspx
By: Ahsan Zafar on April 20, 2009
at 11:17 am
I am also getting the same problem
Will any one tell wats the solution?
By: tom on April 21, 2009
at 10:58 am
getting same error. Can’t register the dll and I am have the CPU Type to x86. HELP ME!
By: Singh on May 6, 2009
at 3:02 am
I followed the possible solutions, but still have problems, any idea?
By: aowi on May 21, 2009
at 8:12 pm
I had this issue using a com referenced library had the same issue. I changed the build properties of the application: Platform Target: x86.
This fixed the issue for me.
By: Shawn Gunsolley on August 27, 2009
at 12:51 am