I have developed a Custom control that is used by various different applications. Within my control I have some Ajax functionality and in the applicaitons that use my control there are differing requirements for the version of Ajax being used. In the consumers web.config I have a dependent assembly identified for the AjaxControlToolKit with the proper PublicKeyToken and theoldVersion="1.0.10920.32880-4.1.40412.2"newVersion="3.0.30930.0"
I then put the 3.0.30930.0 version of the AjaxControlToolKit version 3.0.30930.0 and I sill get the identified error message at runtime. This has historically worked but is not working now.
AM I missing something obvious?
Brother Miles