Running ML 8.0.1.2
The store has been running for a while without any issues. Suddenly the other day we noticed some asp errors when trying to access the site. We saw it on one pc, and then another. Since then it happens quite regularly on my pc when trying to access the site. Its very random, and it can be easily fixed by deleting your cookies. Once you get the error on a pc, it will not go away until you delete your cookies.
This is the error code:
The name ''+LocaleSetting+'' contains characters that are not valid for a Culture or Region.
Parameter name: name
Line 301: Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(Localization.Get WebConfigLocale());
Line 302: Thread.CurrentThread.CurrentUICulture = new CultureInfo(ThisCustomer.LocaleSetting);
Line 303: LoadSkinTemplate();
Line 304: m_Parser = new Parser(m_EntityHelpers, m_SkinID, m_ThisCustomer);
Source File: \App_Code\SkinBase.cs Line: 302
The error happens on line 302.
The weird thing is this site gets a lot of traffic, and no users have seemed to complain about it, so I almost feel like I am the only one seeing the error, but I still feel it must be a problem everyone can see.
We have not made any changes recently that could of done this.
Does anyone have any idea what this could be, considering that deleting cookies will fix it.
Thanks.