Jose

Jose

  • NA
  • 3
  • 1.7k

How to avoid version changes

Aug 5 2010 10:13 AM

How to avoid when a third party .DLL changes?
Explain:
I built my own business rule component (C# .DLL) that references third party .DLL but when the version of the third party .DLL changes my .DLL stop working throwing an error version incompatible and in order to fix it is obtaining the new version of the third party .DLL and re-compile or rebuild my .DLL with new third party one.
TIA