Culture is not supported. Parameter name: name en_us 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 en_us is an invalid culture identifier.
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:
[CultureNotFoundException: Culture is not supported.
Parameter name: name
en_us is an invalid culture identifier.]
System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +202
TeaCommerce.Umbraco.Application.UI.UmbracoProtectedPage.OnInit(EventArgs e) +56
TeaCommerce.Umbraco.Application.Views.Stores.EditStore.OnInit(EventArgs e) +15
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
Error on installation of Starterkit:
Installation went smoothly (followed instructions at http://www.teacommerce.net/en/products/tea-commerce-starter-kit.aspx.) ; Everything seems to be fine. EXCEPT, when clicking on Admin TeaCommerce icon we get the following error:
Culture: EN-US
Server Error in '/' Application.
Culture is not supported.
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.Parameter name: name
en_us is an invalid culture identifier.
Exception Details: System.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: name
en_us is an invalid culture identifier.
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:
Why is the culture name en_us? it should be en-us. Can you change that i the Umbraco language settings?
Kind regards
Anders
is working on a reply...