On Oct 18, 2013, at 10:57 AM, JLee <[email protected]> wrote: > After outsourcing the code into a library-project i get the following > exception: > > System.ArgumentException: Set Method not found for 'Standardwert'
The property has been removed by the linker. It doesn't exist. > Under Release (with linking sdk & user) the exception occurs. Do not link "Sdk and User Assemblies" unless you _really_ want to. Hint: You almost never want to. Use "Sdk Assemblies Only". - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
