“Are you missing an assembly reference?” compile error - Visual Studio

后端 未结 9 680
悲&欢浪女
悲&欢浪女 2020-12-09 08:48

I am currently working on a server control for other applications in our company to interface with a WCF service. Every time I make a change code change and recompile the c

9条回答
  •  天命终不由人
    2020-12-09 09:19

    I found this issue in Visual Studio 2019 Version 16.4.4

    I resolved most issues by discovering that the

    packages.config
    

    was missing the appropriate reference

    eg:

    
    

提交回复
热议问题