Two Build Issues

Hi,

Two issues I could really use help with. (My soltuion has 3 web projects, all with web-deployment project files and 6 class-library projects.)

1) In the logfile I get the following message:

Review.BusinessObjects\Review.BusinessObjects.csproj : Solution file warning MSB4122: Scanning project dependencies for project "Review.BusinessObjects\Review.BusinessObjects.csproj" failed. The project file "d:\Builds\Review2\Review2\Sources\Review2005\Review - Development\Review.BusinessObjects\Review.BusinessObjects.csproj" was not found.

Any idea why that project might not be found I should add that 3 of the 6 project files are not found.

2) I keep getting a message in the log file saying "The project 'Review.BusinessObjects' is not selected for building in solution configuration 'Debug|Any CPU'" I get this same message for every class-library project that is in my solution. I have tried changing it to ".NET", "Mixed Platforms" and nothing seems to help.


Thanks,
Scott.



Answer this question

Two Build Issues

  • Ze Lin

    For issue 1, I would need more information but based on what you provided, I would check and see if the project(s) not being found are actually being retrieved by the Team Build, also, is 'D:' the drive there the team build is executing And even if it is, You may want to check you project reference there and make sure you do not have an absolute path there like it shows.

    For issue 2, go to your Solution Properties, on the tree-view on the left, select Configuration Properties -> Configuration and make sure that all project you are interested in building, have a check-mark on the 'Build' column for the corresponsing configuration (i.e. Debug|Any CPU).

    Hope this helps.

    -OmarV
    http://teamsystemrocks.com/blogs/omarv


  • bvasanth

    Issue 1: Is this building using MSBuild from the command prompt Or even the IDE Looks like there has been an issue with the way you added the wdps for each of those.

    Issue 2: You need to choose Debug|Mixed Platforms in the build type wizard, not in your configurations window. Just bring down the drop down on page 3 of the build type creation wizard and choose "Mixed Platforms" in your Platforms drop down.



  • Two Build Issues