User2108892867 posted
Hello everyone, here is my situation. A few years back, I set up a project for a client. Everything is working fine. When you published a project in visual studio, a .dll file is compiled. Every year, I need to update a class to add a new record for new
year. For instance, I need to add year 2021 to a class. It's like 4 lines of code. After that, I publish and replace the .dll without touching any of the files. However, I accidentally lost the original source code of the project, is there a tool I could
edit the existing .dll file?
Thanks.