String was not recognized as a valid Boolean.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi, I'm Daniel Watt. New user..  I have your application up and running  but with errors.. hosted with Go Daddy.
zipcodemaplasvegas.com.  Any help?  Also having trouble with sales tax..

Thank You!    [email protected]


I'm getting this error when logged in as supervisor.  and try to navigate to global form main menu.  It shows up other places to ..



Server Error in '/' Application.

String was not recognized as a valid Boolean.

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.FormatException: String was not recognized as a valid Boolean.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[FormatException: String was not recognized as a valid Boolean.]
   System.Boolean.Parse(String value) +9619278
   NopSolutions.NopCommerce.BusinessLogic.Configuration.Settings.SettingManager.GetSettingValueBoolean(String name, Boolean defaultValue) +99
   NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerService.get_FormFieldDateOfBirthEnabled() +67
   NopSolutions.NopCommerce.Web.Administration.Modules.GlobalSettingsControl.BindData() +10354
   NopSolutions.NopCommerce.Web.Administration.Modules.GlobalSettingsControl.Page_Load(Object sender, EventArgs e) +136
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Control.LoadRecursive() +146
   System.Web.UI.Control.LoadRecursive() +146
   System.Web.UI.Control.LoadRecursive() +146
   System.Web.UI.Control.LoadRecursive() +146
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
12 years ago
Seems that somebody manually modified some settings in your store. Some of your settings on Global settings page were entered incorrectly and cannot be parsed. For example, "tru5" instead of "true". You have to manually find such a setting in your database and change it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.