I have written a VB.Net program however there is a bug in one of the methods. I would like to fix the bug but I don’t want to change the original executable.
I know I can override a referenced assembley using a configuration file, but is there a similar method to override a method in my executable?
I have reasons for not recompiling the original executable.
No, there is no such method without modifying the exe