K
Kyle Blaney
Suppose myApp.exe.config contains a redirection from version 1.0 of
someAssembly to version 1.1 of someAssembly.
When a user deletes myApp.exe.config and version 1.0 of someAssembly
is installed on their machine, myApp will continue to run but will use
version 1.0 of someAssembly. This is worse than the behaviour when a
user deletes an assembly that my application needs. At least in that
case my application won't even run. It is more dangerous that my
application continues to run but runs with a version of an assembly
that was not intended.
How do I ensure that myApp runs with the config files I distribute?
someAssembly to version 1.1 of someAssembly.
When a user deletes myApp.exe.config and version 1.0 of someAssembly
is installed on their machine, myApp will continue to run but will use
version 1.0 of someAssembly. This is worse than the behaviour when a
user deletes an assembly that my application needs. At least in that
case my application won't even run. It is more dangerous that my
application continues to run but runs with a version of an assembly
that was not intended.
How do I ensure that myApp runs with the config files I distribute?