[Mono-bugs] [Bug 53217][Nor] New - [asp.net] Subproperties not recognized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 12:50:25 -0500 (EST)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53217

--- shadow/53217	2004-01-22 12:50:25.000000000 -0500
+++ shadow/53217.tmp.17215	2004-01-22 12:50:25.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 53217
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [asp.net] Subproperties not recognized
+
+Compile the .cs file as:
+mcs -out:bin/SubProperties1.dll -target:library -r:System.Web.dll
+-r:System.Drawing.dll SubPropertyControl1.cs
+
+Actual Results:
+
+Server Error in '/jonathan' Application
+Parser Error
+Description: Error parsing a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message: Unrecognized attribute: Font-Color
+
+File name: /home/jonathan/public_html/SubProperties1.aspx    Line: 6
+
+Expected Results:
+See (1) for actual results but what should happen is the word 'Test' should
+appear in red.
+(1) http://www.develop.com/books/essentialasp.net/ 
+	Listing 8-14  SubPropertiesClient.aspx  run  view source
+	Listing 8-15  SubPropertyControl.cs  view source