B
BuddyHome
Hello,
The reason I'm looking at Multifile assembly is so I can
speed up the application load/running time, when running
from a network drive. My understanding is that, by using
multifile assembly, the CLR will only download the
manifest and then load the assembly when required (I don't
know if the assembly will be downloaded from a network
drive to the local cache, if it does do this then I'm not
benifiting of using multifile assembly because most of the
start/running time is spent on copying the assembly to the
local cache).
Thanks,
The reason I'm looking at Multifile assembly is so I can
speed up the application load/running time, when running
from a network drive. My understanding is that, by using
multifile assembly, the CLR will only download the
manifest and then load the assembly when required (I don't
know if the assembly will be downloaded from a network
drive to the local cache, if it does do this then I'm not
benifiting of using multifile assembly because most of the
start/running time is spent on copying the assembly to the
local cache).
Thanks,