Registering Ocx
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=16183
Printed Date: 23 November 2024 at 9:13am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Registering Ocx
Posted By: jgordon428
Subject: Registering Ocx
Date Posted: 12 February 2010 at 10:50am
I’m trying to distribute our application on another machine and am getting errors when trying to register Codejock.Controls.v13.0.0.ocx .
---------------------------
RegSvr32
---------------------------
LoadLibrary("C:\Program Files\SampleApp\Codejock.Controls.v13.0.0.ocx") failed - The specified procedure could not be found.
---------------------------
OK
---------------------------
Dependency walker was showing missing links to a lot of files:
bcrypt.dll
ncrypt.dll
EIShims.dll
Wer.dll
Winhttp.dll
I added all those in to the same directory just to check, but I still get the register error. Dependency walker now look like there may be some issues related to msvcrt.dll. The target machine is Windows Server 2003 sp2. I am trying to register from an account with admin privileges.
Thank you.
Have you had any experience with this?
|
Replies:
Posted By: jgordon428
Date Posted: 12 February 2010 at 12:00pm
A bit more information: I profile regsvr32 in Dependency Walker when trying to register the ocx, and the line that's highlighted in red is this:
LoadLibraryExW("Codejock.Controls.v13.0.0.ocx", 0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: The specified procedure could not be found (127).
|
|