¿ y tienes todos los permisos para esa dll?
asegurate de ver en el regedit que las carpetas y los dsn tengan todos los permisos.
ese error lo he tenido en 2 ocasiones esta semana y ha sido básicamente por permisos...
te dejo los pasos a seguir:
Cita: Here's one solution I've found over the internet as a response to this problem:
Error Type: Server object, ASP 0177 (0x800401F3)
Invalid class string
Run Regedit then go to
1. KEY_LOCAL_MACHINE/Software/Classes/CLASS_NAME
(Keep in mind that CLASS_NAME will be replaced with the class name you are trying to instantiate)
Right click on it and then Permissions. Allow Full Access for SYSTEM and Administrator. (To be sure it works I've added "CREATOR OWNER" and "Users" users and allow Full Access to those too)
2. KEY_LOCAL_MACHINE/Software/Classes/CLASS_NAME has a folder called CLASSID under it. Click on it and on the right side will appear the code of the class. This code you will type it in place of CLASS_ID in the following step
3. Go to HKEY_LOCAL_MACHINE/Software/Classes/CLSID/{CLASS_ID} and add the same permissions as in the step 1. Restart the computer and try run the script (It worked for me)
Good luck.
Andras