-
Build server Errors
Good Day All
i am using TFS 2010 and i have a configured a build server with the default Settings and set my drop folder and in the
"Process"
"Items to build?"
(Project to build) i browsed to the solution File of the my test project that execute without errors.
(Configuration to Build)- Changed it to release
and left other parts to remain the way they are . I have set a time for the build to run and it came back with an Error IN THE LOG FILE
Build started 2011/10/27 09:55:44 AM.
Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.sln" (1) is building "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement\SessionManagem ent.csproj.metaproj" (2) on node 1 (default targets).
Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement\SessionManagem ent.csproj.metaproj" (2) is building "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.Web\SessionMan agement.Web.csproj" (3) on node 1 (default targets).
C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.Web\SessionMana gement.Web.csproj(75,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Done Building Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.Web\SessionMan agement.Web.csproj" (default targets) -- FAILED.
Done Building Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement\SessionManagem ent.csproj.metaproj" (default targets) -- FAILED.
Done Building Project "C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.sln" (default targets) -- FAILED.
Build FAILED.
"C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.sln" (default target) (1) ->
"C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement\SessionManagem ent.csproj.metaproj" (default target) (2) ->
"C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.Web\SessionMan agement.Web.csproj" (default target) (3) ->
C:\Builds\1\MYCODE\TestBuild\Sources\TestProject\SessionManagement\SessionManagement.Web\SessionMana gement.Web.csproj(75,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.21
Thanks