http://bjr.ata.net.cn/sgzj03reg/Candidate/C_SignIn.aspx 在打开这个站点时,出现的提示是:
Culture name zh-Hans-CN is not supported. Parameter name: nameDescription:
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 zh-Hans-CN is not supported. Parameter name: name
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[ArgumentException: Culture name zh-Hans-CN is not supported.
Parameter name: name]
System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +218
System.Globalization.CultureInfo.CreateSpecificCulture(String name) +28
ETX.WebSite.Service.WebCultureResolver.ResolveCulture() +319
Spring.Web.UI.Page.get_UserCulture() +61
Spring.Web.UI.Page.OnInit(EventArgs e) +48
ETX.WebSite.Candidate.C_SignIn.OnInit(EventArgs e) +50
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +197
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
在其他浏览器中是可以打开的,请问是什么原因