We have several developers and teams in our workplace of which some have projects using LLBLGen Pro 2.0 and others, like myself, have, in addition LLBLGen Pro 2.5.
Now, I'm in a situation of writing a component that uses v.2.5 runtime libraries, for a project that references v. 2.0 runtime libraries and thus causing conflict.
What's the best way of handling this issue? Can both 2.0 and 2.5 be deployed concurrently? is SD.LLBLGen.Pro.ORMSupportClasses.NET20 v.2.5 backward compatible to v.2.0?
Thanks in advance.