Upgrading the project to use either .NET 4.0 or 4.5 framework
Would it be a breaking change if we updated this solution to use the .NET 4.0 or even 4.5 framework?
There are a few language enhancements that were introduced in .NET 4.0 that I would like to use in some refactoring of the MailChimpExport.cs class.
This is not a big deal either way, but it would be nice to take advantage of if the solution could be upgraded.
:smile: the project was originally .NET 4.5. It was then downgraded to .NET 3.5 to increase integration compatibility. I would love to push the envelope, but it would be at the expense of some folks that are stuck with .NET 3.5.
No problem -- I figured there was a reason :-)
Hello,
i'm using .Net Framework 4.5 and i'm facing a problem with the MergeVars. Is there a solution that works for 4.5? I can push emailadresses, but no MergeVars because of the Serialization childs that are unknown.
Kind regards, Thomas
@ThomSeys How have you determined your issue is the .NET version? Are you able to take the source, change the project output to .NET 4.5 and have this problem suddenly go away?
Hi @danesparza,
I fixed it like you are saying above here. Problem is gone now, works like a charm. Thanks for building this! Helps a lot!
Kind regards, Thomas
Please see #176 for an attempt to update this to .NET 4.5