Files missing in bin folder when publishing ASP.NET MVC application -


i have release website developed developer has left company. i'm struggling publish using vs2012 publish functionality. publish method 'file system'. seems writes files folder called bin. problem not files put there. in vs show yellow warning icon. if put them there manually seem deleted every time try publish again.

there file called packages.config , folder called packages (not in project, on same level project). of missing files in there. i'm not quite sure how suppose helping/used. might explain me?

in case helps, here list of missing files:

  • dapper.pdb &.xml
  • microsoft.data.edm.dll & xml
  • microsoft.data.odata.dll & xml
  • microsoft.practices.unity (x2 dll & xml)
  • microsoft.web.mvc.fixeddisplaymodes.dll
  • newtonsoft.json.dll & xml
  • system.net.http.formatting (dll & xml)
  • system.web.helpers (dll & xml)
  • system.web.http.odata (dll & xml)
  • system.web.http.tracing (dll & xml)
  • system.web.http.webhost (dll & xml)
  • system.web.http.xml
  • system.web.mvc.xml
  • system.web.razor.dll
  • system.web.webpages.razor (dll & xml)
  • system.web.webpages.deployment (dll & xml)

references above included in project.

what can solve this?

the packages.config , packages directory relate nuget.
may need nuget update on local vs project in order these missing dlls back. have @ nuget documentation, , try nuget restore command line.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -