[Mono-bugs] [Bug 77850][Wis] New - CurrencyManager not getting the
ItemProperties correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 19 07:39:19 EST 2006
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 yom at iaelu.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77850
--- shadow/77850 2006-03-19 07:39:19.000000000 -0500
+++ shadow/77850.tmp.27724 2006-03-19 07:39:19.000000000 -0500
@@ -0,0 +1,53 @@
+Bug#: 77850
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: yom at iaelu.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CurrencyManager not getting the ItemProperties correctly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The current CurrencyManager class in the Mono Framework is not working the
+same as the CurrencyManager class in the .NET Framework.
+I've got a little application which is using the BindingContext to get the
+Items Properties of a typed DataSet created with VS.NET 2003.
+
+Steps to reproduce the problem:
+get the source in the zip link with this bug report
+the DataGrid directory contains a test with a simple datagrid and the typed
+dataset.
+the DataSet subdirectory contains a test with the same typed dataset and
+what I've searched to get the same result as if I used the .NET Framework.
+
+Actual Results:
+With Mono, you can see that the DataGrid test returns "tCivilite" in the
+console.
+
+Expected Results:
+The DataSet test returns the expected results :
+intID
+strAbreviation
+strLibelle
+
+How often does this happen?
+Always with Mono 1.1.13.4
+
+Additional Information:
+The DataSet test contains what can lead to the expected result. I've
+searched it alone without looking at anything else but the Mono 1.1.13.4
+branch. But since I used it the System.Reflection, I don't know if it is
+breaking any kind of rules to code some Windows.Forms source.
+
+Following attachment...
More information about the mono-bugs
mailing list