c# - Build succeeded but publish failed in VS 2013 for WCF -


this question asked many times. said solutions did not help. tried publish wcf project. build failed on publish. following message in output window.

output window

i tried following things

  1. checked vs2013 having administrator rights.
  2. folders have permission modify.
  3. changed "msbuild project build output verbosity" option "detailed"

above things did not give me solution. attached solution explorer reference.

solution explorer

how can resolve problem?

i've ran issue before, latest while upgrading wcf project visual studio 2013 2015. solution (with multiple projects) build , run fine within vs fail when publishing wcf service. no error in publish step message:

========== publish: 0 succeeded, 1 failed, 0 skipped ========== 

the solution has been in project properties. in latest case, build > platform target setup x64 default in vs2015, changed "any cpu" , resolved issue. hope helps.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -