C# update DLL without recompiling the project
- by lena2211
hi ..
i have written a small program with a reference to a dll file that will be included in the setup file.
what i still need is a way to update the dll (in case i change some functions), without the need to redownload the whole program again, just replace the dll file ...
is this possible ?
i just read somewhere that i have to update the xml file with the new dll version, but i really need the full steps to update the dll sucessfully ..
any help is really appreciated..
thanks a lot