I have a project and that project using 9 DLLs which also created in VB6. Some of the dlls are referenced each other. The problem is that whenever i rebuild any DLLs after updating some code all the dll and the main EXE drop the reference of newly created DLL so i have to create all the dll again by giving new refrence to DLL. how can i avoid this?. is there any way so that i have to deploy only that DLL which i have recently updated without g etting DLL error?