Updating AjaxToolKit Breaks WCF Service for AutoCompleteExtender
- by Rob Jones
I had a perfectly working WCF service that I used for a custom AutoCompleteExtender but when I updated the AjaxControlToolKit.dll the service no longer works. I changed nothing else but removing the old DLL and adding the new one.
Is there something else I need to update that I am missing?
I can access the service so I know it's working properly but the methods are just not getting called by the AutoCompleteExtender.