danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Issues for subscribing to a list #192

Closed fernicolosi closed 8 years ago

fernicolosi commented 8 years ago

Hi,

I'm getting a 500 error when I try to subscribe a new person to one of my Mailchimp lists. When I run this locally it works but not in my live server. This is the error message that comes back.

Method not found: 'Void System.Net.Http.Headers.HttpHeaders.AddWithoutValidation(System.String, System.Collections.Generic.IEnumerable`1)'.

I'm running a server with Windows 2012 a .NET4.5

danesparza commented 8 years ago

Is it a dedicated server or a web host (that is running on a different trust level)?

fernicolosi commented 8 years ago

It's a dedicated server

fernicolosi commented 8 years ago

Hi @danesparza any clue on this one?

Thanks!

danesparza commented 8 years ago

I'm not sure this is an issue with Mailchimp.NET. The error indicates a problem with a framework method. Does this stack overflow answer help solve your issue?