compilation - VS 2010: Compiling Class Project, Debug Release, looking for path from my PC on other developer's computers? -


we have common compiled code library accessible number of advanced developers within our company. build releases periodically, releasing 'release' version our dev, test environments , debug release developers use.

oddly, when build debug release, references path of project on pc show when developer tries use debug version of dll on pc. haven't worked extensively compiling these dlls, should able build debug release , give other developers use within projects, correct? or not how works?

references path of project on pc show when developer tries use debug version of dll on pc. haven't worked extensively compiling these dlls, should able build debug release , give other developers use within projects, correct? or not how works?

when build debug version, you're building .pdb, contains symbols required debugging. going include file paths, line numbers, etc, , based on system library built. that's why see these paths.

that being said, won't hurt - can use assemblies debug, won't able see code when happens, won't have projects.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -