MSBUILD : error MSB1008: Only one project can be specified

前端 未结 18 890
眼角桃花
眼角桃花 2021-01-30 09:39

Why am I getting the following Build error?

C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\msbuild.exe C:\\Code\\EduBenesysNET\\EduBenesysNET\\EduBenesysNET.vbproj /t:pu         


        
18条回答
  •  春和景丽
    2021-01-30 10:25

    This problem appears when you have a path or a property containing a space and that is not quoted.

    All your properties and path have quote around them, it's strange. The error message indicates Education as a switch, try to remove /p:ProductName="Total Education TEST" to see if it works.

提交回复
热议问题