今天从TFS上面获取了一个解决方案,编译的时候报错(...cloud not be CSC found)

今天从TFS上面获取了一个解决方案,编译的时候报错(...cloud not be CSC found)

最终在网上找到解决方案:

I just had the same problem. Visual Studio isn't building the project that's being referenced.

  1. Right click on the solution and click Properties.(右键解决方案,点击“属性”)
  2. Click Configuration on the left.(在左侧选择Configuration菜单)
  3. Make sure the check box under "Build" for the project it can't find is checked. If it is already checked, uncheck, hit apply and check the boxes again.
    (把所有Build取消勾选,然后确定;再次打开将Build勾选,再次确定,再去生成解决方案问题解决)

posted on 2015-07-14 10:24  老有所依  阅读(151)  评论(0)    收藏  举报

导航