c# - Deploy with files from bin\Release -


i´m deploying project in c# windows forms project, have file in bin\release folder needed run correctly app(it has configurations use of dll). when run app ok. if try deploy using visual studio, , add file apllication folder, doens´t work. (no error messages, happens exactilly same if take file bin\release folder) how can deploy project correctlly ?

config files dlls not used in deployed applications. if need tweak configuration of dll, copy corresponding sections exe config file.

only main assembly configuration taken.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -