Where did the "Add Web Reference" disappear????
I am writing some code now days that does an extensive use with the WCE 2.0, don't ask why.
Anyway the consumer of the web service is a .NET 3.5 application (Windows app and web app) so I tried adding a web reference in the only way I know, using the "Add web reference" from the project's context menu. I was amazed to see that the menu option disappeared.
If you don't remember what i am talking about, here is the menu from vs.net 2005:
So I understood that the reason for that is because WCF service is backward compatible with asmx (web services) and i can simply add this reference from the "Add Service Reference" if i want. What i mean is that the communication abilities of web services are part of the WCF abilities.
So i sought the only way to do it is to use the WSDL.EXE utility that still exists. but then i foung out that if you select "Add Service Reference" , you get this menu:

If you look the the left bottom side , and click the "Advanced" button, you get the menu:
And here it is!!!! on the left bottom side you get the missing "Add Web Reference".