Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OCX Registration problem

Status
Not open for further replies.

prasadmokashi

Programmer
Oct 31, 2003
41
US
Hi,

When I try to register one ocx file using regsvr32, it doesn't get registered ( I don't find any entry in registry ) as well as regsvr32 doesn't show me any message whether registration succeeded or failed ( I am not using silent mode )

When I use regsvr32 on this particular ocx, nothing happens. It just gets ignored.

And this is happening only on some computers, not all.
On most of the computers this ocx gets registered properly.

As it is not giving any error message, I don't know how to solve this problem.

I even used depends.exe on this ocx to find if any dependancy is missing. But everything seems to be okay.

Could anybody please help me ?

Thanks & Regards,
Prasad
 
Check to see if your OCX is crashing in the DllRegisterServer function. It might explain why regsvr32 doesn't get far enough to display whether the function succeeded or failed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top