I have a project which consists of window services projects and a logic project for each one.
Let's say my windows service project is called Project1
and it has a logic project called Project1BL
. If I build Project1
, it builds Project1BL
AND Project1
which is good.
My problem is with another project in this solution (Project2
) if I build it and Project2BL
is not built it throws an error
Metadata file Project2BL/bin/debug/Project2BL.dll not found
I don't want to have to build Project2BL
explicitly each time I build the solution.
Anyone has an idea why would one project give me this issue while another project doesn't?
Try opening your solution's properties, then select
Common Properties - Project Dependencies.
Select Project2 and check Project2BL as the dependency