I think I've found the source of my problem. I have references to other projects in my solution which are not targetting .NET Framework 2.0. Changing them to target .NET Framework 2.0 solves the problem.
This raises the (probably simple) question - what is the highest .NET Framework which can be targeted by an assembly referred to in a Mono For Android application? It looks to me like it's .NET Framework 2.0. Does this mean that we can't use any features of .NET Framework which are available in a later .NET Framework version in a Mono For Android application? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-1-Could-not-find-file-bin-debug-on-deploy-tp5709844p5709856.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
