Advertisement
Guest User

MonoDevelop Err

a guest
Jun 6th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. System.IO.FileLoadException: Could not load file or assembly 'Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
  2.  
  3. File name: 'Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
  4.  
  5. at MonoDevelop.Components.Docking.ShadedContainer.DrawBackground(Widget w, Rectangle allocation)
  6.  
  7. at MonoDevelop.Components.Docking.ShadedContainer.DrawBackground(Widget w) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Docking\ShadedContainer.cs:line 184
  8.  
  9. at MonoDevelop.Ide.Gui.SdiDragNotebook.OnExposeEvent(EventExpose evnt) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide.Gui\DefaultWorkbench.cs:line 1379
  10.  
  11. at Gtk.Widget.exposeevent_cb(IntPtr widget, IntPtr evnt)
  12.  
  13.  
  14.  
  15. WRN: Assembly binding logging is turned OFF.
  16.  
  17. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  18.  
  19. Note: There is some performance penalty associated with assembly bind failure logging.
  20.  
  21. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement