Hi there
Can anybody advise me?
I wanted to use an AJAX Animation Extender control on a RadAjaxPanel in an ASCX control. Apparently the appropriate version of the AJax DLL Control Toolkit that I need is the one that is dependent on .NET 3.5. I've had a go at installing the Ajax Control Toolkit DLL into the GAC, and that in itself worked, but unfortunately the act of adding references to the new DLL versions to the control and project in Visual Studio has subsequently caused DotNetNuke 5 no end of trouble, so it is now unable to load the aforementioned module.
I am currently getting the error:
... ModuleLoadException: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified. .... WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Which gives me a bad feeling. I don't really want to get too far into researching this error, if it is in fact just a symptom of the way DNN operates. So I need to know first, has anybody managed to get the new AJAX controls working in DNN 5, and should I expect this to work? If so, how should I go about installing AJAX correctly - where is the best place to the install the necessary DLLs, and do I need to have more than one version of the Ajax DLLs available, if indeed this is even possible? Or am I asking too much of DNN, does it not really support the new NET 3.5 versions of the controls?
Regards
Could anybody tell me