Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
Can't you just have 2 different assemblies with 2 different names, one from umbraco referencing the 2.00 version, and your Mailchimp wrapper referencing the 2.4 version? (Haven't really done and tested that before tho)
Cheers,
/Dirk
@Dirk I think that you'll run into an ambiguity problem then, as umbraco does not reference a specific version of the dll. But it's worth a shot!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using diferrent version of binary in Umbraco 4.5
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!
Can't you just have 2 different assemblies with 2 different names, one from umbraco referencing the 2.00 version, and your Mailchimp wrapper referencing the 2.4 version? (Haven't really done and tested that before tho)
Cheers,
/Dirk
@Dirk I think that you'll run into an ambiguity problem then, as umbraco does not reference a specific version of the dll. But it's worth a shot!
is working on a reply...