“Could not load file or assembly” error but I don't know which project is referencing this assembly with old number

﹥>﹥吖頭↗ 提交于 2019-12-07 16:03:32

You can check the properties of each reference to ASSEMBLY_NAME and verify that the path you see is something like ASSEMBLY_NAME\bin\Debug and not PROJECT_CONTAINING_THE_REFERENCE\bin\Debug.

Alternatively you can delete all your bin and obj folders in the projects and do a Rebuild All. One of your projects should fail building. That's the one with the wrong reference.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!