C
Casper Hornstrup
I need to create a system that will detect when an assembly (the plugin) is
copied into a directory.
When the system (a webservice) detects a new version of the plugin it needs
to unload the previous
version and load and execute the new version instead. I've got the
reflection part figured out, but I'm
not sure how to handle the assembly-in-use problem. How would you handle
such a situation?
Casper Hornstrup
copied into a directory.
When the system (a webservice) detects a new version of the plugin it needs
to unload the previous
version and load and execute the new version instead. I've got the
reflection part figured out, but I'm
not sure how to handle the assembly-in-use problem. How would you handle
such a situation?
Casper Hornstrup