Click here to Skip to main content
15,896,359 members
Articles / Web Development / ASP.NET

Could not find any resources for the specified culture

Rate me:
Please Sign up or sign in to vote.
3.67/5 (3 votes)
28 Jun 2010CPOL 84.5K   1  
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure AjaxControlToolkit.Properties.Resources.resources was correctly embedded or linked into assembly AjaxControlToolkit at compile time, or that all the satellite assemblies required are loadable...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
16 Aug 2012Sang Mr. Ngoc
You can try to add under line into content page. EnableScriptLocalization="true" ID="ScriptManager1" ScriptMode="Debug" CombineScripts="false" />
Please Sign up or sign in to vote.
26 Jul 2010parvaz15
Solution : Drag a new toolkitscriptmanager on to the form and use any new ajax control on that page. This will work. :thumbsup:
Please Sign up or sign in to vote.
8 Feb 2011Apoorva singh
Add Ajax Toolscript Manager on that page.eg:after register assebly, add toolscript manager:
Please Sign up or sign in to vote.
28 Jun 2010Sandeep Mewara
Look here:Problems One May Encounter When trying to use the Ajax Control Toolkit for the first time[^]

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions