[Mono-bugs] [Bug 78970][Wis] New - [2.0] Support for nullable types in TemplateControlCompiler
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 28 10:17:25 EDT 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 grendello at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78970
--- shadow/78970 2006-07-28 10:17:25.000000000 -0400
+++ shadow/78970.tmp.26798 2006-07-28 10:17:25.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 78970
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: grendello at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] Support for nullable types in TemplateControlCompiler
+
+The attached test.aspx page will cause the current Mono
+TemplateControlCompiler to generate invalid code, as the ShowCheckBox and
+Expanded properties of TreeView are both nullable types and the
+GetExpressionFromString method doesn't support those. The diff fixes the
+problem.
More information about the mono-bugs
mailing list