We’re using NH 2 and need some features from NH 3 (JOIN ...AND (...)). It’s quite easy to copy them from sources. So I wonder if there can be any unexpected errors in application after recompiling NH 2 and using instead of the one compiled by developers of NH.
We’re using NH 2 and need some features from NH 3 ( JOIN …
Share
Problems may occur if you have other pre-built assemblies which reference a specific NH version. In that case you may need to do an assembly binding redirect. Personally, I would try to upgrade everything to NH 3 if I wanted a feature from it because that way I don’t have to concern with managing a forked version of an assembly.