Updating AjaxToolKit Breaks WCF Service for AutoCompleteExtender

Posted by Rob Jones on Stack Overflow See other posts from Stack Overflow or by Rob Jones
Published on 2010-03-29T18:58:22Z Indexed on 2010/03/29 19:03 UTC
Read the original article Hit count: 476

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about autocomplete

Related posts about wcf