Hi, I've followed the instructions using VS 2010 (SP1 on Windows 7 64bit) and get the following errors when trying to compile:
Error 1 The type or namespace name 'TargetFrameworkAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?) C:\Users\***\AppData\Local\Temp\.NETFramework,Version=v1.0.AssemblyAttributes.cs I also get the following: Error 4 The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?) If I then add the "mscorlib" reference like it explains in the readme I get: Error 1 An assembly with the same identity 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has already been imported. Try removing one of the duplicate references. c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll -- View this message in context: http://monotouch.2284126.n4.nabble.com/Im-tired-of-MonoDevelop-want-to-use-Visual-Studio-for-coding-and-refactoring-tp4465800p4516267.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
