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!
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.
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.
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.
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.
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
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!
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
Thanks Jeff, that does the trick :)
Hi there
Excuse my ignorance but is there any chance of explaining how you achieve what Jeff outlined.
I 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
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.
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
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.
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.
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
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!
Wow!! Thanks for the ridiculously quick response.
Hi Vincent, Can you post again now broken link 404 :(
Here's the new link : https://dl.dropbox.com/u/9317230/PerceptiveMCAPI.zip
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>
is working on a reply...