Server Error in '/' Application.

String reference not set to an instance of a String.
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.ArgumentNullException: String reference not set to an instance of a String.
Parameter name: name

Source Error:


Line 40: 		if (!IsPostBack)
Line 41: 		{
Line 42: 			ci = new CultureInfo(Language);
Line 43: 			Thread.CurrentThread.CurrentUICulture = ci;
Line 44: 

Source File: d:\Website\Rdpbweb2017\Sufficiency\Default.aspx.cs    Line: 42

Stack Trace:


[ArgumentNullException: String reference not set to an instance of a String.
Parameter name: name]
   System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +14336807
   Sufficiency_Default.Page_Load(Object sender, EventArgs e) in d:\Website\Rdpbweb2017\Sufficiency\Default.aspx.cs:42
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1607


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4075.0