0
我們最近開始使用InstallShield。在我們的解決方案中,我們有幾個網站,而不是Web應用程序項目,還有一些C#項目。這些網站引用了其他C#項目。在Visual Studio中構建isproj時,一切都很好。但是當在命令行中構建解決方案時,在同一開發機器上,使用獨立構建,isproj會在兩個網站上拋出以下錯誤:MsBuild錯誤MSB3202:未找到項目文件「http:// localhost/xxx」
C:\ Program Files(x86)\ MSBuild \ InstallShield \ 2012Spring \ InstallShield.targets (14,3):錯誤MSB3202:發現項目文件「http:// localhost/xxx」不是 。
任何想法?謝謝。
檢查此鏈接? http://stackoverflow.com/questions/4269998/getting-msbuild-error-msb3202-when-running-a-build-with-teamcity – anand