I\'ve added NuGet package for Mailchimp in my project (http://mcapinet.codeplex.com/) this package has dependence on FSharp.Core, so it has been added as reference when I in
I have fixed this issue by referencing the latest FSharp.Core - 4.3.1.0 and setting Copy Local to 'True'.
Then add this code to your web.config anywhere between the
tags to bind all older versions to the new assembly.
The dll should then be build and your error should be removed.