c# - Binaries (bin) not updating on server -


i working on project in visual studio under source control. changed assembly name , therefore name of assembly dll changed. if clean solution , build dlls updated in bin held locally. not have bin in source control. deploying server testing using msbuild. getting error when go website on server because appears dlls on server not being updated. when use msbuild, have 'clean workspace' set 'all', should clean solution , build again on server. doesn't appear happening. cannot find bin directory on server check either.

thanks help!

sometimes when msbuild or webdeploy needs overwrite old executable/library fails because process still accessing it, msbuild doesn't lot let know.

if have access server go directory (usually c:\inetpub\wwwroot\\bin) , try remove old files (may require killing w3m process) , redeploy.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -