c# - Exe works without the published DLLs -
i have dot net 4.0 project build using vs2017
. application 32 bit x86
. when publish application, , exe
8 dlls
such system.io
, system.net.*
, system.runtime
, system.threading
. when copy exe
, dlls
directory runs without issues. created directory , copied exe
file directory , ran it. works.
we planning deploy exe
windows 2003
(dot net 4.0) , machines. less files deploy, better. question is, need dlls
files? how it still works without them? thanks
in advance (i love backticks
).
Comments
Post a Comment