Where is the best place to find information on binding redirects? or maybe just a basic explanation of where you put these redirects within a project?
|
feedback
|
|
Where you put it can only be configuration. Find details here. | ||||
|
feedback
|
|
Why not start from the beginning? after understood what it does, you will end up with something like:
| |||||
feedback
|
|
There are several configuration files that can include binding redirects. Another option besides the configuration files is to use the AppDomain.AssemblyResolve event to decide on redirects at run time. I've included some sample code in this answer. | |||
|
feedback
|