[Mono-winforms-list] Getting the latest winforms code to run on linux

Maser, Dan Dan.Maser at inin.com
Mon Mar 26 16:39:54 EDT 2007


	
  I downloaded the 03/25/2007 daily tarball and updated my system with
it.   In the past I've also had to hack in a handful of methods that
weren't implemented yet with stub implementations (which I did rather
than change the source to omit them).   However, with the latest build
I'm getting a "not impl" error that isn't clear what change is needed,
nor clear what code of mine I can comment out.  Any ideas with locating
this error are appreciated!    I think this used to work with the
previous mono build I had since it doesn't look like a familiar error to
me.


type: 10 Not implemented

Unhandled Exception: System.NotImplementedException: Feature not
implemented.
  at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
  at System.Drawing.Image.InitFromStream (System.IO.Stream stream)
[0x00000]
  at System.Drawing.Image.LoadFromStream (System.IO.Stream stream,
Boolean keepAlive) [0x00000]
  at System.Drawing.Icon.GetInternalBitmap () [0x00000]
  at System.Drawing.Icon.ToBitmap () [0x00000]
  at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap
()
  at System.Windows.Forms.XplatUIX11.SetIcon (System.Windows.Forms.Hwnd
hwnd, System.Drawing.Icon icon) [0x00000]
  at System.Windows.Forms.XplatUIX11.SetIcon (IntPtr handle,
System.Drawing.Icon icon) [0x00000]
  at System.Windows.Forms.XplatUI.SetIcon (IntPtr handle,
System.Drawing.Icon icon) [0x00000]
  at System.Windows.Forms.Form.CreateHandle () [0x00000]
  at System.Windows.Forms.Control.CreateControl () [0x00000]
  at System.Windows.Forms.Control.SetVisibleCore (Boolean value)
[0x00000]
  at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000]
  at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000]
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000]
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
mainForm) [0x00000]
  at ININ.LogViewer.Program.Main (System.String[] Args) [0x00000]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070326/74c30e4b/attachment.html 


More information about the Mono-winforms-list mailing list