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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79921 --- shadow/79921 2006-11-13 16:42:09.000000000 -0500 +++ shadow/79921.tmp.24056 2006-11-13 16:42:09.000000000 -0500 @@ -0,0 +1,93 @@ +Bug#: 79921 +Product: Mono: Runtime +Version: unspecified +OS: +OS Details: windows XP 64bit 2003 edition +Status: NEW +Resolution: +Severity: +Priority: Major +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ASP.NET 2.0 runtime error + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Globalization not implemented properly in web.config + + <globalization + culture="bg-BG"/> + +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: +System.ArgumentOutOfRangeException: Argument is out of range.Parameter +name: value at System.Web.UI.WebControls.Unit..ctor (System.String value, +Char sep) [0x00000] at System.Web.UI.WebControls.Unit..ctor +(System.String value, System.Globalization.CultureInfo culture) [0x00000] + at System.Web.UI.WebControls.FontUnit..ctor (System.String value, +System.Globalization.CultureInfo culture) [0x00000] at +System.Web.UI.WebControls.FontUnit.Parse (System.String s, +System.Globalization.CultureInfo culture) [0x00000] at +System.Web.UI.WebControls.FontUnitConverter.ConvertFrom +(ITypeDescriptorContext context, System.Globalization.CultureInfo culture, +System.Object value) [0x00000] at +System.ComponentModel.TypeConverter.ConvertFrom (System.Object o) [0x00000] + at System.Web.Compilation.TemplateControlCompiler.GetExpressionFromString +(System.Type type, System.String str, System.Reflection.MemberInfo member) +[0x00000] at +System.Web.Compilation.TemplateControlCompiler.AddCodeForPropertyOrField +(System.Web.UI.ControlBuilder builder, System.Type type, System.String +var_name, System.String att, System.Reflection.MemberInfo member, Boolean +isDataBound, Boolean isExpression) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.ProcessPropertiesAndFields +(System.Web.UI.ControlBuilder builder, System.Reflection.MemberInfo member, +System.String id, System.String attValue, System.String prefix) [0x00000] + at +System.Web.Compilation.TemplateControlCompiler.CreateAssignStatementFromAttribute +(System.Web.UI.ControlBuilder builder, System.String id) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.CreateAssignStatementsFromAttributes +(System.Web.UI.ControlBuilder builder) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.CreateControlTree +(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean +childrenAsProperties) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.CreateControlTree +(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean +childrenAsProperties) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.CreateControlTree +(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean +childrenAsProperties) [0x00000] at +System.Web.Compilation.TemplateControlCompiler.CreateMethods () [0x00000] + at System.Web.Compilation.PageCompiler.CreateMethods () [0x00000] at +System.Web.Compilation.BaseCompiler.Init () [0x00000] at +System.Web.Compilation.BaseCompiler.GetCompiledType () [0x00000] at +System.Web.Compilation.AspGenerator.GetCompiledType () [0x00000] at +System.Web.UI.PageParser.CompileIntoType () [0x00000] at +System.Web.UI.TemplateControlParser.GetCompiledInstance () [0x00000] at +System.Web.UI.PageParser.GetCompiledPageInstance (System.String +virtualPath, System.String inputFile, System.Web.HttpContext context) +[0x00000] at System.Web.UI.PageHandlerFactory.GetHandler +(System.Web.HttpContext context, System.String requestType, System.String +url, System.String path) [0x00000] at +System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) +[0x00000] at System.Web.HttpApplication+<>c__CompilerGenerated6.MoveNext +() [0x00000] + + +Expected Results: +Normal operation + +How often does this happen? +always + +Additional Information: +mono 1.2 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
