【问题标题】:PayPal from NuGet来自 NuGet 的 PayPal
【发布时间】:2016-12-22 00:10:55
【问题描述】:

我将来自 NuGet https://www.nuget.org/packages/PayPal/ 的 PayPal 添加到我的解决方案中,但在运行时出现错误

System.IO.FileNotFoundException: Could not load file or assembly 'PayPalCoreSDK, Version=1.7.0.0, Culture=neutral, PublicKeyToken=5b4afc1ccaef40fb' or one of its dependencies. 
The system cannot find the file specified. File name: 'PayPalCoreSDK, Version=1.7.0.0, Culture=neutral, PublicKeyToken=5b4afc1ccaef40fb'

有什么办法可以解决这个问题吗?

谢谢

【问题讨论】:

    标签: paypal nuget-package


    【解决方案1】:

    根据错误消息,您似乎使用了不正确的 nuget 包。

    Could not load file or assembly 'PayPalCoreSDK'
    

    您应该使用PayPal Core SDK for .NET 而不是PayPal .NET SDK

    【讨论】:

      猜你喜欢
      • 2018-06-27
      • 1970-01-01
      • 2017-08-21
      • 1970-01-01
      • 1970-01-01
      • 2019-09-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多