braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Could not load file or assembly 'System.Xml.XPath.XmlDocument when used with Microsoft.NET.Sdk.Functions 3.0.7+ #103

Closed lucavgobbi closed 4 years ago

lucavgobbi commented 4 years ago

General information

Issue description

When using Microsoft.NET.Sdk.Functions 3.0.7+ SDK throw "Could not load file or assembly 'System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified."

Downgrading to Microsoft.NET.Sdk.Functions 3.0.3 the library works fine.

I haven't tested with other versions in between 3.0.3 and 3.0.7.

hollabaq86 commented 4 years ago

👋 @lucavgobbi this looks like an issue with Azure Functions and not the Braintree SDK, see #428. I recommend following up in that Azure issue.

lucavgobbi commented 4 years ago

Thank you, I'll follow up on the mentioned issue.