I have need to use in my website AjaxControlToolkit.dll assembly version 1.0.20229.26329 (for YAF)
After rebuild project AdvancedAutoSuggestControlExtender.2.0.2.4 with assembly version AjaxControlToolkit 1.0.20229.26329 occur next error
Code:
Extender control type 'ConvincingMail.AdvancedAutoSuggest.AdvancedAutoSuggestExtender' does not have any attributes of type 'System.Web.UI.TargetControlTypeAttribute'. Extender control types must have at least one attribute of type 'System.Web.UI.TargetControlTypeAttribute'.
What I can do?