Hello - I've tried searching for this but the search seems to have died, so...
I have an application which needs to call various DLL's depending on certain conditions.
I don't want to have to re-compile my app everytime one of the DLLs changes (which could be quite often). Is there a way of creating a new instance of a DLL without adding a reference to it at design time?
Any help much appreciated.
I have an application which needs to call various DLL's depending on certain conditions.
I don't want to have to re-compile my app everytime one of the DLLs changes (which could be quite often). Is there a way of creating a new instance of a DLL without adding a reference to it at design time?
Any help much appreciated.