Hi @smita naik,
Hope this post can help you.
I think there are a few options you can try:
I think you can use ildasm.exe to disassemble the DLL you have, then fix the code, then use ilasm.exe to reassemble.
https://learn.microsoft.com/en-us/dotnet/framework/tools/ildasm-exe-il-disassembler
dnSpy:dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. https://github.com/dnSpy/dnSpy
ClickOnce deployment: with ClickOnce deployment, you can provide updates automatically. Only those parts of the application that have changed are downloaded, and then the full, updated application is reinstalled from a new side-by-side folder.
https://stackoverflow.com/a/9621161
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.