Is there any way to force my asp.net application to load the assembly from local bin directory since there is another older version of the assembly with the same name in the
Why not install the version that you like into the GAC and then reference it in the GAC?