We are currently migrating all our solutions from 2005 to 2010 (that\'s right, we\'re skipping 2008!). We are also changing our file structure to make some more sense (some
I had the same issue with a (web) service reference in my project. Both "Update service Reference" and "Configure Service Reference" did not work anymore.
Well lets just throw the (web) service reference away and create it again. No go! Same error message.
Solution: Edit the project file and remove everything which has to do with service references.
Instructions:
Problem solved (Well it was in my case).
My guess of what could have happened: I changed a class somewhere in my web service. The interface was not changed and Visual Studio somehow does not see the change(s). The (cached?) configuration does not match anymore and configuring/rebuilding/deleting the (web) service fails.
Ran into this today.
Deleted bin & obj folders.
Reopened Visual Studio and it suddenly worked.
What happened to me was that all my references on my project were lost, so I had to insert them again.