Whenever I have some changes regarding my DLL project, it's obvious that the dll file is having as well some changes.
But? Since I "load" it in an APP, it was saying to me that it's missing from my computer. The error has been fixed by copying and pasting the generated dll file in C:\Windows , which is not a good idea to do everytime I make changes in the dll file.
Is there a code algorithm that would copy everytime my file.dll into the folder of Windows?