Content Management System and E-commerce for ASP.NET
MY ACCOUNT SHOPPING CART
  phone U.S. TOLL-FREE NUMBER:
1-888-225-2767
 
 
DevNet > Knowledge base > API and Internals > Resource keys are displayed instead of the labels in administration UI.
   

Resource keys are displayed instead of the labels in administration UI.

This article deals with an odd problem in 3.0 version when for some reason the labels (e.g. on the tabs) are not displayed and the resource string keys are displayed instead. 

Applies to: 3.0 


It is occurring when some process using separate thread make request before application itself. It is already fixed in 3.1 release. Meanwhile I could provide you with really easy hot fix:

Please open the '~\App_Code\Global.asax.cs' file, find the 'Application_Start()' method and add the 'ResHelper.GetString("general.ok");' line in the very beginning of the method. Save the changes and restart the application using the 'Site manager-> Administration-> System-> Restart application'. It should fix the problem.

Moreover, it is highly recommended to upgrade to the latest version (www.kentico.com/Download/Upgrades.aspx).

See also:
 
     
     
 

Technical Support

If you do not find an answer to your questions here, please contact our technical support at support@kentico.com.