Build DAL issue with DALDBSpecific.dll

Posts   
 
    
Leo Wang
User
Posts: 29
Joined: 29-Jul-2010
# Posted on: 20-Oct-2010 10:46:56   

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?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 20-Oct-2010 11:02:25   

None of the 2 projects has reference to the other.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39905
Joined: 17-Aug-2003
# Posted on: 20-Oct-2010 11:26:31   

HOW do you build them? In a .cmd file? In vs.net, the order will be automatically correct (we never had any problems with it in our unit test projects which have many different generated vs.net projects)

Frans Bouma | Lead developer LLBLGen Pro