I am currently working on a project which uses a 16 MB dll, but my program is only 23 MB. If I add the dll, the total project size will be 39 MB, which I want to avoid for performance reasons. Is there any way that I can fetch the dll (only when needed) from the server in the background?
I already have a progress bar for the process in which the dll is being used.
I'm looking for an option that isn't too time-consuming.
Edit:- My Application is Click once Application