Hi,
I've got an executable which depends on an assembly. The executable runs fine when the assembly sits right next to it in the same folder.
Is there a way to remove the assembly from the folder where the executable sits and put is somewhere else, without getting "System.IO.FileNotFoundException: Could not load file or assembly" on startup?
Thanks!
I've got an executable which depends on an assembly. The executable runs fine when the assembly sits right next to it in the same folder.
Is there a way to remove the assembly from the folder where the executable sits and put is somewhere else, without getting "System.IO.FileNotFoundException: Could not load file or assembly" on startup?
Thanks!