Retrieving the COM class factory for component with CLSID
-
dinsdag 24 april 2012 7:45
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
Alle reacties
-
woensdag 25 april 2012 12:31Moderatorhave you installed sync fx on the clients?
-
woensdag 25 april 2012 17:46
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
-
woensdag 25 april 2012 22:58Moderator
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
- Als antwoord gemarkeerd door scottsanpedro donderdag 26 april 2012 10:14
-
donderdag 26 april 2012 10:14wonderful. Thanks for your help as always. Scott