Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tim 15 posts 35 karma points
    Oct 09, 2010 @ 07:30
    Tim
    0

    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!

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 09, 2010 @ 10:44
    Dirk De Grave
    0

    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

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Oct 09, 2010 @ 16:01
    Sebastiaan Janssen
    0

    @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!

Please Sign in or register to post replies

Write your reply to:

Draft