Copied to clipboard

Flag this post as spam?

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


  • Vincent 75 posts 98 karma points
    Sep 03, 2010 @ 18:49
    Vincent
    0

    Mailchimp API and CookComputing.XmlRpcV2 versions

    I'm using this to add emails to mailchimp http://perceptivemcapi.codeplex.com/

    But this library is using CookComputing.XmlRpcV2, witch is also used in Umbraco but the do not use the same version 2.4.0 for perceptiveAPI and 2.2.0.4 for umbraco. How can I resolve this problem? Thanks!

     

     

     

  • Jeff Grine 149 posts 189 karma points
    Sep 03, 2010 @ 20:49
    Jeff Grine
    0

    You either have to build Umbraco using the newer version of CookComputing (I haven't tried this), or build perceptiveAPI using the older version of CookComputing. I went for the second option and haven't had any problems.

    Jeff

  • Vincent 75 posts 98 karma points
    Sep 07, 2010 @ 15:12
    Vincent
    0

    Thanks Jeff, that does the trick :)

  • Nigel Wilson 944 posts 2076 karma points
    Dec 15, 2010 @ 22:30
    Nigel Wilson
    0

    Hi there

    Excuse my ignorance but is there any chance of explaining how you achieve what Jeff outlined.

    assume you have to download the source code for the perceptiveAPI, make the necessary changes and then build it so that the DLL's are created.

    Any pointers you are able to provide will be gratefully received.

    Thanks

    Nigel

  • Vincent 75 posts 98 karma points
    Dec 15, 2010 @ 22:35
    Vincent
    0

    Hi Nigel,

    That's right, I downloaded the source of mailchimp at http://perceptivemcapi.codeplex.com/, change the CookComputing.XmlRpcV2 reference to the dll from umbraco and rebuild the whole solution. After what I changed the dll using in my website for using the new ones that I've built. If you want it just give me your email and I'll send it to you but the only change is to switch the refered dll.

  • Nigel Wilson 944 posts 2076 karma points
    Dec 16, 2010 @ 02:49
    Nigel Wilson
    0

    Hi Vincent

    Thanks for  the prompt response.

    I think I am missing the obvious here.

    On http://perceptivemcapi.codeplex.com/releases/view/56923 I have downloaded the recommended download but all that is within it is the compiled DLL files.

    I have then gone to http://perceptivemcapi.codeplex.com/SourceControl/list/changesets and downloaded the latest version of source, but this download has "branches", "tags" and "trunk" which is more of the SVN version ( is this the right terminology).

    I have not been able to work out where the "solution" download is.

    Email address is [email protected] 

    Thanks again for responding so quickly.

    Regards

    Nigel

  • Nigel Wilson 944 posts 2076 karma points
    Dec 16, 2010 @ 03:34
    Nigel Wilson
    0

    Oh yeah - I only have access to VWD-Express - not sure if this makes a difference to making changes to project source code - I note some downloads are created in Visual Studio and therefore do not open fully in VWD-Express.

     

  • Vincent 75 posts 98 karma points
    Dec 16, 2010 @ 15:48
    Vincent
    1

    Hi Nigel,

    I sent to your email my dll, let me know if it works for you. I think you have to rebuild the solution by yourself(including all the folders) and build it but I don't know the limitation of VWD-Express. Anyway, it should works with the dll I sent you.

  • Zac 239 posts 541 karma points
    Jan 20, 2011 @ 03:13
    Zac
    0

    Hi Vincent,

      Can you send me that updated perceptiveAPI dll that you created?  I'm running into the same issue with the conflicting versions of the CookComputing dll

    Thanks,

    Zac

  • Vincent 75 posts 98 karma points
    Jan 20, 2011 @ 05:07
    Vincent
    1

    Hi Zac,

    I put the PerscpectiveAPI on my dropbox, you can download it here : http://dl.dropbox.com/u/9317230/PerceptiveMCAPI.zip

    Hope it helps!

  • Zac 239 posts 541 karma points
    Jan 20, 2011 @ 05:17
    Zac
    0

    Wow!! Thanks for the ridiculously quick response.

  • Metaphysical 6 posts 52 karma points
    Nov 05, 2012 @ 09:04
    Metaphysical
    0

    Hi Vincent, Can you post again now broken link 404 :(

     

  • Vincent 75 posts 98 karma points
    Nov 05, 2012 @ 19:30
  • Metaphysical 6 posts 52 karma points
    Nov 06, 2012 @ 10:56
    Metaphysical
    0

    Nice one thanks Vincent, saves me having to figure out which source files to compile and references to include.

    http://mattjroden.com/post/2012/05/19/Mailchimp-Subscribe-form-in-ASPnet-VB-C.aspx

    Example not work at first had to change the data centre dependant on apikey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-us4"

    <section name="MailChimpAPIconfig" type="PerceptiveMCAPI.MCAPISettings, PerceptiveMCAPI" />

    <MailChimpAPIconfig>
          <MCAPI
                 SecureAccess="False"
                 Validate="False"
                 DataCenter="us4"
            />
      </MailChimpAPIconfig>

Please Sign in or register to post replies

Write your reply to:

Draft