I am trying to register RichTx32.Ocx for an application that I am working on in Access 2010 (File Format 2003 mdb). I have been upgraded to the 64-bit version of Windows 7 (with the 32-bit version of Windows XP SP3) and cannot get ActiveX OCX to register.
I put the file in the system32 folder and received the following message: "The RICHTX32.OCX module" may not be compatible with the version of Windows that you are using. Check if the module is compatible with x86 (32-bit) or x64 (64-bit) regsvr32.exe "
When I put the file in the SysWOW64 folder and run regsvr32 in this place, I get the following error message: "The modem" C: \ Windows \ SysWOW64 \ RICHTX32.OCX "was loaded, but the call to DllRegisterServer failed with error code 0x8002801c."
source
share