We’re trying to get Aspose.Words working on Mono and Xamarin.iOS.
We’re building a simple project that does some keyword replacement in a .doc document using the .Words library. We’re using the latest Xamarin tools and the VS2013 integration kit.
We are getting an error in our solution during build due to the fact that Aspose.Words appears to reference System.XML V2.0.0.0.0 which cannot be resolved. We do have a reference to System.XML but it is the 2.0.5.0 version supported by Xamarin.iOS.
There doesn’t appear to be a way of mapping the old reference to the new one, nor any way of knowing if this would even be acceptable to Aspose.Words.
Anyone know of any workarounds for this problem. There may of course be other issues to overcome but at the moment this is the only build issue I am finding.