Friday, November 18, 2011

Error : Could not find any resources appropriate for the specified culture or the neutral culture

Just recieved this error:
Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "AjaxControlToolkit.Properties.Resources.NET4.resources" was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed. 

Could not find any resources appropriate for the specified culture or 
the neutral culture.  Make sure 
"AjaxControlToolkit.Properties.Resources.NET4.resources" 
was correctly embedded or linked into assembly "AjaxControlToolkit" 
at compile time, or that all the satellite assemblies required are
loadable and fully signed.

Ajax Tool kit realted .Net errors look a lot more worse than they really are.
What we have to do is simply add scriptManager ;)
 
<ajax:ToolkitScriptManager 
ID="ToolkitScriptManager1" 
runat="server" />
Submit this story to DotNetKicks

0 comments: