Service reference not generating client types

前端 未结 7 948
野性不改
野性不改 2020-12-06 04:13

I am trying to consume a WCF service in a class library by adding a service reference to it. In one of the class libraries it gets consumed properly and I can access the cli

7条回答
  •  时光说笑
    2020-12-06 04:46

    I encountered the same issue. Turns out my project was referencing a DLL directly instead of a project reference. So even though my project had a reference for the assembly, it was to an old version. Once I updated the DLL and updated the service reference everything was working again.

提交回复
热议问题