Ludo, Thanks a lot for your input! I'll proceed as you advised.
Best regards, - Klaus - ----- Original Message ----- From: "Ludo Brands" <[email protected]> To: "'Ararat Synapse'" <[email protected]> Sent: Tuesday, December 14, 2010 2:57 PM Subject: [Synalist] RE : Still having problems using HttpPostURL inanISAPI/W2003 envirenment Hi, The message you are getting is probably caused by a required ddl not able to load. I assume you installed cl32.dll (the "spy" lib) in the directory containing your isapi dll. Did you try installing the original cl32.dll in the same directory? My guess is that the problem is path related. I don't know the internals but it probably doesn't use the normal dll loading mechanism since it would try to load itself first. I guess it walks progammatically through the path to find a cl32.dll that it can load dynamically. Check also that you don't have any other cl32.dll in your path. Note also that the webserver runs using a different user then the one you use to run dependency walker. If nothing else works, try sysinternals Process Monitor to see what dll's your application tries to load. Trace file system activity and you will get all file opens, succeeded or not. Good luck, Ludo -----Message d'origine----- De : Klaus Langner [mailto:[email protected]] Envoyé : mardi 14 décembre 2010 12:30 À : Ararat Synapse Objet : [Synalist] Still having problems using HttpPostURL in anISAPI/W2003 envirenment Hello, I have already posted this question 7 months ago, but received not a single response. Any advice, like if this is the not the right place (which one is?) would be greatly appreciated. Thank you, - Klaus Langner - ----- Original Message ----- From: "Klaus Langner" <[email protected]> To: "Ararat Synapse" <[email protected]> Sent: Tuesday, May 18, 2010 12:33 PM Subject: [Synalist] Problems using HttpPostURL in an ISAPI/W2003 envirenment 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! 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 ---------------------------------------------------------------------------- -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public ---------------------------------------------------------------------------- -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
