info-joetannouri
-
4/28/2012 9:31:28 AM
RE:'CMS.SiteProvider.UICultureInfoProvider'
Hello,
I am having something similar on a fresh installation of kentico v6.0.4297, while im trying to edit the stylesheet or Importing site or object:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'CMS.SiteProvider.UICultureInfoProvider' does not contain a definition for 'NumberOfUICultures'
Source Error:
Line 436: CMSContext.CurrentUser.IsAuthorizedPerResource("CMS.Localization", "LocalizeStrings") && Line 437: !this.IsLiveSite && Line 438: (SettingsKeyProvider.DevelopmentMode || (UICultureInfoProvider.NumberOfUICultures > 1)) && Line 439: !textbox.Text.StartsWith(INPLACE_MACRO_START); Line 440:
Thanks
|