web deployment projects not working with team build
I have a solution with several web projects and web deployment projects, as well as a class library project. When we use Team Build to build the solution without the web deployment projects, everything works fine and the projects compile, but when we tell it to build the web deployment projects too, I get errors where the deployment projects can't find any of the code that it's supposed to deploy (several classes aren't defined, or msbuild can't find the files specified).
When I look at the project files for the web deployment projects, it has the correct code path for the appropriate web project (i.e., ../ActualWebProject, not ../Inetpub/wwwroot/ActualWebProject). One of the web projects references the class library, which is in a different folder, but I haven't given an explicit hint path to the project file (I thought the project references would work for that).
Has anyone else had problems like this with web deployment projects and msbuild?
Thanks!
Terry

