Value cannot be null.<br>Parameter name: value

Server Error in '/' Application.

Value cannot be null.
Parameter name: value

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: Value cannot be null.
Parameter name: value

Source Error:


Line 492:        {
Line 493:            if (value == null)
Line 494:                throw new ArgumentNullException("value");
Line 495:            if (value.Length == 0)
Line 496:                return value;

Source File: c:\ArcticCoop_siteFiles\www\App_Code\ThinkShift\Store\globals.cs    Line: 494

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: value]
   thinkshiftinc.com.corestore.globals.toTitleCase(String value) in c:\ArcticCoop_siteFiles\www\App_Code\ThinkShift\Store\globals.cs:494
   thinkshiftinc.com.corestore.dataAccess.item.get_Name() in c:\ArcticCoop_siteFiles\www\App_Code\ThinkShift\dataaccess\Store\store_manufacturers.cs:165
   CMSTemplates_ArcticCoop_CAP_CAP_ArtistBio.Page_Load(Object sender, EventArgs e) in c:\ArcticCoop_siteFiles\www\CMSTemplates\ArcticCoop_CAP\CAP_ArtistBio.aspx.cs:38
   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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


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