[Mono-bugs] [Bug 57244][Wis] Changed - @file attribute not respected on <appSettings>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 14:14:04 -0400 (EDT)


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 krisolav@hotmail.com.

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

--- shadow/57244	2004-04-20 11:34:28.000000000 -0400
+++ shadow/57244.tmp.25519	2004-05-05 14:14:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 57244
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: krisolav@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,31 @@
 every time
 
 Additional Information:
 
 ------- Additional Comments From gonzalo@ximian.com  2004-04-20 11:34 -------
 fixed in CVS.
+
+------- Additional Comments From krisolav@hotmail.com  2004-05-05 14:14 -------
+This works from the command line now, but doesn't seem to work as part
+of the Web.config.  The following exception occurs:
+
+You must specify a path when calling
+      System.IO.Path.GetFullPath
+Parameter name: path
+in <0x00042> System.IO.Path:GetFullPath (string)
+in <0x001b2> System.Configuration.NameValueFileSectionHandler:Create
+(object,object,
+     System.Xml.XmlNode)
+in <0x001c0>
+System.Web.Configuration.ConfigurationData:GetConfigInternal (string,
+     System.Web.HttpContext,bool)
+in <0x0008b>
+System.Web.Configuration.ConfigurationData:GetConfigOptLocation (string,
+     System.Web.HttpContext,bool)
+in <0x002fe> System.Web.Configuration.ConfigurationData:GetConfig (string,
+     System.Web.HttpContext)
+in <0x00079> System.Web.Configuration.WebDefaultConfig:GetConfig (string,
+     System.Web.HttpContext)
+in <0x00030> System.Web.Configuration.WebDefaultConfig:GetConfig (string)
+in <0x00074> System.Configuration.ConfigurationSettings:GetConfig (string)
+in <0x00013> System.Configuration.ConfigurationSettings:get_AppSettings ()