Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created September 8, 2017 16:39
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/208a7cd6082fb09d2f9f6c2f780d5de2 to your computer and use it in GitHub Desktop.
Save GouriKumari/208a7cd6082fb09d2f9f6c2f780d5de2 to your computer and use it in GitHub Desktop.
Exception info
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 /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/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 /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/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 /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/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/1381/6ac6efb4/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:464
at ObjCRuntime.Runtime.CollectReferencedAssemblies (System.Collections.Generic.List`1[T] assemblies, System.Reflection.Assembly assembly) [0x0006d] in /Users/builder/data/lanes/1381/6ac6efb4/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:464
at ObjCRuntime.Runtime.RegisterEntryAssembly (System.Reflection.Assembly entry_assembly) [0x00035] in /Users/builder/data/lanes/1381/6ac6efb4/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:425
at ObjCRuntime.Runtime.RegisterAssemblies () [0x00006] in /Users/builder/data/lanes/1381/6ac6efb4/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:401
at AppKit.NSApplication.Init () [0x00022] in /Users/builder/data/lanes/1381/6ac6efb4/source/xamarin-macios/src/AppKit/NSApplication.cs:60
at TestRoslynApp.MainClass.Main (System.String[] args) [0x00001] in /Users/gourik/Downloads/TestRoslynApp/TestRoslynApp/Main.cs:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment