【问题标题】:System.xml not found on windowsphone在 windowsphone 上找不到 System.xml
【发布时间】:2015-05-18 15:45:09
【问题描述】:

我正在尝试在 windows phone 8.1 应用程序中实现 Braintree

            Result<Customer> result = gateway.Customer.Create(request);

我得到错误

System.IO.FileNotFoundException occurred
      HResult=-2147024894
      Message=Could not load file or assembly 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
      Source=Braintree-2.41.0
      FileName=System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

我在每一个可能的变体中都包含了 system.xml

完整代码github

【问题讨论】:

    标签: .net windows-phone-8.1 braintree system.xml


    【解决方案1】:

    我在布伦特里工作。你最好的选择是get in touch with our support team

    Braintree .Net 库不是在手机上使用,而是在服务器上使用。将其放在手机上将允许用户访问您的 API 密钥、运行交易等。

    虽然 Braintree 曾经有一个 Windows Phone library,但它已被弃用。相反,您也许可以将 webview 与 JavaScript 一起使用。我建议你联系 Braintree。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-21
      • 2015-10-28
      相关资源
      最近更新 更多