Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Guys,

Require your advice to troubleshoot the error which I am getting while registering some DLLs/OCX files in my system.

* I pasted my ocx in the system 32 folder.
* Then I am trying to register using
VB
regsvr32 C:\Windows\System32\xxxx.OCX


I am getting the below error.

The module xxxx.OCX was loaded but the call to DllRegisterServer failed with error code Ox8000ffff.
For more information about this problem, search online using
the error code as a search term.


I searched in google but not find any useful link about this specific error(Ox8000ffff) while registering OCX.

Please advise.
Posted
Comments
[no name] 14-Oct-14 6:16am    
You are kidding right? First result for your error message http://support.microsoft.com/kb/827659
Nibin22 14-Oct-14 8:43am    
Hey Wes Aday,
That error code is different. that is "0x80070005". That says us to RUN as ADMIN.
Mine error is : " Ox8000ffff ".


1 solution

OCX control are depending upon type of operating system.
Whether it is 32 bit or 64 bit.
If the OCX is made to work with 32 bit, Then it will work only on 32 bit OS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900