I figured it out.. Make sure the following is in your targets within the csproj file:
<NoStdLib>true</NoStdLib> Or you can do this via the VS IDE. Project Properties - Build - Advanced - Do not reference mscorlib.dll checkbox -- View this message in context: http://monotouch.2284126.n4.nabble.com/Im-tired-of-MonoDevelop-want-to-use-Visual-Studio-for-coding-and-refactoring-tp4465800p4534652.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
