Error "Retrieving the COM..." when running program that writen in Visual Studio 2010 (C#) on other computers ?
-
Hi everyone, I created a setup package in Visual Studio 2010 (C#) to install my program into other computers. I can install and run without error on my computers. But on other computers, I got the error: Retrieving the COM class factory for component with CLSID {AC0E...} failed due to the following error: 80040154 Then, I tried to use Depends to check .exe file (application file) in the installation path, and discover some error dll files: API-MS-WIN-SERCURITY-SDDL-L1-1-0.dll CRYPTSP.dll SSPICLI.dll WERUI.dll ,... PS: I tried to build my solution in both: Release and Debug configuration, but still error. Are there anyone know how to fix this ? Thank you very much, Tai
-
Hi everyone, I created a setup package in Visual Studio 2010 (C#) to install my program into other computers. I can install and run without error on my computers. But on other computers, I got the error: Retrieving the COM class factory for component with CLSID {AC0E...} failed due to the following error: 80040154 Then, I tried to use Depends to check .exe file (application file) in the installation path, and discover some error dll files: API-MS-WIN-SERCURITY-SDDL-L1-1-0.dll CRYPTSP.dll SSPICLI.dll WERUI.dll ,... PS: I tried to build my solution in both: Release and Debug configuration, but still error. Are there anyone know how to fix this ? Thank you very much, Tai