Hi,
I'm just trying to build my simple web application with Team Build. I was managed to create new build type. But when I'm running the build project, I'm getting only 3 files (BuildLog.txt, ErrorsWarningsLog.txt, Mixed PlatformsDebug.txt) in my drop location. My build log says, 1 Warning, 0 error. What can be the problem
Here is my build log:
Build started 6/15/2006 10:33:38 AM.
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\BuildType\TFSBuild.proj" (EndToEndIteration target(s)):
Target InitializeEndToEndIteration:
UpdateBuildNumberDropLocation BuildNumber='MyTestBld_20060615.1' DropLocation='\\prog_100\mytestbuild1\MyTestBld_20060615.1'
Target InitializeBuild:
Creating directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources".
Target InitializeWorkspace:
DeleteWorkspaceTask Name="TMSERVER_Team Proj1_MyTestBld" TeamFoundationServerUrl="http://192.168.109.13:8080/"
Workspace TMSERVER_Team Proj1_MyTestBld does not exist.
CreateWorkspaceTask Name="TMSERVER_Team Proj1_MyTestBld" TeamFoundationServerUrl="http://192.168.109.13:8080/" MappingFile="WorkspaceMapping.xml" LocalPath="d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources" TeamProject="Team Proj1"
Target CoreGet:
Get Version="T" Recursive=True Force=True Workspace="TMSERVER_Team Proj1_MyTestBld"
Getting d:\buildsample\Team Proj1\MyTestBld\Sources
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.vssscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Class1.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\ClassLibrary1.csproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\ClassLibrary1.csproj.vspscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Properties
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Properties\AssemblyInfo.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx.designer.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Properties
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Web.config
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\WebApplication1.csproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\WebApplication1.csproj.vspscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Properties\AssemblyInfo.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy\WebApplication1.csproj_deploy.wdproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy\WebApplication1.csproj_deploy.wdproj.vspscc
Target CoreLabel:
Label Name="MyTestBld_20060615.1" Recursive=True Version="WTMSERVER_Team Proj1_MyTestBld" Child="replace" Workspace="TMSERVER_Team Proj1_MyTestBld" Files="$/Team Proj1"
Label MyTestBld_20060615.1@/TMSERVER_Team Proj1_MyTestBld is successfully created
Target CoreCompile:
Creating directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries".
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\BuildType\TFSBuild.proj" is building "d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln" (Build target(s)):
Target ValidateSolutionConfiguration:
d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln : warning MSB4126: The specified solution configuration "Debug|Mixed Platforms" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.
Done building target "ValidateSolutionConfiguration" in project "Solution8.sln".
Done building project "Solution8.sln".
Target GetChangeSetsAndUpdateWorkItems:
GenCheckinNotesUpdateWorkItems TeamFoundationServerUrl="http://192.168.109.13:8080/" CurrentLabel="LMyTestBld_20060615.1@$/Team Proj1" LastLabel="L@$/Team Proj1" UpdateWorkItems=True BuildId="MyTestBld_20060615.1"
Querying the contents of label 'LMyTestBld_20060615.1@$/Team Proj1'.
Analyzing labels L@$/Team Proj1 and LMyTestBld_20060615.1@$/Team Proj1.
Querying item history.
Changeset '517' was included in this build.
Target CopyLogFiles:
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\ErrorsWarningsLog.txt" to "\\prog_100\mytestbuild1\MyTestBld_20060615.1\ErrorsWarningsLog.txt".
Build succeeded.
d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln : warning MSB4126: The specified solution configuration "Debug|Mixed Platforms" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:17.26
Any help would be appreciated.
Thanks.

Build Succeeded, but no output.
Bruno Ribeiro
Yes, it is running perfectly outside team build. It is a very simple hello world application. I created a blank solution. Added a ASP.Net Web Application Project. Added one Class Library project. Referred this library from the Web application. Added a web deployment project. Thats all. What can be the problem
Thanks for your help & time.
Simon_Lee
trakatelis
I'm able to build now with "Debug|Any CPU". The problem was with the .aspx file. The link http://forums.asp.net/thread/1289279.aspx gives excellent information on this. Thanks for your time Luis.
Martin Naplava
s_clarke
So maybe it still has something to do with the build config, it's little bit tricky with web projects, usually I use Mixed Platforms with them, as you used at first, but you have to check all projects within the solution can be build with that configuration, and you will have to add it to the valid configurations, check if you have the "Debug|Any CPU" configuration in the web project.
I have seen also in the proj file you have "Debug|Any CPY", so check it also.
Terry Jeanes
Hi, Thanks for your suggestion. I modified the TeamBuild Type configuration to match with the solution configuration. The .proj files is looking as
< xml version="1.0" encoding="utf-8" >
<
Project DefaultTargets="DesktopBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><!--
TO EDIT BUILD TYPE DEFINITIONTo edit the build type, you will need to edit this file which was generated
by the Create New Build Type wizard. This file is under source control and
needs to be checked out before making any changes.
The file is available at -
$/{TeamProjectName}/TeamBuildTypes/{BuildTypeName}
where you will need to replace TeamProjectName and BuildTypeName with your
Team Project and Build Type name that you created
Checkout the file
1. Open Source Control Explorer by selecting View -> Other Windows -> Source Control Explorer
2. Ensure that your current workspace has a mapping for the $/{TeamProjectName}/TeamBuildTypes folder and
that you have done a "Get Latest Version" on that folder
3. Browse through the folders to {TeamProjectName}->TeamBuildTypes->{BuildTypeName} folder
4. From the list of files available in this folder, right click on TfsBuild.Proj. Select 'Check Out For Edit...'
Make the required changes to the file and save
Checkin the file
1. Right click on the TfsBuild.Proj file selected in Step 3 above and select 'Checkin Pending Changes'
2. Use the pending checkin dialog to save your changes to the source control
Once the file is checked in with the modifications, all future builds using
this build type will use the modified settings
--><!--
Do not edit this --><
Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets" /><
ProjectExtensions><!--
DESCRIPTIONThe description is associated with a build type. Edit the value for making changes.
--><
Description></
Description><!--
BUILD MACHINEName of the machine which will be used to build the solutions selected.
--><
BuildMachine>tmserver</BuildMachine></
ProjectExtensions><
PropertyGroup><!--
TEAM PROJECTThe team project which will be built using this build type.
--><
TeamProject>Team Proj1</TeamProject><!--
BUILD DIRECTORYThe directory on the build machine that will be used to build the
selected solutions. The directory must be a local path on the build
machine (e.g. c:\build).
--><
BuildDirectoryPath>d:\buildsample</BuildDirectoryPath><!--
DROP LOCATIONThe location to drop (copy) the built binaries and the log files after
the build is complete. This location has to be a valid UNC path of the
form \\Server\Share. The build machine service account and application
tier account need to have read write permission on this share.
--><
DropLocation>\\prog_100\mytestbuild1</DropLocation><!--
TESTINGSet this flag to enable/disable running tests as a post build step.
--><
RunTest>false</RunTest><!--
WorkItemFieldValuesAdd/edit key value pairs to set values for fields in the work item created
during the build process. Please make sure the field names are valid
for the work item type being used.
--><
WorkItemFieldValues>Symptom=build break;Steps To Reproduce=Start the build using Team Build</WorkItemFieldValues><!--
CODE ANALYSISTo change CodeAnalysis behavior edit this value. Valid values for this
can be Default,Always or Never.
Default - To perform code analysis as per the individual project settings
Always - To always perform code analysis irrespective of project settings
Never - To never perform code analysis irrespective of project settings
--><
RunCodeAnalysis>Never</RunCodeAnalysis><!--
UPDATE ASSOCIATED WORK ITEMSSet this flag to enable/disable updating associated workitems on a successful build
--><
UpdateAssociatedWorkItems>true</UpdateAssociatedWorkItems><!--
Title for the work item created on build failure --><
WorkItemTitle>Build failure in build:</WorkItemTitle><!--
Description for the work item created on build failure --><
DescriptionText>This work item was created by Team Build on a build failure.</DescriptionText><!--
Text pointing to log file location on build failure --><
BuildlogText>The build log file is at:</BuildlogText><!--
Text pointing to error/warnings file location on build failure --><
ErrorWarningLogText>The errors/warnings log file is at:</ErrorWarningLogText></
PropertyGroup><
ItemGroup><!--
SOLUTIONSThe path of the solutions to build. To add/delete solutions, edit this
value. For example, to add a solution MySolution.sln, add following line -
<SolutionToBuild Include="$(SolutionRoot)\path\MySolution.sln" />
To change the order in which the solutions are build, modify the order in
which the solutions appear below.
--><
SolutionToBuild Include="$(SolutionRoot)\Solution8.sln" /></
ItemGroup><
ItemGroup><!--
CONFIGURATIONSThe list of configurations to build. To add/delete configurations, edit
this value. For example, to add a new configuration, add following lines -
<ConfigurationToBuild Include="Debug|x86">
<FlavorToBuild>Debug</FlavorToBuild>
<PlatformToBuild>x86</PlatformToBuild>
</ConfigurationToBuild>
The Include attribute value should be unique for each ConfigurationToBuild node.
--><
ConfigurationToBuild Include="Debug|Any CPY"><
FlavorToBuild>Debug</FlavorToBuild><
PlatformToBuild>Any CPU</PlatformToBuild></
ConfigurationToBuild></
ItemGroup><
ItemGroup><!--
TEST ARGUMENTSIf the RunTest is set to true then the following test arguments will be
used to run tests.
To add/delete new testlist or to choose a metadata file (.vsmdi) file, edit this value.
For e.g. to run BVT1 and BVT2 type tests mentioned in the Helloworld.vsmdi file, add the following -
<MetaDataFile Include="$(SolutionRoot)\HelloWorld\HelloWorld.vsmdi">
<TestList>BVT1;BVT2</TestList>
</MetaDataFile>
Where BVT1 and BVT2 are valid test types defined in the HelloWorld.vsmdi file.
MetaDataFile - Full path to test metadata file.
TestList - The test list in the selected metadata file to run.
Please note that you need to specify the vsmdi file relative to $(SolutionRoot)
--><
MetaDataFile Include=" "><
TestList> </TestList></
MetaDataFile></
ItemGroup><
ItemGroup><!--
ADDITIONAL REFERENCE PATHThe list of additional reference paths to use while resolving references.
For example,
<AdditionalReferencePath Include="C:\MyFolder\" />
<AdditionalReferencePath Include="C:\MyFolder2\" />
--></
ItemGroup></
Project>But this time the Build Failed. Here is the BuildLog.
Build started 6/15/2006 2:08:28 PM.
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\BuildType\TFSBuild.proj" (EndToEndIteration target(s)):
Target InitializeEndToEndIteration:
UpdateBuildNumberDropLocation BuildNumber='MyTestBld_20060615.5' DropLocation='\\prog_100\mytestbuild1\MyTestBld_20060615.5'
Target CoreClean:
Removing directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources".
Removing directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries".
Target InitializeBuild:
Creating directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources".
Target InitializeWorkspace:
DeleteWorkspaceTask Name="TMSERVER_Team Proj1_MyTestBld" TeamFoundationServerUrl="http://192.168.109.13:8080/"
CreateWorkspaceTask Name="TMSERVER_Team Proj1_MyTestBld" TeamFoundationServerUrl="http://192.168.109.13:8080/" MappingFile="WorkspaceMapping.xml" LocalPath="d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources" TeamProject="Team Proj1"
Target CoreGet:
Get Version="T" Recursive=True Force=True Workspace="TMSERVER_Team Proj1_MyTestBld"
Getting d:\buildsample\Team Proj1\MyTestBld\Sources
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.vssscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Class1.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\ClassLibrary1.csproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\ClassLibrary1.csproj.vspscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Properties
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\Properties\AssemblyInfo.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Default.aspx.designer.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Properties
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Web.config
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\WebApplication1.csproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\WebApplication1.csproj.vspscc
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\Properties\AssemblyInfo.cs
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy\WebApplication1.csproj_deploy.wdproj
Getting d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy\WebApplication1.csproj_deploy.wdproj.vspscc
Target CoreLabel:
Label Name="MyTestBld_20060615.5" Recursive=True Version="WTMSERVER_Team Proj1_MyTestBld" Child="replace" Workspace="TMSERVER_Team Proj1_MyTestBld" Files="$/Team Proj1"
Label MyTestBld_20060615.5@/TMSERVER_Team Proj1_MyTestBld is successfully created
Target CoreCompile:
Creating directory "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries".
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\BuildType\TFSBuild.proj" is building "d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln" (Build target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Target Build:
Target ClassLibrary1:
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln" is building "d:\buildsample\Team Proj1\MyTestBld\Sources\ClassLibrary1\ClassLibrary1.csproj" (default targets):
Target PrepareForBuild:
Creating directory "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\".
Creating directory "obj\Debug\".
Target CoreCompile:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClassLibrary1.dll /target:library Class1.cs Properties\AssemblyInfo.cs
Target CopyFilesToOutputDirectory:
Copying file from "obj\Debug\ClassLibrary1.dll" to "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\ClassLibrary1.dll".
ClassLibrary1 -> d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\ClassLibrary1.dll
Copying file from "obj\Debug\ClassLibrary1.pdb" to "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\ClassLibrary1.pdb".
Target WebApplication1:
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln" is building "d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1\WebApplication1.csproj" (default targets):
Target PrepareForBuild:
Creating directory "obj\Debug\".
Target CoreCompile:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\WebApplication1.dll /target:library Default.aspx.cs Default.aspx.designer.cs Properties\AssemblyInfo.cs
Target CopyFilesToOutputDirectory:
Copying file from "obj\Debug\WebApplication1.dll" to "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\WebApplication1.dll".
WebApplication1 -> d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\WebApplication1.dll
Copying file from "obj\Debug\WebApplication1.pdb" to "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\WebApplication1.pdb".
Target WebApplication1_csproj_deploy:
__________________________________________________
Project "d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln" is building "d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1.csproj_deploy\WebApplication1.csproj_deploy.wdproj" (default targets):
Target AspNetCompiler:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /WebApplication1.csproj -p "d:\buildsample\Team Proj1\MyTestBld\Sources\WebApplication1" -u -f -d "d:\buildsample\Team Proj1\MyTestBld\Binaries\Debug\_PublishedWebsites\WebApplication1.csproj_deploy\\"
/WebApplication1.csproj/Default.aspx(1): error ASPPARSE: Could not load type 'WebApplication1._Default'.
Done building target "AspNetCompiler" in project "WebApplication1.csproj_deploy.wdproj" -- FAILED.
Done building project "WebApplication1.csproj_deploy.wdproj" -- FAILED.
Target GetChangeSetsOnBuildBreak:
GenCheckinNotesUpdateWorkItems TeamFoundationServerUrl="http://192.168.109.13:8080/" CurrentLabel="LMyTestBld_20060615.5@$/Team Proj1" LastLabel="LMyTestBld_20060615.4@$/Team Proj1" UpdateWorkItems=False BuildId="MyTestBld_20060615.5"
Querying the contents of label 'LMyTestBld_20060615.4@$/Team Proj1'.
Querying the contents of label 'LMyTestBld_20060615.5@$/Team Proj1'.
Analyzing labels LMyTestBld_20060615.4@$/Team Proj1 and LMyTestBld_20060615.5@$/Team Proj1.
Querying item history.
No change sets are submitted to build 'MyTestBld_20060615.5'.
Target CoreDropBuild:
Creating directory "\\prog_100\mytestbuild1\MyTestBld_20060615.5\Debug".
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries\Debug\ClassLibrary1.dll" to "\\prog_100\mytestbuild1\MyTestBld_20060615.5\Debug\ClassLibrary1.dll".
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries\Debug\ClassLibrary1.pdb" to "\\prog_100\mytestbuild1\MyTestBld_20060615.5\Debug\ClassLibrary1.pdb".
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries\Debug\WebApplication1.dll" to "\\prog_100\mytestbuild1\MyTestBld_20060615.5\Debug\WebApplication1.dll".
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\..\Sources\..\Binaries\Debug\WebApplication1.pdb" to "\\prog_100\mytestbuild1\MyTestBld_20060615.5\Debug\WebApplication1.pdb".
Target CopyLogFiles:
Copying file from "d:\buildsample\Team Proj1\MyTestBld\BuildType\ErrorsWarningsLog.txt" to "\\prog_100\mytestbuild1\MyTestBld_20060615.5\ErrorsWarningsLog.txt".
Target CreateWorkItem:
CreateNewWorkItem TeamFoundationServerUrl="http://192.168.109.13:8080/" TeamProject="Team Proj1" BuildId="MyTestBld_20060615.5" Title="Build failure in build: MyTestBld_20060615.5" Description="This work item was created by Team Build on a build failure. <BR/> The build log file is at:
<a
href='file:///\\prog_100\mytestbuild1\MyTestBld_20060615.5\BuildLog.txt'
>
\\prog_100\mytestbuild1\MyTestBld_20060615.5\BuildLog.txt
</a >. <BR/> The errors/warnings log file is at:
<a
href='file:///\\prog_100\mytestbuild1\MyTestBld_20060615.5\ErrorsWarningsLog.txt'
>
\\prog_100\mytestbuild1\MyTestBld_20060615.5\ErrorsWarningsLog.txt
</a >." WorkItemFieldValues="Symptom=build break;Steps To Reproduce=Start the build using Team Build"
The WorkItemType for creating the work item on build break has not been specified. Using work item of default type Bug. You can specify your custom type by defining the WorkItemType property in TfsBuild.proj.
Build FAILED.
/WebApplication1.csproj/Default.aspx(1): error ASPPARSE: Could not load type 'WebApplication1._Default'.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:23.87
You have any idea on this Thanks for you help.
Jeff E
Hello, as I see here:
"d:\buildsample\Team Proj1\MyTestBld\Sources\Solution8.sln : warning MSB4126: The specified solution configuration "Debug|Mixed Platforms" is invalid. "
You have configured your Team Build to compile for "Debug" and "Mixed Platforms", and your solution doesn't support this configuration, you have two choices:
Vlip
It has something to do with your web project, is the web project working outside team build it seems to be missing one class.