BV Commerce Forum
»
BV Commerce Support
»
General Support
»
BVC5 - Options Language (Getting the following Error)
Rank: Member
Joined: 8/25/2007(UTC) Posts: 124
|
Ideas of how to fix?
<H1>Server Error in '/' Application. <HR color=silver SIZE=1 width="100%"> </H1> <H2>Culture name 'div-mv' is not supported. Parameter name: name </H2> [color=#ffffcc>
[tr ][td ]<CODE>The]1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.[/code] [/td][/tr]</TABLE>
<B>[1]
Version Information:[/1] Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614 <!-- [ArgumentException]: Culture name 'div-mv' is not supported. Parameter name: name at System.Globalization.CultureInfo.CreateSpecificCulture(String name) at BVSoftware.Bvc5.Core.Content.Country.get_SampleCurrency() in c:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Content\Country.vb:line 86 at BVSoftware.Bvc5.Core.Content.Country.get_SampleNameAndCurrency() in c:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Content\Country.vb:line 98 [TargetInvocationException]: Property accessor 'SampleNameAndCurrency' on object 'BVSoftware.Bvc5.Core.Content.Country' threw the following exception:'Culture name 'div-mv' is not supported. Parameter name: name' at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName, String format) at System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at BVAdmin_Configuration_Languages.PopulateCountries() at BVAdmin_Configuration_Languages.Page_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.bvadmin_configuration_languages_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --><!-- This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.-->
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Did you just add that country or make any changes to it? You may need to change the culture code for Maldives. Go to /BVAdmin/Configuration/countries_edit.aspx?id=271f61fc-9f93-4ac2-bcda-d62640e23489 and change the culture code to "dv-MV". |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 2/7/2006(UTC) Posts: 66
|
I got the same error after installing 5.7.3 - I hadn't made any changes to any country settings or added Maldova (although it is enabled on my store). I disabled Maldova (sorry Maldovans!) and the error went away. I think the Maldova country is setup using the older Culture code format div-mv when it should now be dv-mv. The error actually caused the store to forget it region/language settings (reset to $$ from ££).
Anyway, unless I need Maldova enabled it won't be a problem. |
|
|
|
|
Rank: Member
Joined: 8/25/2007(UTC) Posts: 124
|
Thank you for your help. I disabled Maldives and everything is working fine again. Something must be wrong with the Maldives country setup. I am using version 5.7.3
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.