Re: Error message translation
From: Marina (someone_at_nospam.com)
Date: 02/05/04
- Next message: Kevin Spencer: "Re: Set file name returned from ASP.NET page by URL"
- Previous message: Michael Mayer [C# MVP]: "Re: Multiple buttons from different ASP.NET controls"
- In reply to: Simon Harvey: "Error message translation"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 15:47:20 -0500
Looks like you are assigning an invalid value to that property.
"Simon Harvey" <simon.harvey@the-web-works.co.uk> wrote in message
news:ufZVoTC7DHA.1804@TK2MSFTNGP12.phx.gbl...
> Hi everyone,
>
> Can anyone translate the following error into english for me and advise me
> on what I need to do in order to fix it? I havent seen this one and I'm
not
> sure what it means
>
> Thanks everyone
>
> Simon
>
> Culture name rs1_5cb7eaa7979;q=0.0 is not supported. Parameter name: name
>
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.ArgumentException: Culture name
> rs1_5cb7eaa7979;q=0.0 is not supported. Parameter name: name
>
> Source Error:
>
>
> Line 69: this.Culture = "en-gb";
> Line 70: }
> Line 71: this.UICulture = Request.UserLanguages[0];
> Line 72: }
> Line 73: }
>
>
> Source File: C:\Inetpub\wwwroot\spirit\Default.aspx.cs Line: 71
>
> Stack Trace:
>
>
> [ArgumentException: Culture name rs1_5cb7eaa7979;q=0.0 is not supported.
> Parameter name: name]
> System.Globalization.CultureInfo..ctor(String name, Boolean
> useUserOverride) +218
> System.Web.UI.Page.set_UICulture(String value) +44
> spirit.LoginPage.Page_Load(Object sender, EventArgs e) in
> C:\Inetpub\wwwroot\spirit\Default.aspx.cs:71
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +720
>
>
>
>
- Next message: Kevin Spencer: "Re: Set file name returned from ASP.NET page by URL"
- Previous message: Michael Mayer [C# MVP]: "Re: Multiple buttons from different ASP.NET controls"
- In reply to: Simon Harvey: "Error message translation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|