[Mono-bugs] [Bug 76206][Maj] New - PC#4e, Ch15: ASP.NET page compile error on ClassName attribute

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 23 21:21:25 EDT 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=76206

--- shadow/76206	2005-09-23 21:21:25.000000000 -0400
+++ shadow/76206.tmp.13077	2005-09-23 21:21:25.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 76206
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Other.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: matt at use.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: PC#4e, Ch15: ASP.NET page compile error on ClassName attribute
+
+Description of Problem:  
+ Programming C#, 4th ed. Chapter 15's sample web application fails to 
+compile with xsp2 due to unrecognized attribute "ClassName" 
+  
+Steps to reproduce the problem:  
+1.  unpack code in attachment into directory 
+2.  run xsp2 in directory 
+3.  in browser, load http://localhost:8080/HelloWeb.aspx 
+  
+Actual Results:  
+Error message: Unknown attribute: ClassName  
+File name:  /home/matt/src/ProgCSharp4eSourceR2/Chapter 
+15/ProgrammingCSharpWeb/HelloWeb.aspx    Line: 1  
+Source Error:  
+<%@ Page Language="C#" CompileWith="HelloWeb.aspx.cs" 
+ClassName="HelloWeb_aspx" %> 
+  
+Expected Results:  
+Should parse, compile, and run correctly. 
+  
+How often does this happen?   
+ Every time, with current SVN head. 
+  
+Additional Information:


More information about the mono-bugs mailing list