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?
http://macpapa.com/macpapa.com/public-images/SM.png
http://macpapa.com/macpapa.com/public-images/PM.png
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?
精彩评论