在windowsphone上找不到System.xml

时间:2015-05-18 15:45:09

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

我正在尝试在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

的完整代码

1 个答案:

答案 0 :(得分:0)

我在Braintree工作。你最好的选择是get in touch with our support team

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

虽然Braintree曾经有Windows Phone library,但已被弃用。相反,您可以使用带有JavaScript的webview。我建议你联系Braintree。