[Mono-bugs] [Bug 81935][Wis] New - System.NotImplementedException: listview
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 20:03:13 EDT 2007
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 surfzoid2002 at yahoo.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=81935
--- shadow/81935 2007-06-22 20:03:13.000000000 -0400
+++ shadow/81935.tmp.1518 2007-06-22 20:03:13.000000000 -0400
@@ -0,0 +1,72 @@
+Bug#: 81935
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: MDV 2007 Cooker (updated daily)
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: surfzoid2002 at yahoo.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.NotImplementedException: listview
+
+With 2 of my VB project write with MS VS or Sharpdevelop i have a
+"System.NotImplementedException:" message about listview, here is the 2
+windows output of them :
+First :
+
+mono ./MassePinger.exe
+
+** (./MassePinger.exe:18137): WARNING **: Missing method
+System.Windows.Forms.ListView::set_ShowItemToolTips(bool) in assembly
+/usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll,
+referenced in assembly
+/home/eric/tmp/MassePinger/MassePinger/bin/Debug/MassePinger.exe
+
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not implemented.
+ at Microsoft.VisualBasic.CompilerServices.Utils.GetResourceString
+(System.String ResourceKey, System.String[] Args) [0x00000]
+ at MassePinger.My.MyProject+MyForms.Create__Instance__[Form1]
+(MassePinger.Form1 Instance) [0x00000]
+ at MassePinger.My.MyProject+MyForms.get_Form1 () [0x00000]
+ at MassePinger.My.MyApplication.OnCreateMainForm () [0x00000]
+ at
+Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun
+() [0x00000]
+ at
+Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
+(System.String[] commandLine) [0x00000]
+ at MassePinger.My.MyApplication.Main (System.String[] Args) [0x00000]
+
+Second prog :
+mono ./ProcessGrpKiller.exe
+
+** (./ProcessGrpKiller.exe:17413): WARNING **: Missing method
+System.Windows.Forms.ListView::remove_ItemSelectionChanged(ListViewItemSelectionChangedEventHandler)
+in assembly
+/usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll,
+referenced in assembly
+/home/eric/tmp/ProcessGrpKiller/ProcessGrpKiller/bin/Debug/ProcessGrpKiller.exe
+
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not implemented.
+ at Microsoft.VisualBasic.CompilerServices.Utils.GetResourceString
+(System.String ResourceKey, System.String[] Args) [0x00000]
+ at ProcessGrpKiller.My.MyProject+MyForms.Create__Instance__[Form1]
+(ProcessGrpKiller.Form1 Instance) [0x00000]
+ at ProcessGrpKiller.My.MyProject+MyForms.get_Form1 () [0x00000]
+ at ProcessGrpKiller.My.MyApplication.OnCreateMainForm () [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]
More information about the mono-bugs
mailing list