0
Answer

How to avoid version changes

Photo of Jose

Jose

15y
1.9k
1

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
 

Answers (0)