Click here to Skip to main content
15,916,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error Rendering Control:-

an unhandled exception has occured.

could not find any resources appropriate for specified culture or neutral culture.make sure "AjaxControlToolkit.Properties.Resources.resources"was correctly embedded or linked into

assembly"AjaxControlToolkit"at compile time,or that all satellite assemblies required are loadable and fully signed...








how it can be solved please help me as soon as possible
Posted
Comments
[no name] 21-Aug-12 7:11am    
i got this error on .aspx page how it can be solved please help me
AmitGajjar 21-Aug-12 8:27am    
Please get appropriate version of AjaxControlToolkit and try again. Make sure the previous version is uninstalled.
[no name] 21-Aug-12 8:30am    
can you please help me which is latest version of ajax

You're not using AJAX. You're using the ASP.NET AJAX controls. Either way, I think the issue has to do with globalization, and not the most recent version. Go to here[^] and get the latest version but also, always expect the error means what it says. So, also read here[^] to find out how to make sure your code supports your region.
 
Share this answer
 
Comments
[no name] 21-Aug-12 8:41am    
how you can say that i am not using ajax
Christian Graus 21-Aug-12 8:43am    
Because AJAX does not have 'versions' and does not come from Microsoft. It's built in to your browser and you use it with javascript. You're using a Microsoft library which SOMETIMES uses AJAX and so is named after it. It doesn't matter, my answer is still correct. My point was just that your tag for this question is, strictly speaking, wrong. 'ASP.NET' would be correct, and if you added 'AJAX', people would know what you meant.
[no name] 21-Aug-12 8:48am    
i have downloaded before your reply after that there is the error i.e i have written on the top
Christian Graus 21-Aug-12 8:51am    
Like I said, I don't think it's the version, that's why I gave the second link, your issue has to do with globalization, just like the error message says
Did you add the ScriptManager in the page just after the form tag,

<form>
   <asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown"></asp:scriptmanager>
   <!-- your code here - -->


</form>


Hope this helps.
cheers
 
Share this answer
 
Comments
[no name] 30-Aug-12 3:22am    
its not working
Sandip.Nascar 30-Aug-12 3:53am    
Is the scripmanager missing from your code before?

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900