miscellaneous
Programmer
- Jul 22, 2007
- 2
Hi, firstly I am not a Delphi programmer. I have a Delphi reportserver application that was developed in in-house and we need to move it to another server. The problem is, it was developed by someone who has now left the company and whenever we try to run it on the other server, we get a popup error message that says:
Class not registered.
Now, according to the guy who made it, he said all you have to do is copy the folders from the old server to the new one and then register just one DLL.
I guess I am registering the DLL wrong? I just used regsvr32.exe and then the DLL name. Apparently it's supposed to create some registry entries. I could also copy the registry entry from the old server but I'm not sure what the IDs are. I think I can somehow extract this out of the DLL but I'm not sure how to do this and/or if this is even the right way to go about this.
If anyone has any pointers on how to fix this then it's greatly appreciated! Thanks.
Class not registered.
Now, according to the guy who made it, he said all you have to do is copy the folders from the old server to the new one and then register just one DLL.
I guess I am registering the DLL wrong? I just used regsvr32.exe and then the DLL name. Apparently it's supposed to create some registry entries. I could also copy the registry entry from the old server but I'm not sure what the IDs are. I think I can somehow extract this out of the DLL but I'm not sure how to do this and/or if this is even the right way to go about this.
If anyone has any pointers on how to fix this then it's greatly appreciated! Thanks.