gpt4 book ai didi

c# - 系统.全局化.CultureNotFoundException : Culture is not supported

转载 作者:行者123 更新时间:2023-11-30 17:01:50 26 4
gpt4 key购买 nike

我用 C# 开发了一个网站,该网站在我的计算机上可以在所有 3 种浏览器(FireFox、IE 和 Chrome)上运行。 在其他计算机上可以在 IE 上运行,但在 FireFox 上收到以下错误:

"Culture is not supported.
Parameter name: name
English is an invalid culture identifier.
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.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: name
English is an invalid culture identifier.

Source Error:
Line 29: if (!String.IsNullOrEmpty(langValue))
Line 30: {
Line 31: UICulture = langValue;
Line 32: //Culture = langValue;
Line 33: "

我在其他计算机上的 IE 和 Chrome 上收到了同样的错误,但在 FireFox 上没有。所有浏览器都已更新到最新版本,并且都在 Windows 7 上。谁能给我一个提示或解决这个问题的方法吗?谢谢

最佳答案

你可以尝试这样做:

转到“调试”菜单 -> “异常...”并检查是否已取消选中“异常”列表中的所有内容。

同时尝试从位于以下位置的 ASP.NET 临时文件夹中删除所有文件:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files

关于c# - 系统.全局化.CultureNotFoundException : Culture is not supported,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20573175/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com