Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends.

I am getting error when i use AJAX calender control.

Please refer my code .

XML
<form id="form1" runat="server">


       <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
   <AjaxToolkit:CalendarExtender ID="CalendarExtender1"  TargetControlID="TextBox1" runat="server" >

   </AjaxToolkit:CalendarExtender>


Error:
CSS
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 and fully signed.
<big>Description:</big> An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

<big>Exception Details:</big> System.Resources.MissingManifestResourceException: 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 and fully signed.

<big>Source Error:</big>
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Posted
Updated 1-May-12 22:54pm
v2

1 solution

Refer this you will find solution:

Could not find any resources for the specified culture[^]
 
Share this answer
 
Comments
Arul R Ece 2-May-12 5:25am    
Ya..thanks ..
Now working fine ..
sravani.v 2-May-12 5:42am    
Welcome Arul
VJ Reddy 22-May-12 6:25am    
Good reference. 5!
sravani.v 22-May-12 6:39am    
Thank youuu

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