When I try to deploy to device, I get this error:
1>Target "_BuildNativeApplication" in file "C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.MonoTouch.Common.targets" from project "C:\Users\Andrew\git\dart\Dart.iOS\Dart.iOS.csproj" (target "_RemoteBuild" depends on it): 1>Server command 'Build': application remote build failed 1>Server failure while processing the command. See below for details 1>Response status: Error 1>error MT2002: Failed to resolve assembly: 'Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
None of my immediate references are Microsoft.CSharp, but it's a safe bet that the transitive closure of dependencies includes it. Is there a workaround for this? Is Xamarin going to support this? My app doesn't strike me as that advanced, and I'm disappointed it's not working for me. :(