vote up 1 vote down star

I have a WPF app that uses Flash10c.ocx developed on a 32 bit machine. I didn't have to register the ocx on my dev machine, I just installed the latest flash, added a reference and started coding. When testing on a 64 bit system I get ye old "Class not registered" which I think mean I need to regsvr the ocx. Is it Ok to just copy the 32 bit ocx (I'm pretty sure its 32 bit as its located in C:\Windows\System32\Macromed on the dev system) to a 64 bit system and register it?

Update: regsvr32 /i flash10c.ocx errors out with "The module flash10c.ocx las loaded but the call to DllRegisterServer failed with error code 0x80004005"

Update 2: I've given up on this and decided to run Flash on 32 bit systems only. If anyone has a better answer I'd like to hear it but I'm marking the current suggestion as answered to give due credit for the effort.

flag

if its windows Vista/ 7 you need to do the registration using elevated command prompt – Ganesh R. Sep 12 at 15:37

1 Answer

vote up 1 vote down check

May be the flash installer is meant to be only for 32 bit OS. Hence it did not install properly on a 64 bit machine. The error means that you will need to manually register the ocx but will it register successfully that's a totally different question.

EDIT 1: here is Adobe about support for 64 bit browsers. (I assume you are using 64 bit browser on a 64 bit machine)

http://kb2.adobe.com/cps/000/6b3af6c9.html

EDIT2: Another forum message on Flash on 64 bit Windows. http://forums.techarena.in/windows-x64-edition/981389.htm

link|flag
1  
Thanks Ganesh - I'm actually using the ocx control outside of a browser environment, but I realize from your posts I'll need to compile the app 32 bit. I also tried to use an elevated command prompt but ran into the same error message I described above. – James Cadd Sep 12 at 16:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.