Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81935 --- shadow/81935 2007-07-03 05:41:09.000000000 -0400 +++ shadow/81935.tmp.28648 2007-07-07 08:39:50.000000000 -0400 @@ -101,6 +101,67 @@ Carlos. ------- Additional Comments From [EMAIL PROTECTED] 2007-07-03 05:41 ------- Thank's I m newbie with SVN and compil, package will be release as soon? + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-07 08:39 ------- +From now i had installed mono runtime from SVN (today) and also the +generic linux version 1.2.4 in my /opt/mono1.2.4 dir , so to make +check, i first do a # which mono ---> give /opt/mono..... and start +mono ./Processkiller.exe --> give me already the same "Missing method" +message. +if i edit my .bashrc file and put of lines about /op/mono and then +restart a shell consol, try a which mono --> give /usr/bin/mono , also +a mono -V give : [EMAIL PROTECTED] Debug]# mono -V +Mono JIT compiler version 1.2.4 (/trunk/ r) +Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com + TLS: __thread + GC: Included Boehm (with typed GC) + SIGSEGV: normal + Architecture: x86 + Disabled: none [EMAIL PROTECTED] Debug]# + +then i do : mono ./Processkiller.exe and this time give me : + [EMAIL PROTECTED] Debug]# mono ./ProcessGrpKiller.exe + +Unhandled Exception: System.ArgumentException: A null reference or +invalid value was found [GDI+ status: InvalidParameter] + 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 +Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun +() [0x00000] + at +Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run +(System.String[] commandLine) [0x00000] + at ProcessGrpKiller.My.MyApplication.Main (System.String[] Args) +[0x00000] + +if yu need, i can share my source of it to have a debug purpose. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
