Skip to main content

Posts

Showing posts with the label Site Setting Error

Site Setting giving error in DNN 7.3.1 (Admin > Site Settings - Critical Error )

Hi Today i found the solution for DNN 7.3.1 Bug. When you tried to access the Admin > Site Settings you will find the critical error Message: DotNetNuke.Services.Exceptions.PageLoadException: Selection out of range Parameter name: value ---> System.ArgumentOutOfRangeException: Selection out of range Parameter name: value    at Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource)    at Telerik.Web.UI.RadComboBox.OnDataSourceViewSelectCallback(IEnumerable data)    at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)    at Telerik.Web.UI.RadComboBox.OnDataBinding(EventArgs e)    at Telerik.Web.UI.RadComboBox.PerformSelect()    at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()    at Telerik.Web.UI.RadComboBox.DataBind()    at DotNetNuke.Web.UI.WebControls.DnnSkinComboBox.OnLoad(EventArgs e)   ...