One of the imacts in moving to 9.4 is the addition of the ADF.Local assembly.
I would like to come up with techniques which allow me to maintain a single code base (as much as possible) between 9.3.1 and 9.4.
Is there way that I can add a condition "add reference" to this assembly? If not, then can ESRI provide a 'shim' for this in the upcoming 9.3.1 service pack?
What is the best technique for adding code which depends on the ESRI version? Conditional compilation is what I am thinking of based on the version rather than runtime checks.
Thanks!