|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can not install ActiveX dll on win2k server
I have done an ActiveX dll using VB6. This dll is meant to access from ASP page.
Everything works fine on my own computer, but when I'm trying to install the dll to server (running win2k server OS) problem arise... I try to register the dll by regsvr32 and I receive a message "DllRegisterserver ... succeeded". However the dll is not registered, in server register using regedit can't be found anything about this dll. I have administrator rights during registration. When I look on my XP component services, there is DCOM config where all dll's are registered. On w2k server DCOM config can not be found from Component Services. Any help would be welcome, I have tried to resolve this problem two days with no success... |
|
#2
|
|||
|
|||
|
How can u find the dll file aren't be registered??Do U get a wrong with it??
|
|
#3
|
|||
|
|||
|
I tried to search from registry any references to this dll, but didn't find anything.
I also tried to create an dll instance in a test application but got error "Run-time error '430' : Class does not support Automation or does not support expected interface." Could the problem then be in dll? In my own computer (not on server machine) Component Services -> DCOM config, my dll can be found, but the name of the dll is only application id, not the project name that I created. |
|
#4
|
|||
|
|||
|
If u had copied this dll file to your system directory,And registered it by regsvr32.exe,U will run normally.Does Your dll file call another dll file??
|
|
#5
|
|||
|
|||
|
Thank you for help cleverpig.
I found the problem was in dll. The version compatibility was set to project instead of binary compatibility. Now it works fine ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Can not install ActiveX dll on win2k server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|