[Mono-bugs] [Bug 76650][Wis] New - PC#4e,
Chapter 14: DeclarativeDataDisplay example doesn't compile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 8 16:54:15 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=76650
--- shadow/76650 2005-11-08 16:54:15.000000000 -0500
+++ shadow/76650.tmp.30674 2005-11-08 16:54:15.000000000 -0500
@@ -0,0 +1,91 @@
+Bug#: 76650
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+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, Chapter 14: DeclarativeDataDisplay 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. DOwnload and unzip
+http://www.libertyassociates.com/pages/files/ProgCSharp4eSourceR3.zip
+2. cd ProgCSharp4eSourceR3/Chapter 14
+3. find DeclarativeDataDisplay/DeclarativeDataDisplay/ -name "*.cs" |
+xargs ~/bin/gmcs -r:System.Windows.Forms -r:System.Drawing -r:System.Data
+-out:t.exe
+
+Actual Results:
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(183,15):
+error CS0234: The type or namespace name `DataGridView' does not exist in
+the namespace `System.Windows.Forms'. Are you missing an assembly
+reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(185,15):
+error CS0234: The type or namespace name `DataConnector' does not exist in
+the namespace `System.Windows.Forms'. Are you missing an assembly
+reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(187,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(188,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(189,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(190,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(191,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(192,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(193,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(194,13):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(195,10):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+DeclarativeDataDisplay/DeclarativeDataDisplay/DeclarativeDB.Designer.cs(196,10):
+error CS0234: The type or namespace name `DataGridViewTextBoxColumn' does
+not exist in the namespace `System.Windows.Forms'. Are you missing an
+assembly reference?
+Compilation failed: 12 error(s), 0 warnings
+
+
+Expected Results:
+Should compile cleanly as in MS.NET 2.0.
+
+How often does this happen?
+ Every time
+
+Additional Information:
+ with 1.1.10 SVN.
More information about the mono-bugs
mailing list