Retrieving the COM class factory for component with CLSID
-
Tuesday, April 24, 2012 7:45 AM
Hi all,
I have set up my 64bit development system which runs fine. I have this problem when I am deploying my system (via clickonce) to my clients.
I am using only the X86 dlls and have set platform target to X86 but am still getting the following;
Retrieving the COM class factory for component with CLSID {EC413D66-6221-4EBB-AC55-4900FB321011} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
They are using 32bit OS and also the server is 64bit, which also fails.
Really stuck. Any help will be gratefully accepted.
Scott
All Replies
-
Wednesday, April 25, 2012 12:31 PMModeratorhave you installed sync fx on the clients?
-
Wednesday, April 25, 2012 5:46 PM
Hi JuneT,
No I haven't. Is that going to be a requirement on each PC? If so is there a silent install such like SQL Compact?
Thanks for your repsonse
Scott
-
Wednesday, April 25, 2012 10:58 PMModerator
yes, you have to.
i remember some discussions on how to bootstrap during installation...
have a look at these discussions:
Sync Framework 2.1 Private Deployment
- Marked As Answer by scottsanpedro Thursday, April 26, 2012 10:14 AM
-
Thursday, April 26, 2012 10:14 AMwonderful. Thanks for your help as always. Scott