1

I want to use bindingredirect attribute to redirect old version of assembly to latest release version, Is it possible or I have to change newversion value each time when I make a new release?

Allen
  • 61
  • 1
  • 3

1 Answers1

0

You can use the AppDomain.AssemblyResolve event as described in this question.

Community
  • 1
  • 1
Don Kirkby
  • 53,582
  • 27
  • 205
  • 286