Visual Studio refuses to build project due to missing assembly reference that isn't missing

前端 未结 6 1388
庸人自扰
庸人自扰 2020-12-18 18:38

I\'m building a c# windows service and has added a couple of assembly references (to other projects of my own) to my project.

I get the following error when I build

6条回答
  •  没有蜡笔的小新
    2020-12-18 18:56

    1.remove all references

    2.Build --> Clean solution

    3.Clean your project using this project as sometimes visual studio fails to clean everything neatly.

提交回复
热议问题