PayPal problem

Discussion in 'General troubleshooting' started by pbeedham, Jan 11, 2010.

  1. When I call my PayPal API the response I get is:

    Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section. Unable to load DLL 'rasapi32.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)

    I’m not sure why, but the remote call to PayPal’s server looks like it is not being allowed. It could be that a specific proxy is required in the <defaultProxy> section of web.config:

    Any ideas? Any help would be appreciated.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    did you already create a support ticket?
     
  3. Yes I did, I got this reply:

    While I can assure you that PayPal should function without problems in our servers (as there's other customers in the server that use it as well) I'm afraid that I wouldn't be able to help you with the coding assistance. You would have to either follow the instructions they've provided, or you can always visit the DiscountASP.net Community [http://community.discountasp.net/] for coding or development assistance.

    Pete
     
  4. Resolved

    In case anyone has the same problem I just removed this line from web.config to fix the problem:

    <defaultProxy useDefaultCredentials="true"/>
     
  5. mjp

    mjp

    Thanks for posting the resolution follow up!
     

Share This Page