Keith Franklin [mailto:[EMAIL PROTECTED]] wrote:
> Looking into different methods of using Assembly.LoadFrom > > Noticed that LoadFrom from a network share results in the > files being locked. So that another process (person) trying > to copy new versions to the share will be thwarted. > > Any way around this? If you create your own AppDomain and set the ShadowCopyFiles to true, you'll be all set. I don't know of any configuration entries to make to change this setting for the default AppDomain. Later, Drew [ .NET MVP | weblog: http://radio.weblogs.com/0104813/ ] You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
