Using Monotouch with Google .NET APIs

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-04-21T00:07:26Z Indexed on 2010/04/21 0:13 UTC
Read the original article Hit count: 643

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about monotouch

Related posts about google-api