I'm having issues with the CalendarExtender not disposing when it is done.
Here is what the error looks like
-- d:\E\AjaxTk-AjaxControlToolkit\Release\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs 00000000 push edi 00000001 push esi 00000002 push ebx 00000003 mov esi,ecx 00000005 mov ebx,edx 00000007 cmp dword ptr ds:[03847ED4h],0 0000000e je 00000015 00000010 call 7278C609 00000015 mov edx,5C358ED8h <-- error here 0000001a mov ecx,51EEB38h 0000001f call 7278F006 00000024 mov edx,ebx 00000026 mov ecx,esi 00000028 call 54A68100 0000002d mov ecx,esi 0000002f call dword ptr ds:[051EEE2Ch] 00000035 mov edi,eax 00000037 test edi,edi 00000039 je 0000005D 0000003b mov ecx,esi 0000003d call dword ptr ds:[051EEE48h] 00000043 mov edi,eax 00000045 mov ecx,edi 00000047 mov eax,dword ptr [ecx] 00000049 call dword ptr [eax+00000090h] 0000004f mov edi,eax 00000051 test edi,edi 00000053 je 0000005D 00000055 mov ecx,esi 00000057 call dword ptr ds:[051EEE70h] 0000005d nop 0000005e pop ebx 0000005f pop esi 00000060 pop edi 00000061 ret
Here is the CalendarExtender in question:
<cc1:CalendarExtender ID="CalendarExtender6" runat="server" TargetControlID="ASDTextBox" Format="dd-MMMM-yyyy"> </cc1:CalendarExtender>
I originally had a format of dd-MMM-yyyy and was having the problem. I saw this post : http://forums.asp.net/t/1067282.aspx
So I changed my formating. no luck
Hi Jebrik,
Would you please post ithere? Our developers will evaluate them seriously and take them into consideration when designing future release of the product. Thanks.
Best regards,
Jonathan