Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created May 17, 2017 16:40
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 GouriKumari/5c0b3d89a23891fb03f9960bea8c3e96 to your computer and use it in GitHub Desktop.
Save GouriKumari/5c0b3d89a23891fb03f9960bea8c3e96 to your computer and use it in GitHub Desktop.
Error Log
System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Encoding.CodePages' or one of its dependencies
at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity) [0x0006f] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.4.0.34/src/mono/mcs/class/corlib/System/AppDomain.cs:746
at at (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName,System.Security.Policy.Evidence)
at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.4.0.34/src/mono/mcs/class/corlib/System/AppDomain.cs:714
at at (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName)
at System.Reflection.Assembly.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/3.4.0.34/src/mono/mcs/class/corlib/System.Reflection/Assembly.cs:600
at ObjCRuntime.Runtime.CollectReferencedAssemblies (System.Collections.Generic.List`1[T] assemblies, System.Reflection.Assembly assembly) [0x0006d] in /Users/builder/data/lanes/4691/462bb659/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:441
at ObjCRuntime.Runtime.CollectReferencedAssemblies (System.Collections.Generic.List`1[T] assemblies, System.Reflection.Assembly assembly) [0x0006d] in /Users/builder/data/lanes/4691/462bb659/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:441
at ObjCRuntime.Runtime.RegisterEntryAssembly (System.Reflection.Assembly entry_assembly) [0x00035] in /Users/builder/data/lanes/4691/462bb659/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:402
at ObjCRuntime.Runtime.RegisterAssemblies () [0x00006] in /Users/builder/data/lanes/4691/462bb659/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:378
at AppKit.NSApplication.Init () [0x00022] in /Users/builder/data/lanes/4691/462bb659/source/xamarin-macios/src/AppKit/NSApplication.cs:59
at TestRoslynApp.MainClass.Main (System.String[] args) [0x00001] in /Users/gouri/Downloads/TestRoslynApp/TestRoslynApp/Main.cs:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment