[Mono-bugs] [Bug 76296][Wis] New - Cannot get Type for System.Web.Configuration.ClientTargetSectionHandler

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 30 11:40:40 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 rogerio.araujo at gmail.com.

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

--- shadow/76296	2005-09-30 11:40:40.000000000 -0400
+++ shadow/76296.tmp.31212	2005-09-30 11:40:40.000000000 -0400
@@ -0,0 +1,92 @@
+Bug#: 76296
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: rogerio.araujo at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot get Type for System.Web.Configuration.ClientTargetSectionHandler
+
+Everytime when i try to load a page with a User Control in any language i
+got the error:
+
+System.Configuration.ConfigurationException: Cannot get Type for
+System.Web.Configuration.ClientTargetSectionHandler, System.Web,
+Version=1.0.5000.0, Culture=neutral ()
+in <0x000a1> System.Web.Configuration.ConfigurationData:CreateNewHandler
+(System.String sectionName, System.Web.Configuration.SectionData section)
+in <0x001cb> 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 <0x00075>
+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 <0x00017> System.Web.Configuration.WebConfigurationSettings:GetConfig
+(System.String sectionName, System.Web.HttpContext context)
+in <0x0000d> System.Web.HttpContext:GetConfig (System.String name)
+in <0x00a84> System.Web.UI.PageParser:ProcessMainAttributes
+(System.Collections.Hashtable atts)
+in <0x000c9> System.Web.UI.TemplateParser:AddDirective (System.String
+directive, System.Collections.Hashtable atts)
+in <0x005d8> System.Web.UI.TemplateControlParser:AddDirective
+(System.String directive, System.Collections.Hashtable atts)
+in <0x00129> System.Web.Compilation.AspGenerator:TagParsed (ILocation
+location, TagType tagtype, System.String tagid,
+System.Web.Compilation.TagAttributes attributes)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_ILocation_TagType_string_TagAttributes
+(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
+in <0x00023> System.Web.Compilation.AspParser:OnTagParsed (TagType tagtype,
+System.String id, System.Web.Compilation.TagAttributes attributes)
+in <0x00186> System.Web.Compilation.AspParser:Parse ()
+in <0x0001d> System.Web.Compilation.AspGenerator:DoParse ()
+in <0x000d2> System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x00029> System.Web.UI.PageParser:CompileIntoType ()
+in <0x00011> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
+in <0x00035> System.Web.UI.PageParser:GetCompiledPageInstance
+(System.String virtualPath, System.String inputFile, System.Web.HttpContext
+context)
+in <0x00010> System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext context, System.String requestType, System.String
+url, System.String path)
+in <0x001e1> System.Web.HttpApplication:GetHandler (System.Web.HttpContext
+context)
+in <0x00888> System.Web.HttpApplication+<Pipeline>__1:MoveNext ()
+
+Steps to reproduce the problem:
+
+1. In any webapp put the download.aspx and download.ascx and then load
+download.aspx in the browser.
+
+Actual Results:
+
+The error above.
+
+Expected Results:
+
+A database conection error.
+
+How often does this happen? 
+
+Always.
+
+Additional Information:
+
+The error occur after update to mono 1.1.9.1, only load the download.aspx
+in browser is necessary to do the test.


More information about the mono-bugs mailing list