We have two people at our company working on the same ASP.NET project via Visual Studio.NET from their individual workstations. The project uses some extra assemblies that are only on one of the workstations, as a result only the workstation with those assemblies is able to build the project. Is there a way to have the project reference the assemblies from the project's "bin" directory on the server and not off the development workstation running the build?
I'd appreciate any tips you can give on this.
I'd appreciate any tips you can give on this.

