I'm looking for any help I can get here. I made a very simple web project. It has four pages. I then added a web setup project to my solution and added the primary output and content.
When I right click on the setup project and say build the main project builds but the setup project fails. As far as I can tell, it just says 1 built and 1 failed. I cannot even find a reason WHY it failed.
HINTS?! Anybody know where I can even look to get more info about what failed?
Thank you - oh masters of web setup projects.
-
-
Anything error messages on the "Output" window? (e.g. some path/component not found, or something cannot be written on whatever location?)
-
cheong,
That's just the problem. I'm not seeing any reason for the failed build, just that one failed to build.
[C] -
Ok, so the important part that I'm talking about is at the end of this big blob, but this is from the output window. Where else can I look for what is going wrong as this doesn't seem to be helping me at all:
This is from the output window:
------ Rebuild All started: Project: STDFReportPortal, Configuration: Release Any CPU ------c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define: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:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.Linq.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:pdbonly /optimize+ /out:obj\Release\STDFReportPortal.dll /target:library ContentServer.designer.cs Default.aspx.cs Default.aspx.designer.cs EFSetup.aspx.cs EFSetup.aspx.designer.cs PRONumberLookup.aspx.cs PRONumberLookup.aspx.designer.cs ProofOfEmail.aspx.cs ProofOfEmail.aspx.designer.cs Properties\AssemblyInfo.cs Properties\Settings.Designer.cs STDFReportPortal.Master.cs STDFReportPortal.Master.designer.cs UnbilledMissingDocs.aspx.cs UnbilledMissingDocs.aspx.designer.cs
Compile complete -- 0 errors, 0 warnings
STDFReportPortal -> C:\projects\StandardForwarding\STDFReportPortal\STDFReportPortal\bin\STDFReportPortal.dll
------ Starting pre-build validation for project 'STDFReportsSetup' ------
------ Pre-build validation for project 'STDFReportsSetup' completed ------
------ Rebuild All started: Project: STDFReportsSetup, Configuration: Release ------Building file 'C:\projects\StandardForwarding\STDFReportPortal\STDFReportsSetup\Release\STDFReportsSetup.msi'...
Packaging file 'TopBannerBg.gif'...
Packaging file 'TopBannerTitle2.gif'...
Packaging file 'ProofOfEmail.aspx'...
Packaging file 'save_ico.gif'...
Packaging file 'STDFLogo.gif'...
Packaging file 'STDFAdmin2.gif'...
Packaging file 'Web.sitemap'...
Packaging file 'Spacer.gif'...
Packaging file 'GridHeaderBg.gif'...
Packaging file 'STDFReportPortal.dll'...
Packaging file 'PRONumberLookup.aspx'...
Packaging file 'delete_ico.gif'...
Packaging file 'STDFReportPortal.Master'...
Packaging file 'GreenBg1x1.gif'...
Packaging file 'GreenBorderBg.gif'...
Packaging file 'EFSetup.aspx'...
Packaging file 'TopBannerTitle.gif'...
Packaging file 'user_ico.gif'...
Packaging file 'UnbilledMissingDocs.aspx'...
Packaging file 'stdfStyle.css'...
Packaging file 'edit_ico.gif'...
Packaging file 'Default.aspx'...
Packaging file 'plus_ico.gif'...
Packaging file 'cancel_ico.gif'...
Packaging file 'stdfSkins.skin'...
Packaging file 'checkmark_red_ico.gif'...
Packaging file 'Web.config'...
Packaging file 'OrangeBg1x1.gif'...
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== -
I still have had no luck figuring out why this Web Setup fails to build. I cannot find anywhere that will give me any more descriptive output other than just 1 project failed to build.
Still looking for help if anyone has anything come to mind...
Thanks,
Jason
-
nosajis wrote:I'm looking for any help I can get here. I made a very simple web project. It has four pages. I then added a web setup project to my solution and added the primary output and content.
When I right click on the setup project and say build the main project builds but the setup project fails. As far as I can tell, it just says 1 built and 1 failed. I cannot even find a reason WHY it failed.
HINTS?! Anybody know where I can even look to get more info about what failed?
Thank you - oh masters of web setup projects.
Arise, dead thread!
I'm just posting this for posterity: I had the same issue: both a web setup project *and* a CAB project would simply fail, with no reason given.
But I went to the output folder, and lo and behold, there were my project files.
I guess it's a bug in visual studio. It *does* successfully build, it just returns an error code.
wierd, huh?
-
Randolpho said:nosajis wrote:I'm looking for any help I can get here. I made a very simple web project. It has four pages. I then added a web setup project to my solution and added the primary output and content.
When I right click on the setup project and say build the main project builds but the setup project fails. As far as I can tell, it just says 1 built and 1 failed. I cannot even find a reason WHY it failed.
HINTS?! Anybody know where I can even look to get more info about what failed?
Thank you - oh masters of web setup projects.
Arise, dead thread!
I'm just posting this for posterity: I had the same issue: both a web setup project *and* a CAB project would simply fail, with no reason given.
But I went to the output folder, and lo and behold, there were my project files.
I guess it's a bug in visual studio. It *does* successfully build, it just returns an error code.
wierd, huh?It's not just web setup projects... I've got a Setup project for a Windows Service which suffered the same symptoms and I spent the last 2-3 hours pulling out my hair, trying to make any sense of it.
What killed me is that I've got another project with the same scenario that works in VS2008... I believe I upgraded it some time ago from VS2005 to VS2008. I also think it's targeting .NET 2.0 only and not .NET 3.5... perhaps that's the difference. I compared them side by side and could not find a difference in installer classes, setup project, etc.
My solution was giving me the now dreaded "1 successful, 1 failed", with no error text. I tried setting the output to Detailed and ultimately to Diagnostic... still nothing indicating where an error might have occured.
I even went so far as to create a new Windows Service (WindowsService1, wouldn't you know!) and added zero code to it, except the installer class. I then added a new Setup Project, selected the primary output and also added the primary output as custom actions. Same result, 1 successful, 1 failed.
Google brought me here, and indeed after reading Randolpho's post, I checked the output directory. There it was, perfect in all it's glory... mocking me for being so thorough as to create a new vanilla solution but not to think to check the output directory.
It's a VS 2008 bug... perhaps to be fixed in SP1 due out this summer? I can't find a list to confirm, but can only hope. -
malawto said:Randolpho said:*snip*
It's not just web setup projects... I've got a Setup project for a Windows Service which suffered the same symptoms and I spent the last 2-3 hours pulling out my hair, trying to make any sense of it.
What killed me is that I've got another project with the same scenario that works in VS2008... I believe I upgraded it some time ago from VS2005 to VS2008. I also think it's targeting .NET 2.0 only and not .NET 3.5... perhaps that's the difference. I compared them side by side and could not find a difference in installer classes, setup project, etc.
My solution was giving me the now dreaded "1 successful, 1 failed", with no error text. I tried setting the output to Detailed and ultimately to Diagnostic... still nothing indicating where an error might have occured.
I even went so far as to create a new Windows Service (WindowsService1, wouldn't you know!) and added zero code to it, except the installer class. I then added a new Setup Project, selected the primary output and also added the primary output as custom actions. Same result, 1 successful, 1 failed.
Google brought me here, and indeed after reading Randolpho's post, I checked the output directory. There it was, perfect in all it's glory... mocking me for being so thorough as to create a new vanilla solution but not to think to check the output directory.
It's a VS 2008 bug... perhaps to be fixed in SP1 due out this summer? I can't find a list to confirm, but can only hope.I'm having the same problem! Mine is a Windows Service project. I guess I will move it to a VS2005 solution. Grrrrr... Luckily (or unlickily depending on how you look at it) my app is already split int 2 separate VS2005/VS2008 solutions since I have some BizTalk projects and some .NET 3.5 projects. At least I don't have to create a new VS2005 solution for it... Come on, when is this gonna be fixed???
-
All --
FWIW, I have the same issue here.
The Build Output from a Web Deployment Project reports both "Build succeeded... Build succeeded" and "Rebuild All: 1 succeeded, 1 failed".I am using VisualStudio 2008 Standard and Framework 3.5 now.
Why?
I cannot see the error anywhere in the build processing. The setup is simple, one Solution with 2 projects in it-- one project is a Web Application Project (containing one ASPX and one ASCX) and the other project is a Web Deployment Project.
What do you think?
Please advise.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=DebugDone executing task "Message".Task "Message"Platform=AnyCPUDone 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)' == '')) andExists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or('' == '')) andExists('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:SystemSystem.DataSystem.CoreSystem.Data.DataSetExtensionsSystem.Web.ExtensionsSystem.Xml.LinqSystem.DrawingSystem.WebSystem.XmlSystem.ConfigurationSystem.Web.ServicesSystem.EnterpriseServicesSystem.Web.MobileAssemblyFiles: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.50727InstalledAssemblyTables:IgnoreInstalledAssemblyTable:FalseSearchPaths:{CandidateAssemblyFiles}{HintPathFromItem}{TargetFrameworkDirectory}{Registry:Software\Microsoft\.NetFramework,v3.5,AssemblyFoldersEx}{AssemblyFolders}{GAC}{RawFileName}bin\AllowedAssemblyExtensions:.exe.dllAllowedRelatedFileExtensions:.pdb.xmlAppConfigFile:AutoUnify:TrueTargetProcessorArchitecture:x86StateFile:obj\Debug\ResolveAssemblyReference.cacheInstalledAssemblySubsetTables:IgnoreInstalledAssemblySubsetTable:FalseTargetFrameworkSubsets:FullTargetFrameworkSubsetNames:FullNo 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.csCompile complete -- 0 errors, 0 warningsDone 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)' == '')) andExists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or('' == '')) andExists('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.dllDone 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.csDone 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"ExcludingDone 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 encounteredDone 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.snkThe "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 applicationCopyright (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 ==========------ 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
My woes relative to this matter are also discussed at the following link...
http://forums.asp.net/p/1548089/3874397.aspx#3874397
Any help that you can provided is appreciated.
Thank you.
-- Mark Kamoski
-
mkamoski2 said:
All --
FWIW, I have the same issue here.
The Build Output from a Web Deployment Project reports both "Build succeeded... Build succeeded" and "Rebuild All: 1 succeeded, 1 failed".I am using VisualStudio 2008 Standard and Framework 3.5 now.
Why?
I cannot see the error anywhere in the build processing. The setup is simple, one Solution with 2 projects in it-- one project is a Web Application Project (containing one ASPX and one ASCX) and the other project is a Web Deployment Project.
What do you think?
Please advise.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=DebugDone executing task "Message".Task "Message"Platform=AnyCPUDone 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)' == '')) andExists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or('' == '')) andExists('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:SystemSystem.DataSystem.CoreSystem.Data.DataSetExtensionsSystem.Web.ExtensionsSystem.Xml.LinqSystem.DrawingSystem.WebSystem.XmlSystem.ConfigurationSystem.Web.ServicesSystem.EnterpriseServicesSystem.Web.MobileAssemblyFiles: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.50727InstalledAssemblyTables:IgnoreInstalledAssemblyTable:FalseSearchPaths:{CandidateAssemblyFiles}{HintPathFromItem}{TargetFrameworkDirectory}{Registry:Software\Microsoft\.NetFramework,v3.5,AssemblyFoldersEx}{AssemblyFolders}{GAC}{RawFileName}bin\AllowedAssemblyExtensions:.exe.dllAllowedRelatedFileExtensions:.pdb.xmlAppConfigFile:AutoUnify:TrueTargetProcessorArchitecture:x86StateFile:obj\Debug\ResolveAssemblyReference.cacheInstalledAssemblySubsetTables:IgnoreInstalledAssemblySubsetTable:FalseTargetFrameworkSubsets:FullTargetFrameworkSubsetNames:FullNo 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.csCompile complete -- 0 errors, 0 warningsDone 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)' == '')) andExists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or('' == '')) andExists('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.dllDone 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.csDone 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"ExcludingDone 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 encounteredDone 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.snkThe "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 applicationCopyright (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 ==========------ 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
My woes relative to this matter are also discussed at the following link...
http://forums.asp.net/p/1548089/3874397.aspx#3874397
Any help that you can provided is appreciated.
Thank you.
-- Mark Kamoski
Mark, can you contact me offline to help you see this resolved? Can you please mail me at itodirel at microsoft dot com? Or if you prefer you can open a connect bug and we can take it from there.
I can later post here the issue, fix or what we find.Thanks
-Ion
Visual Studio: Project and Build
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.