| | | Forum Newbie
       
Group: Forum Members Last Login: 5/2/2007 11:22:00 AM Posts: 8, Visits: 1 |
| Hi, I have developed a windows console application to do some sftp transfers using the secure wsftp pro SDK. I created a msi package which included the Interop.WsftpSDK.dll and WsftpSDK.dll along with my exe's. When I try to execute my console app to do the transfers, it is failing witht he following error msg: 3/12/2007 1:28:31 PM Error:ExitCode(0)MessageRetrieving the COM class factory for component with CLSID {DEB78591-FA51-45FB-A504-C68555177A5B} failed due to the following error: 80040154. any help in this regard will be appreciated. Thanks, Vinod |
| | | | 
Time Traveler
       
Group: Forum Members Last Login: 6/17/2008 12:37:29 PM Posts: 146, Visits: 127 |
| I was also getting this error after installing .net 3.0 x64 just now, had to revert back to 2.0. Unable to log into the system. Reason: Retrieving the COM class factory for component with CLSID {hidden} failed due to the following error: 80040154.
This should be considered a bug as 3.0 is backwards compatible with 2.0 as far as I know.
Shawn Hyde 507 536-9556 Area51 Computers & Services Consulting and Custom Internet Solutions Rochester, MN |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 4/15/2008 2:11:09 PM Posts: 1, Visits: 4 |
| Does anyone have a solution to this? I have been recently encountering this too when attempting to use this with the .NET 2.0 framework; upgrading .NET projects from 1.1 to 2.0 framework. It works great with .NET 1.1 framework, but using the same code under .NET 2.0 framework, I get "COMException was unhandled" title, "Retrieving the COM class factory for component with CLSID{DEB78591-FA51-45FB-A504-C68555177A5B} failed due to the following error: 80040154." This iw with early binding. Using late-binding, "pApi = CreateObject("WsftpSDK.WsftpApi")", I get title "Exception was unhandled", "Cannot create ActiveX component." I have 64-bit machine, but that works with 1.1 framework, so see why it wouldn't work with 2.0 framework.
Does anyone have a solution to this? I have been recently encountering this too when attempting to use this with the .NET 2.0 framework; upgrading .NET projects from 1.1 to 2.0 framework. It works great with .NET 1.1 framework, but using the same code under .NET 2.0 framework, I get "COMException was unhandled" title, "Retrieving the COM class factory for component with CLSID{DEB78591-FA51-45FB-A504-C68555177A5B} failed due to the following error: 80040154." This iw with early binding. Using late-binding, "pApi = CreateObject("WsftpSDK.WsftpApi")", I get title "Exception was unhandled", "Cannot create ActiveX component." I have 64-bit machine, but that works with 1.1 framework, so see why it wouldn't work with 2.0 framework. |
| |
|
|