Hi
First of all thanks a lot for your answer.
Then you propose to:
"Scott Allen" wrote:
> ICE:
>
> You could watch the directory with a FileSystemWatcher class and
> restart when a new version of the assembly appears.
Yes, that's an idea but unfortunately it's not an option in my case. The
point at my conmpany is to update the assemblies and have them up and running
immediately *without* restarting anything. Their concern is mostly towards
provide a quick fix to unavoidable bugs while the user don't even have to
notice, but for the fact that what didn't work orrectly a second before is
working the next time. All has to be flawlessly happening behind the scene.
So restarting is not considered acceptable.
Do you know if that is possible and where I could find some docs or samples?
ACL