Skip to content

Instantly share code, notes, and snippets.

@jimmgarrido
Created September 23, 2016 18:09
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 jimmgarrido/766fa1c992859e430a92b6de67234873 to your computer and use it in GitHub Desktop.
Save jimmgarrido/766fa1c992859e430a92b6de67234873 to your computer and use it in GitHub Desktop.
machine.config load error
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.Remoting.RemotingException: Configuration file '/Users/builder/data/lanes/3508/c1e5fa01/source/xamarin-macios/builds/install/mac64/etc/mono/4.5/machine.config' could not be loaded: Could not find a part of the path "/Users/builder/data/lanes/3508/c1e5fa01/source/xamarin-macios/builds/install/mac64/etc/mono/4.5/machine.config". ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/builder/data/lanes/3508/c1e5fa01/source/xamarin-macios/builds/install/mac64/etc/mono/4.5/machine.config".
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001c6] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/corlib/System.IO/FileStream.cs:233
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/corlib/System.IO/FileStream.cs:152
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean checkHost) [0x00065] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/referencesource/mscorlib/system/io/streamreader.cs:240
at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/referencesource/mscorlib/system/io/streamreader.cs:221
at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/referencesource/mscorlib/system/io/streamreader.cs:202
at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/referencesource/mscorlib/system/io/streamreader.cs:182
at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
at System.Runtime.Remoting.RemotingConfiguration.ReadConfigFile (System.String filename) [0x00006] in /Library/Frameworks/Xamarin.Mac.framework/Versions/2.10.0.99/src/mono/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:129
--- End of inner exception stack trace ---
at (wrapper managed-to-native) AppKit.NSApplication:NSApplicationMain (int,string[])
at AppKit.NSApplication.Main (System.String[] args) [0x00041] in /Users/builder/data/lanes/3508/c1e5fa01/source/xamarin-macios/src/AppKit/NSApplication.cs:94
at NSAlertSample.MainClass.Main (System.String[] args) [0x00007] in /Users/jimmygarrido/Downloads/mac-samples-master/NSAlert copy 5/Main.cs:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment