Registering Ocx |
Post Reply |
Author | |
jgordon428
Groupie Joined: 11 June 2009 Status: Offline Points: 21 |
Post Options
Thanks(0)
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? |
|
jgordon428
Groupie Joined: 11 June 2009 Status: Offline Points: 21 |
Post Options
Thanks(0)
|
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). |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |