[Mono-bugs] [Bug 77562][Maj] Changed - Missing interface implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 20 14:19:22 EST 2006


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 eto at shaw.ca.

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

--- shadow/77562	2006-02-16 05:28:40.000000000 -0500
+++ shadow/77562.tmp.24817	2006-02-20 14:19:22.000000000 -0500
@@ -106,6 +106,79 @@
 ------- Additional Comments From develop at blr.hu  2006-02-16 05:28 -------
 I can reproduce the bug with
 
 xsp2.exe 1.1.13.0 / Mono 1.1.13.2 Build 1 on Windows XP
 and
 xsp2.exe 1.1.10.0 / Mono 1.1.13.2 on current Debian testing/unstable
+
+------- Additional Comments From eto at shaw.ca  2006-02-20 14:19 -------
+
+I get this same error with the 1.1.13.2 Windows release on XP (using
+xsp2).  In this case, the stack trace looks like:
+
+System.Exception: Could not initialize database 'curtis-rim' --->
+System.Configuration.ConfigurationException: system.net/settings does
+not implement System.Configuration.IConfigurationSectionHandler ()
+in <0x000e1>
+System.Web.Configuration.ConfigurationData:CreateNewHandler
+(System.String sectionName, System.Web.Configuration.SectionData section)
+in <0x001d1> System.Web.Configuration.ConfigurationData:GetHandler
+(System.String sectionName)
+in <0x00055> System.Web.Configuration.ConfigurationData:GetHandler
+(System.String sectionName)
+in <0x00055> System.Web.Configuration.ConfigurationData:GetHandler
+(System.String sectionName)
+in <0x00026>
+System.Web.Configuration.ConfigurationData:GetConfigInternal
+(System.String sectionName, System.Web.HttpContext context, Boolean
+useLoc)
+in <0x00072>
+System.Web.Configuration.ConfigurationData:GetConfigOptLocation
+(System.String sectionName, System.Web.HttpContext context, Boolean
+useLoc)
+in <0x00276> System.Web.Configuration.ConfigurationData:GetConfig
+(System.String sectionName, System.Web.HttpContext context)
+in <0x0005a> System.Web.Configuration.WebDefaultConfig:GetConfig
+(System.String sectionName, System.Web.HttpContext context)
+in <0x00022> System.Web.Configuration.WebDefaultConfig:GetConfig
+(System.String sectionName)
+in <0x0001a> System.Configuration.ConfigurationSettings:GetConfig
+(System.String sectionName)
+in <0x000a5> System.Net.Sockets.Socket:CheckProtocolSupport ()
+in <0x00007> System.Net.Sockets.Socket:get_SupportsIPv6 ()
+in <0x00090> System.Net.Dns:hostent_to_IPHostEntry (System.String
+h_name, System.String[] h_aliases, System.String[] h_addrlist)
+in <0x0005b> System.Net.Dns:GetHostByName (System.String hostName)
+in <0x00058> System.Net.Dns:Resolve (System.String hostName)
+in <0x000fc> Mono.Data.Tds.Protocol.TdsComm:.ctor (System.String
+dataSource, Int32 port, Int32 packetSize, Int32 timeout, TdsVersion
+tdsVersion)
+in <0x00101> Mono.Data.Tds.Protocol.Tds:.ctor (System.String
+dataSource, Int32 port, Int32 packetSize, Int32 timeout, TdsVersion
+tdsVersion)
+in <0x00018> Mono.Data.Tds.Protocol.Tds70:.ctor (System.String server,
+Int32 port, Int32 packetSize, Int32 timeout)
+in (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds70:.ctor (string,int,int,int)
+in <0x000a8>
+Mono.Data.Tds.Protocol.TdsConnectionPoolManager:CreateConnection
+(Mono.Data.Tds.Protocol.TdsConnectionInfo info)
+in <0x0001d> Mono.Data.Tds.Protocol.TdsConnectionPool:CreateConnection ()
+in <0x00207> Mono.Data.Tds.Protocol.TdsConnectionPool:GetConnection ()
+in <0x0026b> System.Data.SqlClient.SqlConnection:Open ()
+in <0x00135> Syd.Data.SystemSettings:GetSetting (Guid settingKey,
+Boolean isLongSetting, Boolean fromCache)
+in <0x00071> Syd.Data.Database:GetDatabaseVersion ()
+in <0x000be> Syd.Data.Database:Initialize ()--- End of inner exception
+stack trace ---
+
+in <0x001cb> Syd.Data.Database:Initialize ()
+in <0x0006a> Syd.Configuration:GetDatabase (System.String databaseId)
+in <0x0001e> Syd.Interface.Web.Current:GetDatabase (System.String
+databaseID)
+in <0x001dd>
+Syd.Interface.Web.HttpHandlers.VirtualPageFactory:GetHandler
+(System.Web.HttpContext context, System.String requestType,
+System.String virtualPath, System.String path)
+in <0x001e9> System.Web.HttpApplication:GetHandler
+(System.Web.HttpContext context)
+in <0x00bc1> System.Web.HttpApplication+<Pipeline>__4:MoveNext ()


More information about the mono-bugs mailing list