Skip to content

Instantly share code, notes, and snippets.

@baulig
Created March 21, 2011 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baulig/879577 to your computer and use it in GitHub Desktop.
Save baulig/879577 to your computer and use it in GitHub Desktop.
Error 1 An assembly with the same identity 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' has already been imported. Try removing one of the duplicate references. c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v2.2\mscorlib.dll MonoAndroidApplication2
Warning 2 Could not resolve this reference. Could not locate the assembly "Mono.Android". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets 1360 9 MonoAndroidApplication2
Warning 3 No way to resolve conflict between "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e". Choosing "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets 1360 9 MonoAndroidApplication2
Warning 4 The referenced component 'Mono.Android' could not be found.
Error 5 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 3 7 MonoAndroidApplication2
Error 6 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 4 7 MonoAndroidApplication2
Error 7 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 5 7 MonoAndroidApplication2
Error 8 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 6 7 MonoAndroidApplication2
Error 9 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 7 7 MonoAndroidApplication2
Error 10 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 8 7 MonoAndroidApplication2
Error 11 The type or namespace name 'Activity' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 12 3 MonoAndroidApplication2
Error 12 The type or namespace name 'ActivityAttribute' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 12 3 MonoAndroidApplication2
Error 13 The type or namespace name 'Activity' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 13 27 MonoAndroidApplication2
Error 14 The type or namespace name 'Bundle' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 17 37 MonoAndroidApplication2
Error 15 'object' does not contain a definition for 'OnCreate' X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 19 9 MonoAndroidApplication2
Error 16 The name 'SetContentView' does not exist in the current context X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 22 4 MonoAndroidApplication2
Error 17 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 26 4 MonoAndroidApplication2
Error 18 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 26 33 MonoAndroidApplication2
Error 19 The name 'FindViewById' does not exist in the current context X:\Work\Test\MonoAndroidApplication2\MonoAndroidApplication2\Activity1.cs 26 20 MonoAndroidApplication2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment