danesparza / MailChimp.NET

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

Method not found: 'MailChimp.Helper.EmailParameter MailChimp.MailChimpManager.Subscribe #166

Open josefpriceLM opened 9 years ago

josefpriceLM commented 9 years ago

I am getting the following error message when trying to subscribe someone.

System.MissingMethodException: Method not found: 'MailChimp.Helper.EmailParameter MailChimp.MailChimpManager.Subscribe(System.String, MailChimp.Helper.EmailParameter, System.Object, System.String, Boolean, Boolean, Boolean, Boolean)'.

I can't work out to why this is happening.

I am using the latest version of MailChimp.NET

Thanks in advanced.