C# update DLL without recompiling the project

Posted by lena2211 on Stack Overflow See other posts from Stack Overflow or by lena2211
Published on 2010-05-05T06:54:38Z Indexed on 2010/05/05 6:58 UTC
Read the original article Hit count: 189

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about update

Related posts about dll