This is a migrated thread and some comments may be shown as answers.

Cannot find a string resource with key 'ClearClass' in App_GlobalResources/RadEditor.Main.resx

2 Answers 112 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Krishna Rudraiah
Top achievements
Rank 1
Krishna Rudraiah asked on 06 Oct 2008, 04:49 PM

I am getting a resource key missing error from the new release of ASP.Net controls

Error
----------------------------------
Error:  Cannot find a string resource with key 'ClearClass' in App_GlobalResources/RadEditor.Main.resx. Please, make sure that your custom localization has all needed resource strings, or copy the original localization resources from your installation folder to App_GlobalResources. 

 Exception:  System.InvalidOperationException: Cannot find a string resource with key 'ClearClass' in App_GlobalResources/RadEditor.Main.resx. Please, make sure that your custom localization has all needed resource strings, or copy the original localization resources from your installation folder to App_GlobalResources. at Telerik.Web.LocalizationStrings.GetString(String key) at Telerik.Web.UI.Editor.MainStrings.get_ClearClass() 
Stack Trace:  at Telerik.Web.LocalizationStrings.GetString(String key) at Telerik.Web.UI.Editor.MainStrings.get_ClearClass() 


Build
---------------------------------------------
RadControls_for_ASP.NET_AJAX_2008_2_1001_dev_hotfix.zip

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Oct 2008, 06:21 AM
Hi Krishna,

It seems that you have not updated the App_GlobalResources folder in your project or for some reason the ClearClass string is missing.

Please, open the App_GlobalResources\RadEditor.Main.resx file and manually add the missing ClearClass string in the Name column. After that set the "Clear Class" string as a Value.

For your convenience I have attached my RadEditor.Main.resx file.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Krishna Rudraiah
Top achievements
Rank 1
answered on 07 Oct 2008, 03:32 PM
Thanks that worked    
Tags
Editor
Asked by
Krishna Rudraiah
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Krishna Rudraiah
Top achievements
Rank 1
Share this question
or