EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

Unable to get the InfusionSoft project to work in VS2013 #54

Open bendirectory opened 7 years ago

bendirectory commented 7 years ago

The issues seems to be with the CookComputing.xmlrpcv2 library. It doesn't build. I tried removing the nuget package, and re-adding but it didn't help. Has anyone else run into this?

bendirectory commented 7 years ago

I was able to solve it by copying out the xmrpcv2 dll, and making it a dll reference instead of a nuget package. It looks like the project is using a nuget package that is newer than what is available on nuget now.