Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Upgrading the project to use either .NET 4.0 or 4.5 framework #92

Open
Richard-West opened this issue May 27, 2014 · 6 comments
Open

Upgrading the project to use either .NET 4.0 or 4.5 framework #92

Richard-West opened this issue May 27, 2014 · 6 comments

Comments

@Richard-West
Copy link
Contributor

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.

@danesparza
Copy link
Owner

😄 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.

@Richard-West
Copy link
Contributor Author

No problem -- I figured there was a reason :-)

@ThomSeys
Copy link

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

@danesparza
Copy link
Owner

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

@danesparza danesparza reopened this Jul 22, 2014
@ThomSeys
Copy link

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

@theofanis
Copy link

Please see #176 for an attempt to update this to .NET 4.5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants