Error : Could not find any resources appropriate for the specified culture or the neutral culture
Just recieved this error:
Ajax Tool kit realted .Net errors look a lot more worse than they really are.
What we have to do is simply add scriptManager ;)
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" />
0 comments:
Post a Comment