I am trying to find a solution for dynamically loading the updated dll from a folder or database in a winform (C#.NET) application.
Suppose I have an exe (say MainApplication.exe), which will act as a wrapper/container for the real business logic. The business logic will sit inside the assembly (say Business.dll). Now, how would I dynamically change the Business.dll at runtime in the event of new version of Business.dll is available.
Thanks in Advance, Rajeev Ranjan Lall