The specified solution configuration “Debug|BNB” is invalid

前端 未结 4 1013
难免孤独
难免孤独 2021-02-18 20:05

In Expression Blend 4, while compiling I get an error saying

The specified solution configuration “Debug|BNB” is invalid. Please specify a valid solution

4条回答
  •  不知归路
    2021-02-18 20:19

    If still not work try to specify configuration and platform

    for example

    msbuild testproject.sln /p:Configuration=Debug /p:Platform="Any CPU"
    

    This works for me.

提交回复
热议问题