Using Monotouch with Google .NET APIs
- by Bryan
I am using Mike Bluestein's article, http://mikebluestein.wordpress.com/2009/09/27/using-monotouch-with-the-net-library-for-the-google-data-api/, to build an application that communicates with the google APIs.
When I try to add references to my project, the imported projects say "incompatible target framework: v2.0". I can change version to 1.0, 3.0, or 3.5 with the same results.
If I add the .dll to the monotouch project I get a compilation error - monotouch failed with no output 134.
Any suggestions?