Goto tools > Projects and solutions > Build and run and set "MSBUILD project build output verbosity" to "detailed"
You should now see a detailed error message and then ot will help you figure the problem.
Tarz --
I did what you suggested.
The output is below.
I read it line-by-line and I do not see any indication of what the "1 failed" final output message has as its source.
If you (or anyone) can help, then that would be great.
Until further notice, and since this is reported elsewhere in many places, I am thinking that this might be a bug in VisualStudio and or MsBuild.
detailed_build_output_begin
------ Rebuild All started: Project: Test.General.WebAppCs1, Configuration: Debug Any CPU ------
Build started 05/26/2010 07:54:42 AM.
Building with tools version "3.5".
Target _CheckForInvalidConfigurationAndPlatform:
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Message"
Configuration=Debug
Done executing task "Message".
Task "Message"
Platform=AnyCPU
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\' != '' and !HasTrailingSlash('bin\')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj\' != '' and !HasTrailingSlash('obj\')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj\Debug\' != '' and !HasTrailingSlash('obj\Debug\')).
Target StyleCopForceFullAnalysis:
Task "CreateProperty"
Done executing task "CreateProperty".
Target BeforeRebuild:
Target BeforeClean:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target _SplitProjectReferencesByFileExistence:
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(NonVCProjectReference)'!='') was evaluated as ('true'=='true' and ''!='').
Target CleanReferencedProjects:
Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildingSolutionFile)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' != 'true'
and '' != 'true' and 'true' == 'true' and '' != '').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin\app.publish\'=='bin\app.publish\' and Exists('bin\app.publish\')).
Target AfterClean:
Target EntityClean:
Task "EntityClean"
Successfully cleaned the output for 0 EDMX files.
Done executing task "EntityClean".
Target Clean:
Target EntityDeploy:
Task "EntityDeploy"
Processing 0 EDMX files.
Finished processing 0 EDMX files.
Done executing task "EntityDeploy".
Target BeforeBuild:
Target BuildOnlySettings:
Target GetFrameworkPaths:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Task "GetFrameworkSdkPath"
Done executing task "GetFrameworkSdkPath".
Target PrepareForBuild:
Task "FindAppConfigFile"
Done executing task "FindAppConfigFile".
Task "MakeDir"
Done executing task "MakeDir".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target BeforeResolveReferences:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target ResolveProjectReferences:
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and ('$(BuildingSolutionFile)' == 'true' or '$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '@(_MSBuildProjectReferenceExistent)' != '')
was evaluated as (''!='' and ('' == 'true' or 'true' == 'true' or 'true' != 'true') and '' != '').
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildingSolutionFile)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '')
was evaluated as (''!='' and 'true' != 'true' and '' != 'true' and 'true' == 'true' and '' != '').
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '$(BuildingProject)'=='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as (''!='' and 'true'=='true' and ''!='').
Task "Warning" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '@(_MSBuildProjectReferenceNonexistent)'!='') was evaluated as (''!='' and ''!='').
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target ResolveVCProjectReferences:
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(VCProjectReference)'!='') was evaluated as ('true'=='true' and ''!='').
Task "ResolveVCProjectOutput" skipped, due to false condition; ('$(BuildingSolutionFile)'=='true' and '@(VCProjectReference)'!='') was evaluated as (''=='true' and ''!='').
Task "Error" skipped, due to false condition; ('$(BuildingSolutionFile)'!='true' and '$(BuildingInsideVisualStudio)'!='true' and '@(VCProjectReference)'!='') was evaluated as (''!='true' and 'true'!='true' and ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetWinFXPath:
Task "GetWinFXPath"
Microsoft (R) Build Task 'GetWinFXPath' Version '3.0.6920.1427 built by: SP'.
Copyright (C) Microsoft Corporation 2005. All rights reserved.
Done executing task "GetWinFXPath".
Target GetReferenceAssemblyPaths:
Target "PrepareForBuild" skipped. Previously built successfully.
No TargetFramework subset exclusion list will be generated. No TargetFrameworkSubsets were provided and no additional subset files were passed in to InstalledAssemblySubsetTables.
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Drawing.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Drawing.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Drawing.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Drawing.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Drawing.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Done executing task "ResolveAssemblyReference".
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target ResolveReferences:
Target "MarkupCompilePass1" skipped, due to false condition; ('@(Page)@(ApplicationDefinition)' != '' ) was evaluated as ('' != '' ).
Target AfterMarkupCompilePass1:
Target "MarkupCompilePass2ForMainAssembly" skipped, due to false condition; ('$(_RequireMCPass2ForMainAssembly)' == 'true' ) was evaluated as ('false' == 'true' ).
Target FileClassification:
Task "FileClassifier" skipped, due to false condition; ('@(GeneratedBaml)@(Resource)@(Font)' != '') was evaluated as ('' != '').
Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
Target "MainResourcesGeneration" skipped, due to false condition; ('@(MainEmbeddedFiles)'!='') was evaluated as (''!='').
Target "AssignWinFXEmbeddedResource" skipped, due to false condition; ('@(WinFXEmbeddedResource)' != '') was evaluated as ('' != '').
Target AssignTargetPaths:
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.assemblyPreLoad'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.snk'=='.manifest').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Task "AssignCulture"
Done executing task "AssignCulture".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
Target CreateCustomManifestResourceNames:
Target PrepareResourceNames:
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target CoreResGen:
Task "GenerateResource" skipped, due to false condition; ( '%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false') was evaluated as ( '' == 'Resx' and '' != 'false').
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareRdlFiles:
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.aspx'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.config'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.txt'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.asax'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.PNG'=='.rdlc').
Target "RunRdlCompiler" skipped, due to false condition; ('@(RdlFile)'!='') was evaluated as (''!='').
Target CompileRdlFiles:
Target PrepareResources:
Target ResolveKeySource:
Task "ResolveKeySource"
Done executing task "ResolveKeySource".
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped. Previously built successfully.
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target _SetEmbeddedWin32ManifestProperties:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Target SetWin32ManifestProperties:
Target _GenerateCompileInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target DesignTimeMarkupCompilation:
Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true') was evaluated as ('true' != 'true').
Target _ComputeNonExistentFileProperty:
Target CoreCompile:
Building target "CoreCompile" completely.
Output file "bin\Test.General.WebAppCs1.xml" does not exist.
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target AfterCompile:
Target "PrepareResourcesForSatelliteAssemblies" skipped, due to false condition; ('$(UICulture)' != '') was evaluated as ('' != '').
Target "MergeLocalizationDirectives" skipped, due to false condition; ('@(GeneratedLocalizationFiles)' !='') was evaluated as ('' !='').
Target AfterCompileWinFX:
Target _AfterCompileWinFXInternal:
Target Compile:
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On'
or (''!='' and 'Off' == 'Auto')).
Target _GenerateSatelliteAssemblyInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '') was evaluated as ('' != '').
Target CreateSatelliteAssemblies:
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target GetTargetPath:
Building target "GetTargetPath" completely.
No input files were specified.
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target _CopyFilesMarkedCopyLocal:
Task "Copy"
Done executing task "Copy".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false') was evaluated as ('' != '' and 'true'
== 'true' and '' != 'false').
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!=''
and 'Off' == 'Auto')).
Target CopyFilesToOutputDirectory:
Task "Copy"
Copying file from "obj\Debug\Test.General.WebAppCs1.dll" to "bin\Test.General.WebAppCs1.dll".
Did not copy from file "bin\Test.General.WebAppCs1.xml" to file "bin\Test.General.WebAppCs1.xml" because the "SkipUnchangedFiles" parameter was set to "true" in the project and the files' sizes and timestamps match.
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Target "_CopyWebApplication" skipped, due to false condition; ('$(OutDir)' != '$(OutputPath)') was evaluated as ('bin\' != 'bin\').
Target _BuiltWebOutputGroupOutput:
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem" skipped, due to false condition; ('$(OutDir)' != '$(OutputPath)') was evaluated as ('bin\' != 'bin\').
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!=''
and 'Off' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Task "FindUnderPath"
Comparison path is "C:\Code\Test\General\Test.General.WebAppCs1".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin\".
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.dll" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.pdb" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.dll" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.pdb" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is inside the comparison path.
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\ResolveAssemblyReference.cache" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.dll" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.pdb" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.dll" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.pdb" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is outside the comparison path.
Done executing task "FindUnderPath".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Target IncrementalClean:
Task "FindUnderPath"
Comparison path is "bin\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; (
Task "CreateItem" skipped, due to false condition; (('%(Compile.ExcludeFromStyleCop)' == 'true') or ('%(Compile.ExcludeFromSourceAnalysis)' == 'true')) was evaluated as (('' == 'true') or ('' == 'true')).
Task "Message"
Excluding
Done executing task "Message".
Task "StyleCopTask"
Pass 1: BuildData.cs...
Pass 1: Default.aspx.cs...
Loaded Analyzer: Documentation Rules...
Loaded Analyzer: Layout Rules...
Loaded Analyzer: Maintainability Rules...
Loaded Analyzer: Naming Rules...
Loaded Analyzer: Ordering Rules...
Loaded Analyzer: Readability Rules...
Loaded Analyzer: Spacing Rules...
Pass 1: Default.aspx.designer.cs...
Pass 1: ErrorForm.aspx.cs...
Pass 1: ErrorForm.aspx.designer.cs...
Pass 1: Global.asax.cs...
Pass 1: AssemblyInfo.cs...
Pass 2: Default.aspx.cs...
Pass 2: Default.aspx.designer.cs...
Skipping Default.aspx.designer.cs...
Pass 2: ErrorForm.aspx.cs...
Pass 2: ErrorForm.aspx.designer.cs...
Skipping ErrorForm.aspx.designer.cs...
No violations encountered
Done executing task "StyleCopTask".
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem"
Done executing task "CreateItem".
Target Build:
Building target "Build" completely.
No input files were specified.
Target AfterRebuild:
Target Rebuild:
Building target "Rebuild" completely.
No input files were specified.
Done building project "Test.General.WebAppCs1.csproj".
Build succeeded.
Time Elapsed 00:00:00.35
------ Rebuild All started: Project: Test.General.WebAppCs1.Deploy, Configuration: Debug Any CPU ------
Build started 05/26/2010 07:54:42 AM.
Building with tools version "3.5".
Target Clean:
Task "CreateProperty"
Done executing task "CreateProperty".
Target _PrepareForBuild:
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "Exec"
Command:
if exist ".\TempBuildDir\" rd /s /q ".\TempBuildDir\"
Done executing task "Exec".
Target "_SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_PrepareForBuild" skipped. Previously built successfully.
Target GetFrameworkPathAndRedistList:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Task "CreateItem"
Done executing task "CreateItem".
Target _ResolveReferences:
Task "CreateItem"
Done executing task "CreateItem".
Task "ReadLinesFromFile" skipped, due to false condition; ( '%(References_RefreshFile.Identity)' != '' ) was evaluated as ( '' != '' ).
Task "CombinePath"
Done executing task "CombinePath".
Task "Copy"
Done executing task "Copy".
Task "ResolveAssemblyReference" skipped, due to false condition; (Exists('%(References.Identity)')) was evaluated as (Exists('')).
Task "Copy"
Done executing task "Copy".
Target "_ResolveProjectReferences" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveAssemblyReferences" skipped, due to false condition; ('@(Reference)'!='' or '@(_ResolvedProjectReferencePaths)'!='') was evaluated as (''!='' or ''!='').
Target "_CopyBeforeBuild" skipped, due to false condition; ( '$(EnableCopyBeforeBuild)' == 'true' or '@(ExcludeFromBuild)' != '' ) was evaluated as ( '' == 'true' or '' != '' ).
Target BeforeBuild:
Target "_PrepareForBuild" skipped. Previously built successfully.
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj".
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.assemblyPreLoad" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.assemblyPreLoad".
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.user" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.user".
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.vspscc" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.vspscc".
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.Publish.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.Publish.xml".
Copying file from ".\TempBuildDir\\bin\App_global.asax.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_global.asax.compiled".
Copying file from ".\TempBuildDir\\bin\App_Web_default.aspx.cdcab7d2.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_default.aspx.cdcab7d2.dll".
Copying file from ".\TempBuildDir\\bin\App_Web_errorform.aspx.cdcab7d2.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_errorform.aspx.cdcab7d2.dll".
Copying file from ".\TempBuildDir\\bin\default.aspx.cdcab7d2.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\default.aspx.cdcab7d2.compiled".
Copying file from ".\TempBuildDir\\bin\errorform.aspx.cdcab7d2.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\errorform.aspx.cdcab7d2.compiled".
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.dll".
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.pdb" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.pdb".
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.xml".
Copying file from ".\TempBuildDir\\obj\Debug\StyleCopViolations.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\StyleCopViolations.xml".
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt".
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.dll".
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.pdb" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.pdb".
...Try reinstalling the Framework may be that will help.
Tarz --
Yes, I saw those "Considered... but it didn't exist" messages and they are disheartening.
Yes, I did try a re-install of Framework 3.5 Sp1, because that is the latest version that I have, but doing so did not help my situation.
Regarding reinstalling the Framework, I did a lot of research on that and here are my conclusions on the matter thus far.
Unfortunately, the Framework installs are not truly idempotent and stand-alone and over-installable.
Rather, the Framework installs have a weird kind of linear dependency.
Apparently, if one must completely fix a previous Framework, then one must uninstall all Frameworks back to the version being repaired, and then reinstall all up to the current Framework.
That would not be so bad if it were not for the fact that THAT process is itself sketchy at-best, with odd corruption errors are being reported along the way by some who have tried it-- so, it appears that a "fix" process may, in fact, make matters worse.
Furthermore, I am not sure if a total machine rebuild might not be quicker.
Ugh.
Why the Framework install is not a brute-force, idempotent, non-linear, re-installable anytime, over-installable anytime, architecture seems a bit strange to me, from a design perspective. I suppose, and I trust, there is a good reason behind it all. Given
that, maybe I have to wait until I rebuild my machine, etc.
If you have any concrete steps, other than the option of rebuilding the machine, then please do send them along.
Thank you.
-- Mark Kamoski
msbuildRebuild All FailedConsidered But It Didn't Exist
As of now, after having uninstalled all Framework version and then re-installing them up through 3.5, Microsoft Update (AKA Windows Update) is now reporting that the following Framework pieces need to be installed...
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Microsoft .NET Framework 3.5 SP1 Update for Windows Server 2003 and Windows XP x86 (KB982168)</div> <div style="position:
absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"> </div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Microsoft
.NET Framework 3.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976570)</div> <div></div>
Microsoft .NET Framework 3.5 SP1 Update for Windows Server 2003 and Windows XP x86 (KB982168)
Microsoft .NET Framework 3.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976570)
<div>...and when I continue through with the Microsoft Update process it says "successfully installed" for each but after rebooting and returning to Microsoft Update, alas, the Framework pieces are still reported by Microsoft Update as needing to be installed.</div><div>
</div><div>On the bright side, all code output and deployments and debugging seems to working fine.</div><div>
</div><div>That said, this matter is still "UnResolved" and if you have a solution then please do let me know.</div><div>
</div><div>Thank you.</div><div>
</div><div>-- Mark Kamoski</div><div>
</div>
mkamoski
Contributor
5692 Points
1564 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
May 26, 2010 12:17 PM|LINK
Tarz --
I did what you suggested.
The output is below.
I read it line-by-line and I do not see any indication of what the "1 failed" final output message has as its source.
If you (or anyone) can help, then that would be great.
Until further notice, and since this is reported elsewhere in many places, I am thinking that this might be a bug in VisualStudio and or MsBuild.
detailed_build_output_begin
------ Rebuild All started: Project: Test.General.WebAppCs1, Configuration: Debug Any CPU ------
Build started 05/26/2010 07:54:42 AM.
Building with tools version "3.5".
Target _CheckForInvalidConfigurationAndPlatform:
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Message"
Configuration=Debug
Done executing task "Message".
Task "Message"
Platform=AnyCPU
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\' != '' and !HasTrailingSlash('bin\')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj\' != '' and !HasTrailingSlash('obj\')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj\Debug\' != '' and !HasTrailingSlash('obj\Debug\')).
Target StyleCopForceFullAnalysis:
Task "CreateProperty"
Done executing task "CreateProperty".
Target BeforeRebuild:
Target BeforeClean:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target _SplitProjectReferencesByFileExistence:
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(NonVCProjectReference)'!='') was evaluated as ('true'=='true' and ''!='').
Target CleanReferencedProjects:
Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildingSolutionFile)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' != 'true' and '' != 'true' and 'true' == 'true' and '' != '').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
('' == '')) and
Exists('obj\Test.General.WebAppCs1.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "FindUnderPath"
Comparison path is "bin\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "MakeDir"
Done executing task "MakeDir".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target CleanPublishFolder:
Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin\app.publish\'=='bin\app.publish\' and Exists('bin\app.publish\')).
Target AfterClean:
Target EntityClean:
Task "EntityClean"
Successfully cleaned the output for 0 EDMX files.
Done executing task "EntityClean".
Target Clean:
Target EntityDeploy:
Task "EntityDeploy"
Processing 0 EDMX files.
Finished processing 0 EDMX files.
Done executing task "EntityDeploy".
Target BeforeBuild:
Target BuildOnlySettings:
Target GetFrameworkPaths:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Task "GetFrameworkSdkPath"
Done executing task "GetFrameworkSdkPath".
Target PrepareForBuild:
Task "FindAppConfigFile"
Done executing task "FindAppConfigFile".
Task "MakeDir"
Done executing task "MakeDir".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target BeforeResolveReferences:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target ResolveProjectReferences:
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and ('$(BuildingSolutionFile)' == 'true' or '$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as (''!='' and ('' == 'true' or 'true' == 'true' or 'true' != 'true') and '' != '').
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildingSolutionFile)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as (''!='' and 'true' != 'true' and '' != 'true' and 'true' == 'true' and '' != '').
Task "MSBuild" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '$(BuildingProject)'=='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as (''!='' and 'true'=='true' and ''!='').
Task "Warning" skipped, due to false condition; ('@(NonVCProjectReference)'!='' and '@(_MSBuildProjectReferenceNonexistent)'!='') was evaluated as (''!='' and ''!='').
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target ResolveVCProjectReferences:
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(VCProjectReference)'!='') was evaluated as ('true'=='true' and ''!='').
Task "ResolveVCProjectOutput" skipped, due to false condition; ('$(BuildingSolutionFile)'=='true' and '@(VCProjectReference)'!='') was evaluated as (''=='true' and ''!='').
Task "Error" skipped, due to false condition; ('$(BuildingSolutionFile)'!='true' and '$(BuildingInsideVisualStudio)'!='true' and '@(VCProjectReference)'!='') was evaluated as (''!='true' and 'true'!='true' and ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetWinFXPath:
Task "GetWinFXPath"
Microsoft (R) Build Task 'GetWinFXPath' Version '3.0.6920.1427 built by: SP'.
Copyright (C) Microsoft Corporation 2005. All rights reserved.
Done executing task "GetWinFXPath".
Target GetReferenceAssemblyPaths:
Target "PrepareForBuild" skipped. Previously built successfully.
Target ResolveAssemblyReferences:
Task "ResolveAssemblyReference"
Assemblies:
System
System.Data
System.Core
System.Data.DataSetExtensions
System.Web.Extensions
System.Xml.Linq
System.Drawing
System.Web
System.Xml
System.Configuration
System.Web.Services
System.EnterpriseServices
System.Web.Mobile
AssemblyFiles:
CandidateAssemblyFiles:
TargetFrameworkDirectories:
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\,C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0,C:\WINDOWS\Microsoft.NET\Framework\v3.5,C:\WINDOWS\Microsoft.NET\Framework\v3.0,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
InstalledAssemblyTables:
IgnoreInstalledAssemblyTable:
False
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{Registry:Software\Microsoft\.NetFramework,v3.5,AssemblyFoldersEx}
{AssemblyFolders}
{GAC}
{RawFileName}
bin\
AllowedAssemblyExtensions:
.exe
.dll
AllowedRelatedFileExtensions:
.pdb
.xml
AppConfigFile:
AutoUnify:
True
TargetProcessorArchitecture:
x86
StateFile:
obj\Debug\ResolveAssemblyReference.cache
InstalledAssemblySubsetTables:
IgnoreInstalledAssemblySubsetTable:
False
TargetFrameworkSubsets:
FullTargetFrameworkSubsetNames:
Full
No TargetFramework subset exclusion list will be generated. No TargetFrameworkSubsets were provided and no additional subset files were passed in to InstalledAssemblySubsetTables.
Primary reference "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Configuration.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Configuration.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Configuration.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Configuration.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Configuration.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Configuration.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Configuration.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Configuration.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Mobile.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Mobile.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Mobile.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.Mobile.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.Mobile.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.Mobile.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.Mobile.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.Mobile.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.Mobile.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Mobile.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Data.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Data.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Data.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Data.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Data.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Data.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Xml.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Xml.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Xml.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Xml.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
Resolved file path is "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.EnterpriseServices.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.EnterpriseServices.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.EnterpriseServices.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.EnterpriseServices.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.EnterpriseServices.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.EnterpriseServices.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.EnterpriseServices.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.EnterpriseServices.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Services.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Services.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.Services.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Web.Services.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.Services.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Web.Services.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.Services.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Web.Services.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.exe", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
Primary reference "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Drawing.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Drawing.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Drawing.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Drawing.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Drawing.exe", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.0\System.Drawing.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.exe", but it didn't exist.
This reference is not "CopyLocal" because it's a prerequisite file.
Done executing task "ResolveAssemblyReference".
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target ResolveReferences:
Target "MarkupCompilePass1" skipped, due to false condition; ('@(Page)@(ApplicationDefinition)' != '' ) was evaluated as ('' != '' ).
Target AfterMarkupCompilePass1:
Target "MarkupCompilePass2ForMainAssembly" skipped, due to false condition; ('$(_RequireMCPass2ForMainAssembly)' == 'true' ) was evaluated as ('false' == 'true' ).
Target FileClassification:
Task "FileClassifier" skipped, due to false condition; ('@(GeneratedBaml)@(Resource)@(Font)' != '') was evaluated as ('' != '').
Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
Target "MainResourcesGeneration" skipped, due to false condition; ('@(MainEmbeddedFiles)'!='') was evaluated as (''!='').
Target "AssignWinFXEmbeddedResource" skipped, due to false condition; ('@(WinFXEmbeddedResource)' != '') was evaluated as ('' != '').
Target AssignTargetPaths:
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.assemblyPreLoad'=='.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.snk'=='.manifest').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Task "AssignCulture"
Done executing task "AssignCulture".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
Target CreateCustomManifestResourceNames:
Target PrepareResourceNames:
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target CoreResGen:
Task "GenerateResource" skipped, due to false condition; ( '%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false') was evaluated as ( '' == 'Resx' and '' != 'false').
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareRdlFiles:
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.aspx'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.config'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.txt'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.asax'=='.rdlc').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.PNG'=='.rdlc').
Target "RunRdlCompiler" skipped, due to false condition; ('@(RdlFile)'!='') was evaluated as (''!='').
Target CompileRdlFiles:
Target PrepareResources:
Target ResolveKeySource:
Task "ResolveKeySource"
Done executing task "ResolveKeySource".
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped. Previously built successfully.
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target _SetEmbeddedWin32ManifestProperties:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Target SetWin32ManifestProperties:
Target _GenerateCompileInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target DesignTimeMarkupCompilation:
Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true') was evaluated as ('true' != 'true').
Target _ComputeNonExistentFileProperty:
Target CoreCompile:
Building target "CoreCompile" completely.
Output file "bin\Test.General.WebAppCs1.xml" does not exist.
Task "Csc"
Command:
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /doc:bin\Test.General.WebAppCs1.xml /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll" /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.EnterpriseServices.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.Extensions.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Mobile.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug+ /debug:full /keyfile:TestKey.snk /optimize+ /out:obj\Debug\Test.General.WebAppCs1.dll /target:library BuildData.cs Default.aspx.cs Default.aspx.designer.cs ErrorForm.aspx.cs ErrorForm.aspx.designer.cs Global.asax.cs Properties\AssemblyInfo.cs
Compile complete -- 0 errors, 0 warnings
Done executing task "Csc".
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target AfterCompile:
Target "PrepareResourcesForSatelliteAssemblies" skipped, due to false condition; ('$(UICulture)' != '') was evaluated as ('' != '').
Target "MergeLocalizationDirectives" skipped, due to false condition; ('@(GeneratedLocalizationFiles)' !='') was evaluated as ('' !='').
Target AfterCompileWinFX:
Target _AfterCompileWinFXInternal:
Target Compile:
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
('' == '')) and
Exists('obj\Test.General.WebAppCs1.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _GenerateSatelliteAssemblyInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '') was evaluated as ('' != '').
Target CreateSatelliteAssemblies:
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target GetTargetPath:
Building target "GetTargetPath" completely.
No input files were specified.
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target _CopyFilesMarkedCopyLocal:
Task "Copy"
Done executing task "Copy".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false').
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target CopyFilesToOutputDirectory:
Task "Copy"
Copying file from "obj\Debug\Test.General.WebAppCs1.dll" to "bin\Test.General.WebAppCs1.dll".
Command:
copy /y "obj\Debug\Test.General.WebAppCs1.dll" "bin\Test.General.WebAppCs1.dll"
Done executing task "Copy".
Task "Message"
Test.General.WebAppCs1 -> C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.dll
Done executing task "Message".
Task "Copy"
Done executing task "Copy".
Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Task "Copy"
Copying file from "obj\Debug\Test.General.WebAppCs1.pdb" to "bin\Test.General.WebAppCs1.pdb".
Command:
copy /y "obj\Debug\Test.General.WebAppCs1.pdb" "bin\Test.General.WebAppCs1.pdb"
Done executing task "Copy".
Task "Copy"
Did not copy from file "bin\Test.General.WebAppCs1.xml" to file "bin\Test.General.WebAppCs1.xml" because the "SkipUnchangedFiles" parameter was set to "true" in the project and the files' sizes and timestamps match.
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Target "_CopyWebApplication" skipped, due to false condition; ('$(OutDir)' != '$(OutputPath)') was evaluated as ('bin\' != 'bin\').
Target _BuiltWebOutputGroupOutput:
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem" skipped, due to false condition; ('$(OutDir)' != '$(OutputPath)') was evaluated as ('bin\' != 'bin\').
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Task "FindUnderPath"
Comparison path is "C:\Code\Test\General\Test.General.WebAppCs1".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin\".
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.dll" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.pdb" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.dll" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.pdb" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is inside the comparison path.
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\ResolveAssemblyReference.cache" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.dll" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\obj\Debug\Test.General.WebAppCs1.pdb" is inside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.dll" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.pdb" is outside the comparison path.
Path "C:\Code\Test\General\Test.General.WebAppCs1\bin\Test.General.WebAppCs1.xml" is outside the comparison path.
Done executing task "FindUnderPath".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Target IncrementalClean:
Task "FindUnderPath"
Comparison path is "bin\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; (
'$(PostBuildEvent)'!=''
and
(
'$(RunPostBuildEvent)'!='OnOutputUpdated'
or
'$(_AssemblyTimestampBeforeCompile)'!='$(_AssemblyTimestampAfterCompile)'
)
) was evaluated as (
''!=''
and
(
''!='OnOutputUpdated'
or
''!=''
)
).
Target CoreBuild:
Task "CallTarget" skipped, due to false condition; ('$(UnloadProjectsOnCompletion)'=='true') was evaluated as ('false'=='true').
Task "CallTarget" skipped, due to false condition; ('$(UnloadProjectsOnCompletion)'=='true') was evaluated as ('false'=='true').
Task "CallTarget" skipped, due to false condition; ('$(UnloadProjectsOnCompletion)'=='true') was evaluated as ('false'=='true').
Target AfterBuild:
Target StyleCop:
Task "Message"
Forcing full StyleCop reanalysis.
Done executing task "Message".
Task "CreateItem"
Done executing task "CreateItem".
Task "Message"
Analyzing BuildData.cs;Default.aspx.cs;Default.aspx.designer.cs;ErrorForm.aspx.cs;ErrorForm.aspx.designer.cs;Global.asax.cs;Properties\AssemblyInfo.cs
Done executing task "Message".
Task "CreateItem" skipped, due to false condition; (('%(Compile.ExcludeFromStyleCop)' == 'true') or ('%(Compile.ExcludeFromSourceAnalysis)' == 'true')) was evaluated as (('' == 'true') or ('' == 'true')).
Task "Message"
Excluding
Done executing task "Message".
Task "StyleCopTask"
Pass 1: BuildData.cs...
Pass 1: Default.aspx.cs...
Loaded Analyzer: Documentation Rules...
Loaded Analyzer: Layout Rules...
Loaded Analyzer: Maintainability Rules...
Loaded Analyzer: Naming Rules...
Loaded Analyzer: Ordering Rules...
Loaded Analyzer: Readability Rules...
Loaded Analyzer: Spacing Rules...
Pass 1: Default.aspx.designer.cs...
Pass 1: ErrorForm.aspx.cs...
Pass 1: ErrorForm.aspx.designer.cs...
Pass 1: Global.asax.cs...
Pass 1: AssemblyInfo.cs...
Pass 2: Default.aspx.cs...
Pass 2: Default.aspx.designer.cs...
Skipping Default.aspx.designer.cs...
Pass 2: ErrorForm.aspx.cs...
Pass 2: ErrorForm.aspx.designer.cs...
Skipping ErrorForm.aspx.designer.cs...
No violations encountered
Done executing task "StyleCopTask".
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem"
Done executing task "CreateItem".
Target Build:
Building target "Build" completely.
No input files were specified.
Target AfterRebuild:
Target Rebuild:
Building target "Rebuild" completely.
No input files were specified.
Done building project "Test.General.WebAppCs1.csproj".
Build succeeded.
Time Elapsed 00:00:00.35
------ Rebuild All started: Project: Test.General.WebAppCs1.Deploy, Configuration: Debug Any CPU ------
Build started 05/26/2010 07:54:42 AM.
Building with tools version "3.5".
Target Clean:
Task "CreateProperty"
Done executing task "CreateProperty".
Target _PrepareForBuild:
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "Exec"
Command:
if exist ".\TempBuildDir\" rd /s /q ".\TempBuildDir\"
Done executing task "Exec".
Target "_SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_PrepareForBuild" skipped. Previously built successfully.
Target GetFrameworkPathAndRedistList:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Task "CreateItem"
Done executing task "CreateItem".
Target _ResolveReferences:
Task "CreateItem"
Done executing task "CreateItem".
Task "ReadLinesFromFile" skipped, due to false condition; ( '%(References_RefreshFile.Identity)' != '' ) was evaluated as ( '' != '' ).
Task "CombinePath"
Done executing task "CombinePath".
Task "Copy"
Done executing task "Copy".
Task "ResolveAssemblyReference" skipped, due to false condition; (Exists('%(References.Identity)')) was evaluated as (Exists('')).
Task "Copy"
Done executing task "Copy".
Target "_ResolveProjectReferences" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveAssemblyReferences" skipped, due to false condition; ('@(Reference)'!='' or '@(_ResolvedProjectReferencePaths)'!='') was evaluated as (''!='' or ''!='').
Target "_CopyBeforeBuild" skipped, due to false condition; ( '$(EnableCopyBeforeBuild)' == 'true' or '@(ExcludeFromBuild)' != '' ) was evaluated as ( '' == 'true' or '' != '' ).
Target BeforeBuild:
Target "_PrepareForBuild" skipped. Previously built successfully.
Target AspNetCompiler:
Task "AspNetCompiler"
Command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /Test.General.WebAppCs1.csproj -p C:\Code\Test\General\Test.General.WebAppCs1 -f -c -fixednames .\TempBuildDir\ -aptca -keyfile C:\Code\SharedReferencesEx\TeamKey.snk
The "AspNetCompiler" task is using "aspnet_compiler.exe" from "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe".
Utility to precompile an ASP.NET application
Copyright (C) Microsoft Corporation. All rights reserved.
Done executing task "AspNetCompiler".
Task "RemoveDir" skipped, due to false condition; ('$(DeleteAppDataFolder)' == 'true') was evaluated as ('' == 'true').
Task "CreateItem"
Done executing task "CreateItem".
Target BeforeMerge:
Target "AspNetMerge" skipped, due to false condition; ('$(UseMerge)' == 'true') was evaluated as ('false' == 'true').
Target AfterMerge:
Target CopyToOutputDir:
Task "CreateItem"
Done executing task "CreateItem".
Task "Exec"
Command:
if exist "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\" rd /s /q "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\"
Done executing task "Exec".
Task "Exec"
Command:
if not exist "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\" md "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\"
Done executing task "Exec".
Task "Copy"
Copying file from ".\TempBuildDir\\app_offline.htm.config" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\app_offline.htm.config".
Command:
copy /y ".\TempBuildDir\\app_offline.htm.config" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\app_offline.htm.config"
Copying file from ".\TempBuildDir\\BuildData.config" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\BuildData.config".
Command:
copy /y ".\TempBuildDir\\BuildData.config" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\BuildData.config"
Copying file from ".\TempBuildDir\\Default.aspx" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Default.aspx".
Command:
copy /y ".\TempBuildDir\\Default.aspx" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Default.aspx"
Copying file from ".\TempBuildDir\\ErrorForm.aspx" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\ErrorForm.aspx".
Command:
copy /y ".\TempBuildDir\\ErrorForm.aspx" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\ErrorForm.aspx"
Copying file from ".\TempBuildDir\\MSSCCPRJ.SCC" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\MSSCCPRJ.SCC".
Command:
copy /y ".\TempBuildDir\\MSSCCPRJ.SCC" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\MSSCCPRJ.SCC"
Copying file from ".\TempBuildDir\\PrecompiledApp.config" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\PrecompiledApp.config".
Command:
copy /y ".\TempBuildDir\\PrecompiledApp.config" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\PrecompiledApp.config"
Copying file from ".\TempBuildDir\\ReadMe.config" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\ReadMe.config".
Command:
copy /y ".\TempBuildDir\\ReadMe.config" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\ReadMe.config"
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj".
Command:
copy /y ".\TempBuildDir\\Test.General.WebAppCs1.csproj" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj"
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.assemblyPreLoad" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.assemblyPreLoad".
Command:
copy /y ".\TempBuildDir\\Test.General.WebAppCs1.csproj.assemblyPreLoad" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.assemblyPreLoad"
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.user" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.user".
Command:
copy /y ".\TempBuildDir\\Test.General.WebAppCs1.csproj.user" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.user"
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.csproj.vspscc" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.vspscc".
Command:
copy /y ".\TempBuildDir\\Test.General.WebAppCs1.csproj.vspscc" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.csproj.vspscc"
Copying file from ".\TempBuildDir\\Test.General.WebAppCs1.Publish.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.Publish.xml".
Command:
copy /y ".\TempBuildDir\\Test.General.WebAppCs1.Publish.xml" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Test.General.WebAppCs1.Publish.xml"
Copying file from ".\TempBuildDir\\TestKey.snk" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\TestKey.snk".
Command:
copy /y ".\TempBuildDir\\TestKey.snk" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\TestKey.snk"
Copying file from ".\TempBuildDir\\Web.config" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Web.config".
Command:
copy /y ".\TempBuildDir\\Web.config" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Web.config"
Done executing task "Copy".
Task "Copy"
Creating directory "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\App_Data".
Copying file from ".\TempBuildDir\\App_Data\Test.txt" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\App_Data\Test.txt".
Command:
copy /y ".\TempBuildDir\\App_Data\Test.txt" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\App_Data\Test.txt"
Done executing task "Copy".
Task "Copy"
Creating directory "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\bin".
Copying file from ".\TempBuildDir\\bin\App_global.asax.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_global.asax.compiled".
Command:
copy /y ".\TempBuildDir\\bin\App_global.asax.compiled" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_global.asax.compiled"
Copying file from ".\TempBuildDir\\bin\App_global.asax.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_global.asax.dll".
Command:
copy /y ".\TempBuildDir\\bin\App_global.asax.dll" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_global.asax.dll"
Copying file from ".\TempBuildDir\\bin\App_Web_default.aspx.cdcab7d2.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_default.aspx.cdcab7d2.dll".
Command:
copy /y ".\TempBuildDir\\bin\App_Web_default.aspx.cdcab7d2.dll" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_default.aspx.cdcab7d2.dll"
Copying file from ".\TempBuildDir\\bin\App_Web_errorform.aspx.cdcab7d2.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_errorform.aspx.cdcab7d2.dll".
Command:
copy /y ".\TempBuildDir\\bin\App_Web_errorform.aspx.cdcab7d2.dll" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\App_Web_errorform.aspx.cdcab7d2.dll"
Copying file from ".\TempBuildDir\\bin\default.aspx.cdcab7d2.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\default.aspx.cdcab7d2.compiled".
Command:
copy /y ".\TempBuildDir\\bin\default.aspx.cdcab7d2.compiled" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\default.aspx.cdcab7d2.compiled"
Copying file from ".\TempBuildDir\\bin\errorform.aspx.cdcab7d2.compiled" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\errorform.aspx.cdcab7d2.compiled".
Command:
copy /y ".\TempBuildDir\\bin\errorform.aspx.cdcab7d2.compiled" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\errorform.aspx.cdcab7d2.compiled"
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.dll".
Command:
copy /y ".\TempBuildDir\\bin\Test.General.WebAppCs1.dll" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.dll"
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.pdb" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.pdb".
Command:
copy /y ".\TempBuildDir\\bin\Test.General.WebAppCs1.pdb" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.pdb"
Copying file from ".\TempBuildDir\\bin\Test.General.WebAppCs1.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.xml".
Command:
copy /y ".\TempBuildDir\\bin\Test.General.WebAppCs1.xml" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\bin\Test.General.WebAppCs1.xml"
Done executing task "Copy".
Task "Copy"
Creating directory "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\Images".
Copying file from ".\TempBuildDir\\Images\PublishDialog01.PNG" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Images\PublishDialog01.PNG".
Command:
copy /y ".\TempBuildDir\\Images\PublishDialog01.PNG" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\Images\PublishDialog01.PNG"
Done executing task "Copy".
Task "Copy"
Creating directory "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\obj\Debug".
Copying file from ".\TempBuildDir\\obj\Debug\StyleCopViolations.xml" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\StyleCopViolations.xml".
Command:
copy /y ".\TempBuildDir\\obj\Debug\StyleCopViolations.xml" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\StyleCopViolations.xml"
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt".
Command:
copy /y ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.csproj.FileListAbsolute.txt"
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.dll" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.dll".
Command:
copy /y ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.dll" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.dll"
Copying file from ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.pdb" to "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.pdb".
Command:
copy /y ".\TempBuildDir\\obj\Debug\Test.General.WebAppCs1.pdb" "C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\\obj\Debug\Test.General.WebAppCs1.pdb"
Done executing task "Copy".
Task "Exec"
Command:
if exist ".\TempBuildDir\" rd /s /q ".\TempBuildDir\"
Done executing task "Exec".
Task "ToggleDebugCompilation"
Updating Web.config <compilation> element debug attribute to 'False'.
Successfully updated Web.config <compilation> element debug attribute to 'False'.
Done executing task "ToggleDebugCompilation".
Target "ReplaceWebConfigSections" skipped, due to false condition; ('$(UseWebConfigReplacement)' == 'true') was evaluated as ('false' == 'true').
Target CreateVirtualDirectory:
Task "CreateVirtualDirectory"
Initializing IIS Web Server...
Successfully created virtual directory 'Test.General.WebAppCs1.Publish'.
Done executing task "CreateVirtualDirectory".
Task "GrantServerAccess"
Granting IIS read access to the folder 'C:\Code\Deploy\General\Test.General.WebAppCs1.Publish'.
Grant folder access successful.
Done executing task "GrantServerAccess".
Task "GrantServerAccess"
Granting IIS read/write access to the folder 'C:\Code\Deploy\General\Test.General.WebAppCs1.Publish\App_Data'.
Grant folder access successful.
Done executing task "GrantServerAccess".
Target AfterBuild:
Target Rebuild:
Done building project "Test.General.WebAppCs1.Deploy.wdproj".
Build succeeded.
Time Elapsed 00:00:04.53
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
detailed_build_output_end
Thank you.
-- Mark Kamoski
mkamoski
Contributor
5692 Points
1564 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
May 26, 2010 01:59 PM|LINK
All --
FYI, I am also discussing this matter at the following link...
http://mkamoski1.wordpress.com/2010/05/26/visualstudio-rebuild-succeeded-and-failed-at-the-same-time/
...is the hope to increase the reach of the issue at hand, in order to find a solution, etc.
HTH.
Thank you.
-- Mark Kamoski
tarzaan
Member
88 Points
29 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
May 27, 2010 05:12 AM|LINK
i am not sure why do you get these errors:
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Configuration.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Configuration.dll", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Configuration.exe", but it didn't exist.
Considered "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Configuration.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v3.5\System.Configuration.exe", but it didn't exist.
Try reinstalling the Framework may be that will help.
mkamoski
Contributor
5692 Points
1564 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
May 28, 2010 02:24 PM|LINK
Tarz --
Yes, I saw those "Considered... but it didn't exist" messages and they are disheartening.
Yes, I did try a re-install of Framework 3.5 Sp1, because that is the latest version that I have, but doing so did not help my situation.
Regarding reinstalling the Framework, I did a lot of research on that and here are my conclusions on the matter thus far.
Unfortunately, the Framework installs are not truly idempotent and stand-alone and over-installable.
Rather, the Framework installs have a weird kind of linear dependency.
Apparently, if one must completely fix a previous Framework, then one must uninstall all Frameworks back to the version being repaired, and then reinstall all up to the current Framework.
That would not be so bad if it were not for the fact that THAT process is itself sketchy at-best, with odd corruption errors are being reported along the way by some who have tried it-- so, it appears that a "fix" process may, in fact, make matters worse. Furthermore, I am not sure if a total machine rebuild might not be quicker.
Ugh.
Why the Framework install is not a brute-force, idempotent, non-linear, re-installable anytime, over-installable anytime, architecture seems a bit strange to me, from a design perspective. I suppose, and I trust, there is a good reason behind it all. Given that, maybe I have to wait until I rebuild my machine, etc.
If you have any concrete steps, other than the option of rebuilding the machine, then please do send them along.
Thank you.
-- Mark Kamoski
msbuild Rebuild All Failed Considered But It Didn't Exist
mkamoski
Contributor
5692 Points
1564 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
Jun 02, 2010 08:39 PM|LINK
All --
This is an update.
I uninstalled all versions of the Framework from my machine.
Then, I installed them all, one-by-one, rebooting after each, as I have documented here...
http://forums.asp.net/t/1547668.aspx
...but, alas, my predicament persists, much to my chagrin.
If you can help, then please do so.
Thank you.
-- Mark Kamoski
mkamoski
Contributor
5692 Points
1564 Posts
Re: Web Deployment Project, Build Succeeded And Rebuild All Failed
Jun 11, 2010 05:21 PM|LINK
All --
This is an update to my issue.
As of now, after having uninstalled all Framework version and then re-installing them up through 3.5, Microsoft Update (AKA Windows Update) is now reporting that the following Framework pieces need to be installed...
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Microsoft .NET Framework 3.5 SP1 Update for Windows Server 2003 and Windows XP x86 (KB982168)</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"> </div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Microsoft .NET Framework 3.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976570)</div> <div></div>Microsoft .NET Framework 3.5 SP1 Update for Windows Server 2003 and Windows XP x86 (KB982168)
Microsoft .NET Framework 3.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976570)
<div>...and when I continue through with the Microsoft Update process it says "successfully installed" for each but after rebooting and returning to Microsoft Update, alas, the Framework pieces are still reported by Microsoft Update as needing to be installed.</div><div></div><div>On the bright side, all code output and deployments and debugging seems to working fine.</div><div>
</div><div>That said, this matter is still "UnResolved" and if you have a solution then please do let me know.</div><div>
</div><div>Thank you.</div><div>
</div><div>-- Mark Kamoski</div><div>
</div>