Hi all,
I'm trying to integrate Umbraco 4.5 and Mailchimp .NET API wrapper.
I'm running into problems because Umbraco uses CookComputing.XmlRpcV2.dll which is version 2.00 whereas Mailchimp API uses same binary but version 2.4
If I replace Umbraco binary with newer version, the admin area stops working (you can log in but all the content trees are empty)
Anyone have any ideas how I can use both or update Umbraco to use new version?
Thanks!