Skip to content

Instantly share code, notes, and snippets.

@Rajneesh360Logica
Created April 9, 2015 19:41
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 Rajneesh360Logica/6973143b2e19b7d921b7 to your computer and use it in GitHub Desktop.
Save Rajneesh360Logica/6973143b2e19b7d921b7 to your computer and use it in GitHub Desktop.
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/TestArchiver.exe
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/XamMac.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.Core.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.Drawing.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/Mono.Security.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.Configuration.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.Xml.dll [External]
Loaded assembly: /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/bin/Debug/TestArchiver.app/Contents/MonoBundle/System.Security.dll [External]
Thread started: #2
Unhandled Exception:
MonoMac.AppKit.AppKitThreadAccessException: AppKit Consistency error: you are calling a method that can only be invoked from the UI thread.
at MonoMac.AppKit.NSApplication.EnsureUIThread () [0x0001a] in /Users/builder/data/lanes/macios-mac-macios-cycle5/4d68c9a4/source/maccore/src/AppKit/NSApplication.cs:100
at MonoMac.AppKit.NSView.get_Frame () [0x00001] in /Users/builder/data/lanes/macios-mac-macios-cycle5/4d68c9a4/source/maccore/src/build/mac/compat/AppKit/NSView.g.cs:3818
at Subsembly.Util.View.get_Frame () [0x00002] in /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/View.cs:66
[ERROR] FATAL UNHANDLED EXCEPTION: MonoMac.AppKit.AppKitThreadAccessException: AppKit Consistency error: you are calling a method that can only be invoked from the UI thread.
at MonoMac.AppKit.NSApplication.EnsureUIThread () [0x0001a] in /Users/builder/data/lanes/macios-mac-macios-cycle5/4d68c9a4/source/maccore/src/AppKit/NSApplication.cs:100
at MonoMac.AppKit.NSView.get_Frame () [0x00001] in /Users/builder/data/lanes/macios-mac-macios-cycle5/4d68c9a4/source/maccore/src/build/mac/compat/AppKit/NSView.g.cs:3818
at Subsembly.Util.View.get_Frame () [0x00002] in /Users/MM/Downloads/ButtonHighlightTest/TestArchiver/View.cs:66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment