The error message we've got had to do with us forgetting to rename the class that implemented our interface for the service (the one with the operation-contract on it).
Here are the places you'll need to search and replace when you
do a rename:
- The .svc-file itself
- The markup-file of the .svc-file
- The web.config of the service
- The class that implements your service-contract interface
Hmmm - not very pretty this..
No comments:
Post a Comment