- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我用 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/
我的网站使用这样创建的自定义区域性: var cib = new CultureAndRegionInfoBuilder("en-gb-xxxx", CultureAndRegionModifiers
使用 es-CA 创建文化信息,显然不正确应该抛出异常,但现在不会。 这之前抛出了一个CultureNotFoundException:new CultureInfo("es-CA")。它现在似乎退回
我用 C# 开发了一个网站,该网站在我的计算机上可以在所有 3 种浏览器(FireFox、IE 和 Chrome)上运行。 在其他计算机上可以在 IE 上运行,但在 FireFox 上收到以下错误:
我已将我的 ASP.NET MVC 2 项目迁移到 VS 2010 + .NET 4.0。 现在,当我启动应用程序时,我在 IntelliTrace 和 Output/Gebug 窗口中收到很多“Cu
在我记得的所有 MVC 项目中(我现在使用的是版本 3),我收到错误: A first chance exception of type 'System.Globalization.CultureNo
我们使用 CultureInfo(customCulture) 将文化设置为自定义文化 为了以防万一,我们在 app_start 的 global.cs 中创建了 customCulture。 在我的
我是一名优秀的程序员,十分优秀!