We regenerate our objects many times when needed. We have a root BIN folder where we put our binaries. The structure is like this.
Folder Structure:
src
\bin
FWSI.MSSF.Data.dll (the generated entities project)
FWSI.MSSF.Data.Mappers.dll (the db specific project)
FWSI.MSSF.UI.Base.dll
\ui
\base
\project1
\project2
\project3
\project4
All projects reference to FWSI.MSSF.Data library. When we regenerate the llblgen project and overwrite the exisitng DLLs, the reference in our VS2005 project was lost. It was marked with Yellow icon which say reference is missing. This is the case ONLY on llblgen DLL. We tried with other DLL overwriting the DLL and its works just fine.
This issue is very expensive us as we have to remove the reference, browse the BIN folder and add it again in all projects in a big solution wich multiple projects. and we have to do it everytime we regerence the llblgen objects due to changes in database.
I will really appreciated your help.
VS2005
LLBLGen 2.5 Final