I have a website (WSPs) developed with ASP.net, and 3 projects (BLL/DAL/DTO). I also use Telerik controls.
My build is failing in TFS, and I suspect it is because I am not referencing the projects and the Telerik dlls properly.
When I added the projects and website in Source control explorer, the dlls were not included.
I had to add them later on, in the bin folder of the website, but I don't think they are picked up. Also I just realised that they are not in the projects. Can anyone please explain to me how to do it.
Also when I check out my project and start working on it, if I modify any class in one of the project I cannot build my project locally. The changes cannot be added.
Attached are : - a source control showing the structure of my application in TFS - the Workspace - The DLL that should be in the bin folder.