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

后端 未结 9 676
悲&欢浪女
悲&欢浪女 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:20

    In my case, I had to change the Copy Local setting to true (right-click assembly in solution explorer, select properties, locate and change value of Copy Local property). Once this setting was changed, publication of my WCF service copied the file to the server and the error went away.

提交回复
热议问题