c# - Missing Referenced Components during Build -


problem solvers:

i working windows phone 8 application. introduced product project has reached level. pulled codes computer , when tried building app, getting "the referenced component 'xxxxxxxxxx' not found." (snips shown below).

the error windowsolution explorer window

here algorithm:

  • if joined project , cannot build project: goto a
  • if want fix yourself:

    • do use nuget, if not mention other fellow devs. it's idea pick up. nuget re-download binaries central repository(ies) when rebuild project
    • open project file in notepad (.csproj) , references point to. it's point /bin or /obj folder developers shouldn't commit , didn't commit. right binaries other developers or elsewhere, create folder, libs in solution, put binaries there , reference vs these binaries. ensure libs folder committed source control
  • start using build server catch sort of trouble

== a ==

poke fellow developers (other project committers) fix references , commit source control, can pick them


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -