Server Error in '/' Application.

Culture is not supported.
Parameter name: name
Post is an invalid culture identifier.

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.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: name
Post is an invalid culture identifier.

Source Error:


Line 55:         }
Line 56: 
Line 57:         var ci = CultureInfo.GetCultureInfo(culture);
Line 58:         Thread.CurrentThread.CurrentCulture = ci;
Line 59:         Thread.CurrentThread.CurrentUICulture = ci;

Source File: d:\hostingspaces\moblefilon.com\httpdocs\Global.asax    Line: 57

Stack Trace:


[CultureNotFoundException: Culture is not supported.
Parameter name: name
Post is an invalid culture identifier.]
   System.Globalization.CultureInfo.GetCultureInfo(String name) +13027093
   ASP.global_asax.Application_BeginRequest() in d:\hostingspaces\moblefilon.com\httpdocs\Global.asax:57

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
   System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +91
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +105
   System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +21
   System.Web.Util.ArglessEventHandlerProxy.Callback(Object sender, EventArgs e) +59
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +144
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


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