WCF Error - Reference.cs is blank (empty)

service-reference, wcf

Solution

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`

Problem

I 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

Original source

Related problems