Refresh . Try creating the proxy manually using the wsdl tool and adding the proxy class as an existing element to the client web application project, as indicated in the link.
Something strange is happening with the proxy generation in your case from VS. There may be a problem with access. If this happens, you should find the VS proxy class under one of the% windir% \ Microsoft.NET \ Framework \ v2.0.50727 \ ASP.NET Temporary Files \ subfolders (for Asp.Net 2.0). Look for file names starting with App_WebReferences * .cs in the temporary folder.
When you added the web service, what name did you include in the web link? Use the same web link name in your import statement.
In this link , the name of the web link com.deepfitnessso that you can import com.deepfitnessnamespace in your asp.net application.