[Mono-bugs] [Bug 73736][Wis] New - [XSP2] Regression on HEAD

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 18:15:52 -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 grompf@sublimeintervention.com.

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

--- shadow/73736	2005-03-15 18:15:52.000000000 -0500
+++ shadow/73736.tmp.20947	2005-03-15 18:15:52.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 73736
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: osx 10.3.8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [XSP2] Regression on HEAD
+
+<kangaroo> take a look at line 95 of CompilationConfigurationHandler.cs  
+<kangaroo> in System.Web.Configuration
+<kangaroo> the code path for xsp2 is
+<kangaroo> Compiler compiler = new Compiler ();
+<kangaroo> config.Compilers [compiler.Language] = compiler;
+<kangaroo> which is causing
+
+System.InvalidOperationException: Property '' not found in configuration section
+in <0x000e0> System.Configuration.ConfigurationElement:set_Item (string,object)
+in <0x001a0> System.Web.Configuration.CompilationConfigurationHandler:ReadCompilers 
+(System.Xml.XmlNodeList,System.Web.Configuration.CompilationConfiguration)
+
+<kangaroo> as compiler.Language == ""
+
+r41813 introduced this regression.