I'm attempting to get the cascadingdropdown to work and get this weird error. I've followed the cascadingdropdown database walk-through thoroughly. It's extremely frustrating to see these great controls that are such a pain in the butt to use. I'm using and XP machine with Visual Studio 2005 and I'm only using the local ASP.net development server to test the page.
Do I need to import the ExtenderControlBase.cs into my website? There is no mention of this in the walk through directions or environment setup.
Here is the stack trace from the error.
at AjaxControlToolkit.CascadingDropDown.CascadingDropDown_ClientStateValuesLoaded(Object sender, EventArgs e) in d:\TFS\AtlasControlToolkit\Release\AjaxControlToolkit\CascadingDropDown\CascadingDropDownExtender.cs:line 188
at AjaxControlToolkit.ExtenderControlBase.LoadClientStateValues() in d:\TFS\AtlasControlToolkit\Release\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs:line 386
at AjaxControlToolkit.ExtenderControlBase.Page_PreLoad(Object sender, EventArgs e) in d:\TFS\AtlasControlToolkit\Release\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs:line 350
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnPreLoad(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Here is the dissembly:
--- d:\TFS\AtlasControlToolkit\Release\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs
00000000 push esi
00000001 push eax
00000002 mov dword ptr [esp],edx
00000005 mov esi,ecx
00000007 cmp dword ptr ds:[05413ADCh],0
0000000e je 00000015
00000010 call 74056816
00000015 mov ecx,esi
00000017 call dword ptr ds:[0562B448h]
0000001d nop
0000001e pop ecx
0000001f pop esi
00000020 ret 4