ASMX - Odd errors after changing namespace on your code behind files

Post date: Feb 2, 2010 9:19:46 AM

By doing a search replace(entire solution) to change all the namespaces in your web service project you would think that everything was fine. But no, the find replace does not change the namespace in the Markup-file for the asmx.

The errors indicate that it is trying to instantiate a class of the Old namespace.

If you also change the assembly name when you change the namespace you will notice how the old implementation is still beeing used and you can't debug.