Why Visual Studio makes duplicates of .dlls in build folder? -

work on project have inherited developer. mix of vb.net & c#. solution made of multiple projects: config(start-up project),common,agent + project stdplugin under plugin folder. (plugins .dlls loaded during runtime). non-plugin projects, output path set bin\debug\. plugins projects output path set config\bin\debug\plugins.
after project compiled, config\bin\debug\ has .dlls +.pdbs , .exe projects. however, config\bin\debug\plugins contains copies of project .dlls + .pdbs , .ddl + .pdb stdplugin project. in other words, getting duplicates. on top of that, when run build->clean solution, config\bin\debug\ being cleaned out, config\bin\debug\plugins not.
some clarifications: 1. project build debugging. 2. noticed above issues while investigating the source file different module build issue affects reader project. not stop on breakpoins in reader project.
Comments
Post a Comment