visual studio 2013 - MSBuild Error: "The solution file has two projects named ..." -
i'm trying figure out how make msbuild work can set automated builds , appreciate weird error.
i'm using visual studio 2013, , web application project. solution has 8 different class libraries. i've got several publish profiles set web project, i've been using these few months , work flawlessly.
now i'm trying use msbuild execute 1 of publish profiles. command have @ moment:
msbuild "c:\projects\od_cd_mis\release 6.10\source\nccdphpmis_web_build.sln" /p:deployonbuild=true /p:publishprofile="dev intranet"
this fails following message:
build started 6/10/2015 11:18:01. c:\projects\od_cd_mis\release 6.10\source\nccdphpmis_web_build.sln : solution file error msb5004: t solution file has 2 projects named "nccdphpmis_bll".
build failed.
c:\projects\od_cd_mis\release 6.10\source\nccdphpmis_web_build.sln : solution file error msb5004: solution file has 2 projects named "nccdphpmis_bll".
0 warning(s) 1 error(s)
time elapsed 00:00:00.01
the first thing checked 2 projects in *.sln file same name , don't see anything. went far create new solution file , add project files , i'm getting same error.
i don't see i'm missing. know else cause error?
thanks.
this project naming issue in solution file. check things similar names except punctuation _ or .. there appears behavior treat blah_something , blah.something same thing , report error. source
Comments
Post a Comment