> Sorry to be a complete newb, but how do I enable the linker for my > assemblies? I can't find the option anywhere. >
In the project options, you go to "iPhone Build" and you select one of the options from "Linker Options" The most common use is "Link SDK assemblies only", this leaves your code unlinked, but your code is not likely to contain a lot of unused code. You might also want to leave that setting to "Link SDK assemblies only", because your user code might contains structures and classes that have unused fields just for the sake of receiving and sending the data over web services, xml serialization or some other rpc system. Miguel
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
