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.1, 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?
I don’t think regular .NET dlls will work on an iphone – Notice that the article is using source code and project references, not assembly references. Did you follow the instructions on changing the build targets of the google projects?