Jon, So, if I retarget my Windows project to "Regular" .NET 4.0, that DLL should be consumable by M4A and MT apps, right?
Thank you, Chris Tossing Software Engineer G4S Technology Software Solutions LLC Direct Dial: +1 (781) 457-0779 Cell: +1 (847) 942-0359 [email protected] www.1f.com 21 North Avenue, Burlington, Massachusetts 01803 USA Please consider the environment before printing this email -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Pryor Sent: Friday, May 11, 2012 11:19 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Failed to Deploy - "error MSB4018: Mono.Cecil.ResolutionException: Failed to resolve System.Func`2" On May 11, 2012, at 8:11 AM, Tossing, Chris wrote: > Out of curiousity, though, what would it take to synchronize the locations of > all classes in the Mono profile to match regular .NET? That's the "problem": we are matching regular .NET. :-) "Regular" (desktop) .NET 4.0 and Silverlight 5(?) [0] has System.Func`2 in mscorlib.dll, same as we do. It's .NET 3.5, Silverlight 4, and WP7 which have it in System.Core.dll. It's "regular" (desktop) .NET 1.0+ which have the System.Net namespace in System.dll, same as we do. It's Silverlight and WP7 which have it in System.Net.dll. In short, there is no "regular" .NET to follow, as .NET is itself inconsistent with ~everything. PLT is needed just to improve compatibility within the .NET universe. - Jon [0] At least, the Silverlight docs state that System.Func`2 is in mscorlib.dll: http://msdn.microsoft.com/en-us/library/bb549151(VS.95).aspx I have no idea which Silverlight version these docs are supposed to correspond to, though. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid The details of this company are as follows: G4S Technology Limited, Registered Office: Challenge House, International Drive, Tewkesbury, Gloucestershire GL20 8UQ, Registered in England No. 2382338. This communication may contain information which is confidential, personal and/or privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, forwarding, copying or use of this communication or the information in it is strictly prohibited. Any personal views expressed in this e-mail are those of the individual sender and the company does not endorse or accept responsibility for them. Prior to taking any action based upon this e-mail message, you should seek appropriate confirmation of its authenticity. This e-mail has been scanned for all viruses by MessageLabs. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
