Hello, I am writing an ISAPI DLL that is supposed to talk to PayPal. My system configuration is:
- W2003 Server - ISAPI DLL written in Delphi, using: - Synapse's HTTP library (http://synapse.ararat.cz/) and - OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html) and - CL32.dll (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/) My development system runs W2000 Pro. On this system, everything works fine (meaning I can successfully connect to PayPal's https://... server). When I try to load my application on the production system (W2003), the web server produces this error message: "Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht ordnungsgemäß ist. Zur Problembehebung sollten Sie die Anwendung neu installieren." (This application could not be started, because the application configuration is not in order(?). To solve the problem, you should reinstall the application.) Dependancy Walker (http://www.dependencywalker.com/) does not report any problems. OpenSSL is installed correctly, since I can run openssl.exe from a DOS prompt. In an other attempt to analyze the problem, I installed Cryptlib spy (http://cryptlib.sogot.de/logspy.html). Miraculously, my ISAPI DLL then loads and executes without any errors! (But no log file is created by Cryptlib log...?) I am unable to get this thing running on the W2003 machine without the presence of Cryptlib spy. Did anyone ever came across this problem? Any help or hints are greatly appreciated. Thanks a zillion, Klaus Langner, Germany ------------------------------------------------------------------------------ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
