I have a VS2005 project that contains a couple web service references. The project has recently been upgraded to VS2008 but now there is a problem with the web references...probably because they may not have been upgraded properly.
When I select Update Web Reference I get the following error:
"Value cannot be null. Parameter name: discoveryError % mexError" which is very helpful.
I've then deleted the web reference with the intent of re-adding it...
The Add Web Reference dialog comes up and successfully loads information about each of the methods associated with the web service.
However, I can't add the reference as the button to do so is grayed out and there is a text box titled "Web services found at this URL:" which contains the text "Operation is not valid due to the current state of the object".
Now finally, this brings me to my main question... How then do I add this web reference? Or better yet, how do I find out what is invalid about the "current state of the object"?
Has anyone had a similar experience in VS2008?