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=81193 --- shadow/81193 2007-03-19 11:59:43.000000000 -0500 +++ shadow/81193.tmp.2960 2007-03-19 11:59:43.000000000 -0500 @@ -0,0 +1,139 @@ +Bug#: 81193 +Product: Mono: Tools +Version: 1.0 +OS: +OS Details: windows XP 64 bit +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: XSP2 does not work fine + +Description of Problem: +Application could not start. + +Compiled with: aspnet_compiler -u -p "E:\Work\funds\myfunds" -v / +E:\Work\funds\funds_deployment + +XSP2 is used, not XSP. + +Additional Information: +The web config has the following line: +<globalization culture="bg-BG" requestEncoding="windows-1251" +responseEncoding="windows-1251" fileEncoding="windows-1251"/> + +The source files are saved in unicode. The Regional settings are set to +Balgerian and the lang for non unicode programs is en-us. + + + + +Steps to reproduce the problem: +1. hope I can attach the source code +2. +3. + +Actual Results: +Description: Error processing request. + +Error Message: HTTP 500. + +Stack Trace: + +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.MasterPageCompiler.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.UserControlParser.CompileIntoType () [0x00000] + at System.Web.UI.MasterPageParser.GetCompiledMasterType (System.String +virtualPath, System.String inputFile, System.Web.HttpContext context) +[0x00000] + at System.Web.UI.PageParser.ProcessMainAttributes +(System.Collections.Hashtable atts) [0x00000] + at System.Web.UI.TemplateParser.AddDirective (System.String directive, +System.Collections.Hashtable atts) [0x00000] + at System.Web.UI.TemplateControlParser.AddDirective (System.String +directive, System.Collections.Hashtable atts) [0x00000] + at System.Web.UI.PageParser.AddDirective (System.String directive, +System.Collections.Hashtable atts) [0x00000] + at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, +TagType tagtype, System.String tagid, System.Web.Compilation.TagAttributes +attributes) [0x00000] + at (wrapper delegate-invoke) +System.MulticastDelegate:invoke_void_ILocation_TagType_string_TagAttributes +(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes) + at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, +System.String id, System.Web.Compilation.TagAttributes attributes) [0x00000] + at System.Web.Compilation.AspParser.Parse () [0x00000] + at System.Web.Compilation.AspGenerator.Parse (System.String file) [0x00000] + at System.Web.Compilation.AspGenerator.Parse () [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: +See the default.aspx + +How often does this happen? +always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
