[Mono-bugs] [Bug 76649][Maj] New - PC#4e,
Ch14: WorkingWithADONET example doesn't compile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 8 16:45:51 EST 2005
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 matt at use.net.
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: peter at novonyx.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list