BlogEngine.NET throws error: Culture name 'zh-CN\_vti_cnf' is not supported.

Discussion in 'ASP.NET Starter Kits' started by harryteckco, Nov 28, 2007.

  1. Hello, All.

    I am trying to install the BlogEngine.NET starter kit for the first time. All the pages work fine EXCEPT for the admin/pages/settings.aspx page. I tried the support team, but their response was that this is an application issue, however, I have no issues when running the same page on my local machine. Here is the following error I am getting (Any thoughts??):


    Culture name 'zh-CN\_vti_cnf' is not supported.
    Parameter name: name
    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.ArgumentException: Culture name 'zh-CN\_vti_cnf' is not supported.
    Parameter name: name
    Stack Trace:





    Code:
    [ArgumentException: Culture name 'zh-CN\_vti_cnf' is not supported.
    Parameter name: name]
       System.Globalization.CultureInfo.GetCultureInfo(String name) +2820252
       System.Globalization.CultureInfo.GetCultureInfoByIetfLanguageTag(String name) +78
       admin_Pages_configuration.BindCultures() +150
       admin_Pages_configuration.Page_Load(Object sender, EventArgs e) +37
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
    

    Thanks in advance,


    Harry
     
  2. _vti_cnf is a Frontpage folder name. If you do not need them,uninstall the FrontPage extensionson your site. It could be that BlogEngine.NET is reading the folders and crapping out at these FrontPage folders.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks, Aristole! Instead of using the VS 2005 copy project, I did a straight ftp copy in Internet Explorer. That prevented the FrontPage folders to get copied up in the mix.


    --Harry
     

Share This Page