[Mono-dev] ArgumentOutOfRangeException: Argument is out of range

Fabio Marini f.marini at gmail.com
Thu Apr 13 18:28:19 EDT 2006


Hello all,
I recently started to receive the following error on certain web forms
that used to work correctly before. I haven't changed anything in the
configuration and for the life of me I can't figure out what happened.
I tried to stop apache, delete all from /tmp and restart but no luck.
If anyone has seen this before, I'd appreciate any feedback...

I'm using Mono 1.1.9 with Apache 2.0.47 on Fedora Core 1. If you need
more info please let me know.

Many thanks,
Fabio

System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: value
in <0x00496> System.Web.UI.WebControls.Unit:.ctor (System.String
value, Char sep)
in <0x00038> System.Web.UI.WebControls.Unit:.ctor (System.String
value, System.Globalization.CultureInfo culture)
in <0x0014c> System.Web.UI.WebControls.FontUnit:.ctor (System.String
value, System.Globalization.CultureInfo culture)
in <0x00024> System.Web.UI.WebControls.FontUnit:Parse (System.String
s, System.Globalization.CultureInfo culture)
in <0x000cb> System.Web.UI.WebControls.FontUnitConverter:ConvertFrom
(ITypeDescriptorContext context, System.Globalization.CultureInfo
culture, System.Object value)
in <0x0001f> System.ComponentModel.TypeConverter:ConvertFrom (System.Object o)
in <0x00b6a> System.Web.Compilation.TemplateControlCompiler:GetExpressionFromString
(System.Type type, System.String str, System.Reflection.MemberInfo
member)
in <0x000c0> 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)
in <0x0043f> System.Web.Compilation.TemplateControlCompiler:ProcessPropertiesAndFields
(System.Web.UI.ControlBuilder builder, System.Reflection.MemberInfo
member, System.String id, System.String attValue, System.String
prefix)
in <0x002f3> System.Web.Compilation.TemplateControlCompiler:CreateAssignStatementsFromAttributes
(System.Web.UI.ControlBuilder builder)
in <0x000ff> System.Web.Compilation.TemplateControlCompiler:CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties)
in <0x0038b> System.Web.Compilation.TemplateControlCompiler:CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties)
in <0x0038b> System.Web.Compilation.TemplateControlCompiler:CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties)
in <0x00038> System.Web.Compilation.TemplateControlCompiler:CreateMethods ()
in <0x0000a> System.Web.Compilation.PageCompiler:CreateMethods ()
in <0x000d5> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x000fa> 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 ()



More information about the Mono-devel-list mailing list