View Single Post
  #15  
Old 04-11-2011, 12:06 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by dranovir45 View Post
Im windows 7, did everything u said to do, still same error, just says Failed to Load, and actually i didnt quite understand this part "3) type for %i in (*.ocx) do regsvr32 %i"

Lost me 100% there
It means type this exactly at the command prompt once you are in the right directory:

for %i in (*.ocx) do regsvr32 %i

If that does not work, what is the exact error message in the dialogs that pop up?

Quote:
Originally Posted by shamanistik View Post
I do it as administrator, manually and with the batch.
I run vista 64. have perl and sql 32bits. server works fine.

Error message is (translating from french so sorry..) :

regsvr32 :
Failing to load *.ocx
Check if the file is at the right location.
Or try to debug the dll file.

the thing is unfindable.
If you're typing regsvr32 *.ocx it will not work as regsvr does not understand wildcards. The line I posted will register them one at a time.
Reply With Quote