I am attempting to register the RTF export dll on one of our Win2000 servers so that users can export the report but I keep getting the following error:
Now, I am under the impression that the export dlls need to be the same version as the crystal report file. This particular dll is of version5. This particular report is in Version 5 as well. I do not have this version of CR anymore, I develop new reports in Version 8 so I do not have a copy of this file.
Does this appear to be a corrupt dll? or something else?
Thanks,
Code:
u2frtf.dll was loaded but the DllRegisterServer entry point was not found.
DllRegisterServer may not be exported, or a corrupt version of u2rtf.dll may be in memory. Consider using the PView to detect and remove it.
Now, I am under the impression that the export dlls need to be the same version as the crystal report file. This particular dll is of version5. This particular report is in Version 5 as well. I do not have this version of CR anymore, I develop new reports in Version 8 so I do not have a copy of this file.
Does this appear to be a corrupt dll? or something else?
Thanks,