於vs2008 .net建置網站時,發生無法參考建置的錯誤訊息,如下:
Project file contains ToolsVersion=”4.0″. Which is not supported by this version of MSBuild‧
Terating the project as if it had ToolsVersion=”3.5″
可能原因:
有使用過VS2010開啟過引用的Library專案
解決方式:
使用notepad開啟被引用的Library專案下的.csprj
發現ToolsVersion的設定為”4.0″,更改為”3.5″存檔後,於vs2008中重新建置即可。
Visual Studio does not include any source control support built in but it defines two alternative ways for source control systems to integrate with the IDE.