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
Post a Comment