DAL folder contains two projects (DatabaseGeneric and DatebaseSpecific).
And DAL project has a project reference to databaseSpecific.
When we build DAL project, it should builds DALDBSpecific project first.
Currently, it isn't. We got the following error.
Error 2 Metadata file 'C:\TFS\Quotit\Quotit2008.root\DAL\DatabaseSpecific\bin\Debug\Quotit.DALDBSpecific.dll' could not be found Quotit.DAL
If we build DALDBSpecific project first manually, then building DAL project can be success.
I had check project Dependencies and others setting. All of them are correct.
Would you please help us to fix this issue?