[Mono-bugs] [Bug 78272][Maj] Changed - [2.0] ClassName attribute not working with mod-mono-server2

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 8 06:24:30 EST 2007


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 juraj at hotfeet.ch.

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

--- shadow/78272	2006-12-28 14:53:32.000000000 -0500
+++ shadow/78272.tmp.10218	2007-02-08 06:24:30.000000000 -0500
@@ -34,6 +34,44 @@
 as of today). GetString("ClassName") is not called in the NET_2_0
 case, only in the #else-case.
 
 GetString("ClassName") removes the ClassName attribute. If it is not
 called, the last line in the calling method throws the expection as
 the "ClassName"-item is left in the "attr"-Hashtable.
+
+------- Additional Comments From juraj at hotfeet.ch  2007-02-08 06:24 -------
+This is the stacktrace from Server.GetLastError() retrieved in
+Application_Error:
+
+System.Web.Compilation.ParseException: Unknown attribute: ClassName
+  at System.Web.UI.BaseParser.ThrowParseException (System.String
+message) [0x00000] 
+  at System.Web.UI.TemplateParser.ProcessMainAttributes
+(System.Collections.Hashtable atts) [0x00000] 
+  at System.Web.UI.TemplateControlParser.ProcessMainAttributes
+(System.Collections.Hashtable atts) [0x00000] 
+  at System.Web.UI.UserControlParser.ProcessMainAttributes
+(System.Collections.Hashtable atts) [0x00000] 
+  at System.Web.UI.TemplateParser.AddDirective (System.String
+directive, System.Collections.Hashtable atts) [0x00000] 
+  at System.Web.UI.TemplateControlParser.AddDirective (System.String
+directive, System.Collections.Hashtable atts) [0x00000] 
+  at System.Web.Compilation.AspGenerator.TagParsed (ILocation
+location, TagType tagtype, System.String tagid,
+System.Web.Compilation.TagAttributes attributes) [0x00000] 
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_ILocation_TagType_string_TagAttributes
+(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
+  at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype,
+System.String id, System.Web.Compilation.TagAttributes attributes)
+[0x00000] 
+  at System.Web.Compilation.AspParser.Parse () [0x00000] 
+  at System.Web.Compilation.AspGenerator.Parse (System.String file)
+[0x00000] 
+  at System.Web.Compilation.AspGenerator.Parse () [0x00000] 
+  at System.Web.Compilation.AspGenerator.GetCompiledType () [0x00000] 
+  at System.Web.UI.UserControlParser.CompileIntoType () [0x00000] 
+  at System.Web.UI.UserControlParser.GetCompiledType (System.String
+virtualPath, System.String inputFile, System.Collections.ArrayList
+deps, System.Web.HttpContext context) [0x00000] 
+  at System.Web.UI.TemplateParser.RegisterCustomControl (System.String
+tagPrefix, System.String tagName, System.String src) [0x00000]


More information about the mono-bugs mailing list