Retrieving the COM class factory for component with CLSID {E1C5D730-7E97-4D8A-9E42-BBAE87C2059F}

StackOverflow https://stackoverflow.com/questions/17592203

  •  02-06-2022
  •  | 
  •  

Question

I have developed a window application using c# in windows 7. My application is scanning the images from the scanner and showing it on picture box. It is working fine on my machine. I have created the package and installed it on client's system who is using windows XP and when I click on my scanner form the following error occurs:

Retrieving the COM class factory for component with CLSID {E1C5D730-7E97-4D8A-9E42-BBAE87C2059F} failed due to the following error: 80040154

I am totally unable to find any help on internet. Does anyone have any solution? I am scanning images via WIA dll.

Was it helpful?

Solution

I did it finally.

http://vbnet.mvps.org/files/updates/wiaautsdk.zip

download it and follow the instructions.

OTHER TIPS

There's a com component that you're using that needs to be registered.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top