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=76649 --- shadow/76649 2005-11-08 16:45:51.000000000 -0500 +++ shadow/76649.tmp.30593 2005-11-08 16:45:51.000000000 -0500 @@ -0,0 +1,45 @@ +Bug#: 76649 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: PC#4e, Ch14: WorkingWithADONET example doesn't compile + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. Get and unzip +http://www.libertyassociates.com/pages/files/ProgCSharp4eSourceR3.zip +2. cd ProgCSharp4eSourceR3/Chapter 14 +3. find WorkingWithADONET/WorkingWithADONET/ -name "*.cs" | xargs +~/bin/gmcs -r:System.Windows.Forms -r:System.Drawing -r:System.Data +-out:t.exe + + +Actual Results: +WorkingWithADONET/WorkingWithADONET/Form1.Designer.cs(35,10): error +CS0117: `System.Windows.Forms.ListBox' does not contain a definition for +`FormattingEnabled' + + +Expected Results: +Should compile cleanly and run like in MS.NET 2.0. + +How often does this happen? +Every time. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
