Page Setting Error in DNN with Arabic Language Error :Valid values are between 1318 and 1500, inclusive. Parameter name: year
Dear All,
Today i found a solution for the problem of DNN Arabic Localization Error. In DNN 6.0 and + when we install the DNN it gives an issue under page setting the error is some thing like this
InnerException:Valid values are between 1318 and 1500, inclusive. Parameter name: year
Message:DotNetNuke.Services.Exceptions.PageLoadException: Valid values are between 1318 and 1500, inclusive. Parameter name: year ---> System.ArgumentOutOfRangeException: Valid values are between 1318 and 1500, inclusive. Parameter name: year etc ....
you can get rid of this problem by following below steps:
Step 2: Open following folder location : DNNDIRECTORY\DesktopModules\Admin\Tabs
Also repeat the same steps with module settings
Step 1: Open DNN installed directory
Step 2: Open following folder location : DNNDIRECTORY\admin\Modules
Today i found a solution for the problem of DNN Arabic Localization Error. In DNN 6.0 and + when we install the DNN it gives an issue under page setting the error is some thing like this
InnerException:Valid values are between 1318 and 1500, inclusive. Parameter name: year
Message:DotNetNuke.Services.Exceptions.PageLoadException: Valid values are between 1318 and 1500, inclusive. Parameter name: year ---> System.ArgumentOutOfRangeException: Valid values are between 1318 and 1500, inclusive. Parameter name: year etc ....
you can get rid of this problem by following below steps:
Step 1: Open DNN installed directory Step 2: Open following folder location : DNNDIRECTORY\DesktopModules\Admin\Tabs
Step 3: Open ManageTabs.ascx
Step 4: Copy and past following line between Register controls and <Div>code
<%
startDatePicker.Culture = new System.Globalization.CultureInfo("en-US");
endDatePicker.Culture = new System.Globalization.CultureInfo("en-US");
%>
Also repeat the same steps with module settings
Step 1: Open DNN installed directory
Step 2: Open following folder location : DNNDIRECTORY\admin\Modules
Step 3: Open Modulesettingsascx
Step 4: Copy and past following line between Register controls and <Div>code
<%
startDatePicker.Culture = new System.Globalization.CultureInfo("en-US");
endDatePicker.Culture = new System.Globalization.CultureInfo("en-US");
%>
After that your problem will be resolve out
Regards
Rashid Imran Bilgrami
Comments
Post a Comment
Thanks for the Comments , Your review will display soon