Thanks, Rolf. Still having some troubles, though. For the record, these are assemblies that I've written that I'm trying to share between the 2 platforms. Fairly simple POCO, DTO and utility code.
Let's take those out of the mix for now. What I tried: 1. I have a project in MonoDevelop. I created it from one of the templates within MonoDevelop. I think it was the EmptyProject (C#/MonoTouch/iPhone). Select Options for the main project, and it's Target Framework is set to Mono for iPhone. 2. Add a new project to the solution. Library (C#). Select Options for this project and the Target Framework is Mono / .NET 4.0. I set it to Mono / .NET 3.5 because I thought I read somewhere that .NET 3.5 was the best MonoTouch could do. Not a big deal for my situation since my real assemblies won't need better than 3.5. 3. Select Edit References in the main project, and select the Projects tab. The new library project that I created in step 2 is grayed out with the message (Incompatible target framework: v.NETFramework,Version=v3.5) What am I missing here? Thanks for your continued help. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Linker-error-when-trying-to-go-to-device-tp4423586p4426291.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
