bindingRedirect in App.config

  • Thread starter Thread starter tcw
  • Start date Start date
T

tcw

I would like to use different versions of assembly libraries in the runtime.
Does <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" /> work with
any program, like command line and windows service?

"1.0.0.0" and "2.0.0.0" are just examples. Thank you in advance.

-tc
 
Back
Top