c# - culture name ne-NP not supported -


i have host application built in c#.net, asp.net , backend oracle. application hosted in 1 of server , running smoothly. have copied files , folder in server same configuration of running server.

the version of iis 6.0 , machine has windows server 2003 running on it. when deploy application following error message while browsing. please me issue.

 culture name 'ne-np' not supported. parameter name: name description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.  exception details: system.argumentexception: culture name 'ne-np' not supported. parameter name: name  source error:  unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below.  stack trace:   [argumentexception: culture name 'ne-np' not supported. parameter name: name]    system.globalization.culturetablerecord..ctor(string culturename, boolean useuseroverride) +7481609    system.globalization.culturetablerecord.getculturetablerecord(string name, boolean useuseroverride) +213    system.globalization.cultureinfo..ctor(string name, boolean useuseroverride) +45    system.web.httpserverutility.createreadonlycultureinfo(string name) +200    system.web.ui.page.set_culture(string value) +194    _default.onpreinit(eventargs e) +232    system.web.ui.page.performpreinit() +31    system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +282   version information: microsoft .net framework version:2.0.50727.3053; asp.net version:2.0.50727.3053  

declare culture in aspx page:

<%@ page language="c#" autoeventwireup="true" codefile="xxx.aspx.cs" inherits="xxx" culture="ne-np" %> 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -