How to add a reference to an assembly which is registered in the GAC at runtime?
I'd like to reference Oracle.DataAccess.dll from the Gac depending on the Run Time Server and its GAC rather than Build Server and Build Time.
But Add Reference dialog adds the build server gac version.