Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF Error - Reference.cs is blank (empty) [closed]

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

like image 513
Anil Purswani Avatar asked Dec 22 '22 14:12

Anil Purswani


1 Answers

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

like image 52
Marcelo Lujan Avatar answered Feb 27 '23 00:02

Marcelo Lujan