socc3rpr0
9 years agoOccasional Contributor
How to Reload CLR Bridge Assembly Programmatically
I have reference an assembly in CLR Bridge and I want to be able to reload/refresh the assembly without having to close TestComplete. Is there any way I can do this programmatically? Its a custom DLL I wrote, but it seems that once I run my program once and then try to execute it again it fails because the reference is still in memory after the initial run.