Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this questionI added the service reference in my project and it has created all required wsdl files. But when I looked at the reference.cs file, I found it blank.
-Anil
you can rightclick in the service reference created and click the
Configure service reference...
option.
in the DataType section UnCheck Reuse types in referenced assemblies
This happens if the add service references fails.
We have seen this fail with very large contracts where the size of the response is greater than the configured size in WCF.
精彩评论