Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, July 6, 2015 5:25 PM
I get the following error when trying to Debug a Windows Forms application. If there are no build errors, the exception doesn't show and the application builds and runs as expected. If there are build errors, then the exception shows. This prevents me from actually being able to debug. I can easily reproduce this error by introducing a simple syntax error, clicking Clean Solution and then Rebuild Solution. The the error shows.
Could not copy the file "obj\Debug\App.exe" because it was not found
Any help is greatly appreciated. Thank you!
Edit: I've tried re-building, cleaning, etc. I've tried disabling all Extensions. I've tried checking my Anti-Virus to make sure it isn't actively quarantining the file. I've tried moving the project, deleting folders, restarting the project, etc. I've been Googling this for weeks and there is no solution. This happens on all of my projects as soon as I introduce an error and do a Clean and Rebuild. Please help.
All replies (10)
Monday, July 6, 2015 5:28 PM
try to disable you antivirus than try again..
Hope it helps. Spiri
Monday, July 6, 2015 5:35 PM
I've tried disabling the antivirus. Still get the same error.
Tuesday, July 7, 2015 9:52 AM
Hi bradley.hickey,
>>If there are no build errors, the exception doesn't show and the application builds and runs as expected. If there are build errors, then the exception shows.
>>Could not copy the file "obj\Debug\App.exe" because it was not found.
So you mean that you get this error message when you debug your app, but it has the build error before you got the above error, am I right?
If so, what is the detailed build error message in Error list window or Output window?
After you build your app, could you see this App.exe in obj/Debug folder?
To make sure whether it is your project issue or others, could you run the same app in other VS machine?
(1) Please open your project as the admin, clean and build it again.
(2) I'm not very sure that whether it is your project or the VS IDE's issue, but if possible, please repair your VS, and then reset your VS settings, create a new project, check it again.
https://msdn.microsoft.com/en-us/library/ms241273.aspx?f=255&MSPPError=-2147217396
If still no help or you got any latest information, please feel free to let me know.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Tuesday, July 7, 2015 6:03 PM
Thank you for your response.
>So you mean that you get this error message when you debug your app, but it has the build error before you got the above error, am I right?
Yes. The error appears in the Error List prior to being rebuilt. Once I rebuild, that error goes away and is replaced by the "Could not copy" error.
>If so, what is the detailed build error message in Error list window or Output window?
Error 1 The name 'subTotal' does not exist in the current context \fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal\frmInvoiceTotal.cs 37 38 InvoiceTotal
It's a simple error I introduced simply to reproduce this problem. I can reproduce it without fail and another colleague at my company has the same issue.
>After you build your app, could you see this App.exe in obj/Debug folder?
No. The file disappears if I previously built an error-free version. If there is no version of the file there, it is not created during Clean, Rebuild or Build. If I correct the error, a Rebuild or Build causes the file to reappear and the application runs fine.
>To make sure whether it is your project issue or others, could you run the same app in other VS machine?
Same problem.
>(1) Please open your project as the admin, clean and build it again.
Same problem.>(2) I'm not very sure that whether it is your project or the VS IDE's issue, but if possible, please repair your VS, and then reset your VS settings, create a new project, check it again.
Same problem.
Thank for the troubleshooting techniques. I apologize this has taken my all day but I had to get my desktop guys working on the repair and granting me Admin. Let me know if there's anything else I can try. I strongly suspect there is an issue with our environment because this can't be happening to all users of Visual Studio. It's incredibly annoying to not be able to debug your application! Thanks again.
Wednesday, July 8, 2015 11:40 AM
>>I strongly suspect there is an issue with our environment because this can't be happening to all users of Visual Studio.
@bradley.hickey,
Do you mean that it worked well for other log-in users in the same machine or different machines?
>>Error 1 The name 'subTotal' does not exist in the current context
\fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal\frmInvoiceTotal.cs
37 38 InvoiceTotal.
If your project has the builder error, and it has the same issue in other machine, I doubt that it is related to this project. What is the "subTotal"?
Do you change any specific settings for your project like using the post-build event or others? One important issue is that whether it has this issue if you just create a simple winform app, for example, the default blank winform app.
Please copy your project to other drive (from C to D drive), and then re-open it again. Check the result.
Please change the .NET Framework in your project property. Not use the Client Profile, change your .Net version to full, test it again. I met this error which is related to the Target Framework settings.
If still no help, could you share me a simple sample with one drive? So we could really repro this issue in our side.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Wednesday, July 8, 2015 1:01 PM
>Do you mean that it worked well for other log-in users in the same machine or different machines?
No, I mean that it doesn't work for anyone logged in to our network on any machine using any project with any application type.
>If your project has the builder error, and it has the same issue in other machine, I doubt that it is related to this project.
Agreed.
>What is the "subTotal"?
"subTotal" should be spelled "subtotal". I simply added the capital letter to introduce a generic syntax error to illustrate the problem I'm having. The error could be anything. I can't get Visual Studio to debug.
>Do you change any specific settings for your project like using the post-build event or others?
No. This is happening with default settings after having been reset.
>One important issue is that whether it has this issue if you just create a simple winform app, for example, the default blank winform app.
I did this after completely re-installing Visual Studio, resetting settings, opening a simple, blank Winform app and I still get the problem.
>Please copy your project to other drive (from C to D drive), and then re-open it again. Check the result.
Same result.
>Please change the .NET Framework in your project property. Not use the Client Profile, change your .Net version to full, test it again.
Same Result.
Unfortunately, I am not able to host any files from my secured network. However, if you'd be willing to share your email address, I can secure email an encrypted zip to you. Let me know if this will work.
Thanks again for all your help.
Thursday, July 9, 2015 7:44 AM
Hi bradley.hickey,
Actually you know that this forum is to discuss the VS IDE, based on our previous discussions, I doubt that the real issue is related to this project itself.
Please click Tools->Options->Projects and Solutions->Build and Run, and then output the detailed build log and then view the log message.
Just a workaround to narrow down this issue, you could comment out certain controls' event one by one in your Designer, and then build your project again, so we could know that which control or line code generated this issue.
In addition, since it is related to the specific Winform app, you'd better post this issue to the Winform forum and discuss this issue with the WinForm experts.
https://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
But you'd better share the detailed build error or main code which generated this issue in your new thread, so it would be better for the WinForm experts to troubleshoot and repro this issue.
If there's any concern, please feel free to let me know.
Sincerely,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Thursday, July 9, 2015 1:12 PM
>Actually you know that this forum is to discuss the VS IDE, based on our previous discussions, I doubt that the real issue is related to this project itself.
Agreed.
>Please click Tools->Options->Projects and Solutions->Build and Run, and then output the detailed build log and then view the log message.
I'll post it on the next reply. In order to save space (only 60000 characters allowed), I changed all of the network locations from "\fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal\InvoiceTotal.csproj" to "\InvoiceTotal.csproj"
>Just a workaround to narrow down this issue, you could comment out certain controls' event one by one in your Designer, and then build your project again, so we could know that which control or line code generated this issue.
Every line of code will generate the issue. I can put an error anywhere in the application, and this error will happen. If I know how to correct the issue, I can do that and the application builds fine. But as soon as there is a bug in the code, it will not build. Hypothetically, if I didn't know where or what the error was, I wouldn't be able to find it since my application will not build when it needs to debug. I'm sorry if this isn't making sense for you. IF there is an error, the application WILL NOT build. It doesn't matter what control or what line of code it happens on.
>In addition, since it is related to the specific Winform app, you'd better post this issue to the Winform forum and discuss this issue with the WinForm experts.
I'm not doing this. It is not specific to WinForm apps. This happens on every application type. I will be opening an incident with Microsoft. I'm sure it's going to take someone getting into our network to see why it's happening to everyone here at my company. Thank you again for your help.
Thursday, July 9, 2015 1:15 PM
1> Build started: Project: InvoiceTotal, Configuration: Debug Any CPU
1>Build started 7/9/2015 7:02:49 AM.
1>Building with tools version "12.0".
1>Target "_CheckForInvalidConfigurationAndPlatform" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (entry point):
1>Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Using "Message" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Message"
1> Configuration=Debug
1>Done executing task "Message".
1>Task "Message"
1> Platform=AnyCPU
1>Done executing task "Message".
1>Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Debug\ != '' and !HasTrailingSlash('bin\Debug\)).
1>Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj\ != '' and !HasTrailingSlash('obj\)).
1>Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj\Debug\ != '' and !HasTrailingSlash('obj\Debug\)).
1>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "InvoiceTotal.csproj".
1>Target "EntityDeploy" skipped, due to false condition; ('@(EntityDeploy)' != '') was evaluated as ('' != '').
1>Target "BeforeBuild" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Build" depends on it):
1>Done building target "BeforeBuild" in project "InvoiceTotal.csproj".
1>Target "BuildOnlySettings" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "BuildOnlySettings" in project "InvoiceTotal.csproj".
1>Target "GetFrameworkPaths" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.NetFramework.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareForBuild" depends on it):
1>Done building target "GetFrameworkPaths" in project "InvoiceTotal.csproj".
1>Target "GetWinFXPath" skipped, due to false condition; (('@(Page)' != '' or '@(ApplicationDefinition)' != '' or '@(Resource)' != '') and ('$(GetWinFXNativePath)' != '' or '$(GetWinFXWoWPath)' != '' )) was evaluated as (('' != '' or '' != '' or '' != '') and ('' != '' or '' != '' )).
1>Target "GetReferenceAssemblyPaths" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareForBuild" depends on it):
1>Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GetReferenceAssemblyPaths"
1>Done executing task "GetReferenceAssemblyPaths".
1>Done building target "GetReferenceAssemblyPaths" in project "InvoiceTotal.csproj".
1>Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Target "PrepareForBuild" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "FindAppConfigFile"
1> Found "App.config".
1>Done executing task "FindAppConfigFile".
1>Using "MakeDir" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Done building target "PrepareForBuild" in project "InvoiceTotal.csproj".
1>Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
1>Target "BeforeResolveReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Done building target "BeforeResolveReferences" in project "InvoiceTotal.csproj".
1>Target "AssignProjectConfiguration" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignProjectConfiguration"
1>Done executing task "AssignProjectConfiguration".
1>Done building target "AssignProjectConfiguration" in project "InvoiceTotal.csproj".
1>Target "AssignProjectConfiguration" skipped. Previously built successfully.
1>Target "_SplitProjectReferencesByFileExistence" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveProjectReferences" depends on it):
1>Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as ('true'=='true' and ''!='').
1>Done building target "_SplitProjectReferencesByFileExistence" in project "InvoiceTotal.csproj".
1>Target "ResolveProjectReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('true' == 'true' or 'true' != 'true') and '12.0' != '10.0' and '' != '').
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' == '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('true' == 'true' or 'true' != 'true') and '12.0' == '10.0' and '' != '').
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' != 'true' and 'true' == 'true' and '' != '').
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != '').
1>Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != '').
1>Done building target "ResolveProjectReferences" in project "InvoiceTotal.csproj".
1>Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
1>Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
1>Target "GetFrameworkPaths" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target "GetInstalledSDKLocations" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveSDKReferences" depends on it):
1>Task "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
1>Done building target "GetInstalledSDKLocations" in project "InvoiceTotal.csproj".
1>Target "ResolveSDKReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveAssemblyReferences" depends on it):
1>Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
1>Done building target "ResolveSDKReferences" in project "InvoiceTotal.csproj".
1>Target "ResolveSDKReferences" skipped. Previously built successfully.
1>Target "ExpandSDKReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveAssemblyReferences" depends on it):
1>Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
1>Done building target "ExpandSDKReferences" in project "InvoiceTotal.csproj".
1>Target "FakesGenerateBeforeBuild" skipped, due to false condition; (@(Fakes) != '' AND $(BuildingProject)) was evaluated as ( != '' AND true).
1>Target "ResolveAssemblyReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ResolveAssemblyReference"
1> <REMOVED TO SAVE SPACE>
1>Done executing task "ResolveAssemblyReference".
1>Done building target "ResolveAssemblyReferences" in project "InvoiceTotal.csproj".
1>Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true').
1>Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and 'true' == 'true' and Exists('obj\Debug\InvoiceTotal.csproj.InvoiceTotal.exe.config')).
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target "AfterResolveReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Done building target "AfterResolveReferences" in project "InvoiceTotal.csproj".
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "ImplicitlyExpandDesignTimeFacades" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.NetFramework.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResolveReferences" depends on it):
1>Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
1>Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\mscorlib.dll' == 'ImplicitlyExpandDesignTimeFacades').
1>Done building target "ImplicitlyExpandDesignTimeFacades" in project "InvoiceTotal.csproj".
1>Target "ResolveTestReferences" skipped, due to false condition; ('@(Shadow)'!='') was evaluated as (''!='').
1>Target "ResolveReferences" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "ResolveReferences" in project "InvoiceTotal.csproj".
1>Target "ValidationExtension" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WorkflowBuildExtensions.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Task "WorkflowBuildMessageTask" skipped, due to false condition; ('$(SkipWorkflowValidation)'!='' and '$(SkipWorkflowValidation)'!='true' and '$(SkipWorkflowValidation)'!='false') was evaluated as (''!='' and ''!='true' and ''!='false').
1>Done building target "ValidationExtension" in project "InvoiceTotal.csproj".
1>Target "ExpressionBuildExtension" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WorkflowBuildExtensions.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Task "WorkflowBuildMessageTask" skipped, due to false condition; ('$(DisableWorkflowCompiledExpressions)'!='' and '$(DisableWorkflowCompiledExpressions)'!='true' and '$(DisableWorkflowCompiledExpressions)'!='false') was evaluated as (''!='' and ''!='true' and ''!='false').
1>Done building target "ExpressionBuildExtension" in project "InvoiceTotal.csproj".
1>Target "XamlMarkupCompilePass1" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileReadGeneratedFileList" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileAddFilesGenerated" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompilePass2" skipped, due to false condition; ('$(XamlRequiresCompilationPass2)' == 'true' ) was evaluated as ('false' == 'true' ).
1>Target "XamlMarkupCompileReadPass2Flag" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "XamlMarkupCompileAddExtensionFilesGenerated" skipped, due to false condition; ('@(XamlPage)' != '' or '@(XamlAppDef)' != '') was evaluated as ('' != '' or '' != '').
1>Target "AddDeferredValidationErrorsFileToFileWrites" skipped, due to false condition; (Exists('$(DeferredValidationErrorsFileName)')) was evaluated as (Exists('obj\Debug\AC2C1ABA-CCF6-44D4-8127-588FD4D0A860-DeferredValidationErrors.xml')).
1>Target "ReportValidationBuildExtensionErrors" skipped, due to false condition; ('$(SkipWorkflowValidation)' != 'true' and ('@(XamlPage)' != '' or '@(XamlAppDef)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
1>Target "MarkupCompilePass1" skipped, due to false condition; ('@(Page)' != '' or '@(ApplicationDefinition)' != '' ) was evaluated as ('' != '' or '' != '' ).
1>Target "AfterMarkupCompilePass1" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Done building target "AfterMarkupCompilePass1" in project "InvoiceTotal.csproj".
1>Target "MarkupCompilePass2ForMainAssembly" skipped, due to false condition; ('$(_RequireMCPass2ForMainAssembly)' == 'true' ) was evaluated as ('false' == 'true' ).
1>Target "FileClassification" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Task "FileClassifier" skipped, due to false condition; ('@(GeneratedBaml)' != '' or '@(Resource)' != '' or '@(Font)' != '') was evaluated as ('' != '' or '' != '' or '' != '').
1>Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
1>Task "Message" skipped, due to false condition; ('$(MSBuildTargetsVerbose)'=='true') was evaluated as (''=='true').
1>Done building target "FileClassification" in project "InvoiceTotal.csproj".
1>Target "MainResourcesGeneration" skipped, due to false condition; ('@(MainEmbeddedFiles)' != '') was evaluated as ('' != '').
1>Target "AssignWinFXEmbeddedResource" skipped, due to false condition; ('@(WinFXEmbeddedResource)' != '') was evaluated as ('' != '').
1>Target "AssignTargetPaths" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResourceNames" depends on it):
1>Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.settings'=='.manifest').
1>Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.config'=='.manifest').
1>Done building target "AssignTargetPaths" in project "InvoiceTotal.csproj".
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target "SplitResourcesByCulture" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResourceNames" depends on it):
1>Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
1>Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignCulture"
1> Culture of "" was assigned to file "frmInvoiceTotal.resx".
1> Culture of "" was assigned to file "Properties\Resources.resx".
1>Done executing task "AssignCulture".
1>Done building target "SplitResourcesByCulture" in project "InvoiceTotal.csproj".
1>Target "CreateManifestResourceNames" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.CSharp.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResourceNames" depends on it):
1>Using "CreateCSharpManifestResourceName" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "CreateCSharpManifestResourceName"
1> Root namespace is 'InvoiceTotal'.
1> Resource file 'frmInvoiceTotal.resx' depends on 'frmInvoiceTotal.cs'.
1> Resource file 'frmInvoiceTotal.resx' gets manifest resource name 'InvoiceTotal.frmInvoiceTotal'.
1> Resource file 'Properties\Resources.resx' doesn't depend on any other file.
1> Resource file 'Properties\Resources.resx' gets manifest resource name 'InvoiceTotal.Properties.Resources'.
1>Done executing task "CreateCSharpManifestResourceName".
1>Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'false' == 'true' and 'Resx' == 'Non-Resx').
1>Done building target "CreateManifestResourceNames" in project "InvoiceTotal.csproj".
1>Target "CreateCustomManifestResourceNames" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResourceNames" depends on it):
1>Done building target "CreateCustomManifestResourceNames" in project "InvoiceTotal.csproj".
1>Target "PrepareResourceNames" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Done building target "PrepareResourceNames" in project "InvoiceTotal.csproj".
1>Target "ResolveAssemblyReferences" skipped. Previously built successfully.
1>Target "SplitResourcesByCulture" skipped. Previously built successfully.
1>Target "BeforeResGen" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResGen" depends on it):
1>Done building target "BeforeResGen" in project "InvoiceTotal.csproj".
1>Target "CoreResGen" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResGen" depends on it):
1>Using "GenerateResource" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GenerateResource"
1> No resources are out of date with respect to their source files. Skipping resource generation.
1>Done executing task "GenerateResource".
1>Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('Resx' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
1>Done building target "CoreResGen" in project "InvoiceTotal.csproj".
1>Target "AfterResGen" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "ResGen" depends on it):
1>Done building target "AfterResGen" in project "InvoiceTotal.csproj".
1>Target "ResGen" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Done building target "ResGen" in project "InvoiceTotal.csproj".
1>Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
1>Target "PrepareRdlFiles" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\ReportingServices\Microsoft.ReportingServices.targets" from project "\InvoiceTotal.csproj" (target "CompileRdlFiles" depends on it):
1>Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.resx'=='.rdlc').
1>Done building target "PrepareRdlFiles" in project "InvoiceTotal.csproj".
1>Target "RunRdlCompiler" skipped, due to false condition; ('@(RdlFile)'!='') was evaluated as (''!='').
1>Target "CompileRdlFiles" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\ReportingServices\Microsoft.ReportingServices.targets" from project "\InvoiceTotal.csproj" (target "PrepareResources" depends on it):
1>Done building target "CompileRdlFiles" in project "InvoiceTotal.csproj".
1>Target "PrepareResources" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "PrepareResources" in project "InvoiceTotal.csproj".
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
1>Target "ResolveReferences" skipped. Previously built successfully.
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
1>Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
1>Target "_SetEmbeddedWin32ManifestProperties" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "SetWin32ManifestProperties" depends on it):
1>Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GetFrameworkPath"
1>Done executing task "GetFrameworkPath".
1>Done building target "_SetEmbeddedWin32ManifestProperties" in project "InvoiceTotal.csproj".
1>Target "SetWin32ManifestProperties" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Done building target "SetWin32ManifestProperties" in project "InvoiceTotal.csproj".
1>Target "_GenerateCompileInputs" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as ('obj\Debug\InvoiceTotal.frmInvoiceTotal.resources;obj\Debug\InvoiceTotal.Properties.Resources.resources'!='' and 'true'=='').
1>Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Done building target "_GenerateCompileInputs" in project "InvoiceTotal.csproj".
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "_SetTargetFrameworkMonikerAttribute" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.CSharp.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it):
1>Done building target "_SetTargetFrameworkMonikerAttribute" in project "InvoiceTotal.csproj".
1>Target "GenerateTargetFrameworkMonikerAttribute" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "BeforeCompile" depends on it):
1>Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1>Input files: C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.targets
1>Output files: C:\Users\bhickey\AppData\Local\Temp\NETFramework,Version=v4.5.1.AssemblyAttributes.cs
1>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "InvoiceTotal.csproj".
1>Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
1>Target "BeforeCompile" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Done building target "BeforeCompile" in project "InvoiceTotal.csproj".
1>Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'WinExe'=='library')).
1>Target "GenerateCompiledExpressionsTempFile" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WorkflowBuildExtensions.targets" from project "\InvoiceTotal.csproj" (target "CoreCompile" depends on it):
1>Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForEditing)')) was evaluated as (!Exists('obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs')).
1>Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForValidation)')) was evaluated as (!Exists('obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs')).
1>Task "WriteLinesToFile" skipped, due to false condition; (!Exists('$(GenerateCompiledExpressionsTempFilePathForTypeInfer)')) was evaluated as (!Exists('obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs')).
1>Done building target "GenerateCompiledExpressionsTempFile" in project "InvoiceTotal.csproj".
1>Target "DesignTimeXamlMarkupCompilation" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Xaml.targets" from project "\InvoiceTotal.csproj" (target "CoreCompile" depends on it):
1>Task "MakeDir" skipped, due to false condition; ('@(XamlAppDef)' != '') was evaluated as ('' != '').
1>Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true' and '@(XamlAppDef)' != '') was evaluated as ('true' != 'true' and '' != '').
1>Done building target "DesignTimeXamlMarkupCompilation" in project "InvoiceTotal.csproj".
1>Target "CleanInProcessXamlGeneratedFiles" skipped, due to false condition; ('@(XamlAppDef)' != '') was evaluated as ('' != '').
1>Target "DesignTimeMarkupCompilation" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets" from project "\InvoiceTotal.csproj" (target "CoreCompile" depends on it):
1>Task "CallTarget" skipped, due to false condition; ('$(BuildingProject)' != 'true') was evaluated as ('true' != 'true').
1>Done building target "DesignTimeMarkupCompilation" in project "InvoiceTotal.csproj".
1>Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('true' == 'true') and ('true' != 'true') and (('true' == 'false') or ('true' == 'true'))).
1>Target "PreXsdCodeGen" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.ServiceModel.targets" from project "\InvoiceTotal.csproj" (target "CoreCompile" depends on it):
1>Using "CallTarget" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "CallTarget"
1>Target "CleanXsdCodeGen" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.ServiceModel.targets" from project "\InvoiceTotal.csproj" (target "PreXsdCodeGen" depends on it):
1>Using "Delete" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Delete"
1>Done executing task "Delete".
1>Done building target "CleanXsdCodeGen" in project "InvoiceTotal.csproj".
1>Done executing task "CallTarget".
1>Done building target "PreXsdCodeGen" in project "InvoiceTotal.csproj".
1>Target "XsdCodeGen" skipped, due to false condition; ( '$(XsdCodeGenPreCondition)' == 'True' ) was evaluated as ( 'False' == 'True' ).
1>Target "CoreCompile" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.CSharp.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Building target "CoreCompile" completely.
1>Output file "obj\Debug\InvoiceTotal.exe" does not exist.
1>Using "Csc" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Csc"
1> C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1701,1702,2008 /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Deployment.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\NETFramework\v4.5.1\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\InvoiceTotal.exe /subsystemversion:6.00 /resource:obj\Debug\InvoiceTotal.frmInvoiceTotal.resources /resource:obj\Debug\InvoiceTotal.Properties.Resources.resources /target:winexe /utf8output frmInvoiceTotal.cs frmInvoiceTotal.Designer.cs Program.cs Properties\AssemblyInfo.cs Properties\Resources.Designer.cs Properties\Settings.Designer.cs "C:\Users\bhickey\AppData\Local\Temp\NETFramework,Version=v4.5.1.AssemblyAttributes.cs" obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
1>Done executing task "Csc".
1>Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
1>Done building target "CoreCompile" in project "InvoiceTotal.csproj".
1>Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'WinExe'=='library')).
1>Target "AfterCompile" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Done building target "AfterCompile" in project "InvoiceTotal.csproj".
1>Target "CreateTfsBuildInfoResource" skipped, due to false condition; ( $(AddBuildInfoToAssembly)==true ) was evaluated as ( false==true ).
1>Target "CreateTfsBuildInfoFile" skipped, due to false condition; ( $(GenerateBuildInfoConfigFile)==true AND $(WebProjectOutputDir)!='') was evaluated as ( false==true AND !='').
1>Target "SetBuildInfoDefaults" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\BuildInfo\Microsoft.VisualStudio.ReleaseManagement.BuildInfo.targets" from project "\InvoiceTotal.csproj" (target "DeleteBuildInfoFile" depends on it):
1>Done building target "SetBuildInfoDefaults" in project "InvoiceTotal.csproj".
1>Target "DeleteBuildInfoFile" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\BuildInfo\Microsoft.VisualStudio.ReleaseManagement.BuildInfo.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Task "Delete" skipped, due to false condition; (EXISTS('$(BuildInfoConfigFileName)')) was evaluated as (EXISTS(' \fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal\bin\Debug\InvoiceTotal.BuildInfo.config')).
1>Done building target "DeleteBuildInfoFile" in project "InvoiceTotal.csproj".
1>Target "SetBuildInfoDefaults" skipped. Previously built successfully.
1>Target "DeleteBuildInfoResource" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\BuildInfo\Microsoft.VisualStudio.ReleaseManagement.BuildInfo.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Task "Delete" skipped, due to false condition; (EXISTS('$(BuildInfoResourceFileName)')) was evaluated as (EXISTS(' obj\Debug\InvoiceTotal.BuildInfo.config')).
1>Done building target "DeleteBuildInfoResource" in project "InvoiceTotal.csproj".
1>Target "PrepareResourcesForSatelliteAssemblies" skipped, due to false condition; ('$(UICulture)' != '') was evaluated as ('' != '').
1>Target "MergeLocalizationDirectives" skipped, due to false condition; ('@(GeneratedLocalizationFiles)' !='') was evaluated as ('' !='').
1>Target "AfterCompileWinFX" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets" from project "\InvoiceTotal.csproj" (target "_AfterCompileWinFXInternal" depends on it):
1>Done building target "AfterCompileWinFX" in project "InvoiceTotal.csproj".
1>Target "_AfterCompileWinFXInternal" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets" from project "\InvoiceTotal.csproj" (target "Compile" depends on it):
1>Done building target "_AfterCompileWinFXInternal" in project "InvoiceTotal.csproj".
1>Target "Compile" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "Compile" in project "InvoiceTotal.csproj".
1>Target "DeferredValidation" skipped, due to false condition; ('$(SkipWorkflowValidation)' != 'true' and ('@(XamlPage)' != '' or '@(XamlAppDef)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
1>Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
1>Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
1> ('$(_AssemblyTimestampBeforeCompile)' == '')) and
1> Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'WinExe' != 'library') or
1> ('' == '')) and
1> Exists('obj\InvoiceTotal.csproj.UnmanagedRegistration.cache')).
1>Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target "_GenerateSatelliteAssemblyInputs" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CreateSatelliteAssemblies" depends on it):
1>Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Done building target "_GenerateSatelliteAssemblyInputs" in project "InvoiceTotal.csproj".
1>Target "CreateManifestResourceNames" skipped. Previously built successfully.
1>Target "ComputeIntermediateSatelliteAssemblies" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CreateSatelliteAssemblies" depends on it):
1>Done building target "ComputeIntermediateSatelliteAssemblies" in project "InvoiceTotal.csproj".
1>Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '') was evaluated as ('' != '').
1>Target "CreateSatelliteAssemblies" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "CreateSatelliteAssemblies" in project "InvoiceTotal.csproj".
1>Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true').
1>Target "GetTargetPath" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Done building target "GetTargetPath" in project "InvoiceTotal.csproj".
1>Target "ComputeIntermediateSatelliteAssemblies" skipped. Previously built successfully.
1>Target "_CopyFilesMarkedCopyLocal" skipped, due to false condition; ('@(ReferenceCopyLocalPaths)' != '') was evaluated as ('' != '').
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
1>Target "GetCopyToOutputDirectoryXamlAppDefs" in file "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Xaml.targets" from project "\InvoiceTotal.csproj" (target "GetCopyToOutputDirectoryItems" depends on it):
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Done building target "GetCopyToOutputDirectoryXamlAppDefs" in project "InvoiceTotal.csproj".
1>Target "GetCopyToOutputDirectoryItems" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it):
1>Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Done building target "GetCopyToOutputDirectoryItems" in project "InvoiceTotal.csproj".
1>Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopySourceItemsToOutputDirectory" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1>Done building target "_CopySourceItemsToOutputDirectory" in project "InvoiceTotal.csproj".
1>Target "_CopyAppConfigFile" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1>Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
1>Input files: App.config
1>Output files: bin\Debug\InvoiceTotal.exe.config
1>Done building target "_CopyAppConfigFile" in project "InvoiceTotal.csproj".
1>Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
1>Target "_CheckForCompileOutputs" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CopyFilesToOutputDirectory" depends on it):
1>Done building target "_CheckForCompileOutputs" in project "InvoiceTotal.csproj".
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target "CopyFilesToOutputDirectory" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "PrepareForRun" depends on it):
1>Using "Copy" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Copy"
1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(3647,5): error MSB3030: Could not copy the file "obj\Debug\InvoiceTotal.exe" because it was not found.
1>Done executing task "Copy" -- FAILED.
1>Done building target "CopyFilesToOutputDirectory" in project "InvoiceTotal.csproj" -- FAILED.
1>Target "_CheckForCompileOutputs" skipped. Previously built successfully.
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
1>Target "_CleanGetCurrentAndPriorFileWrites" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "_CleanRecordFileWrites" depends on it):
1>Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ReadLinesFromFile"
1>Done executing task "ReadLinesFromFile".
1>Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ConvertToAbsolutePath"
1>Done executing task "ConvertToAbsolutePath".
1>Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "FindUnderPath"
1> Comparison path is "\fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal".
1>Done executing task "FindUnderPath".
1>Task "FindUnderPath"
1> Comparison path is "bin\Debug\.
1>Done executing task "FindUnderPath".
1>Task "FindUnderPath"
1> Comparison path is "obj\Debug\.
1>Done executing task "FindUnderPath".
1>Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "RemoveDuplicates"
1>Done executing task "RemoveDuplicates".
1>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "InvoiceTotal.csproj".
1>Target "_CleanRecordFileWrites" in file "C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets" from project "\InvoiceTotal.csproj" (target "CoreBuild" depends on it):
1>Task "RemoveDuplicates"
1>Done executing task "RemoveDuplicates".
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "WriteLinesToFile"
1>Done executing task "WriteLinesToFile".
1>Done building target "_CleanRecordFileWrites" in project "InvoiceTotal.csproj".
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.39
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Friday, July 10, 2015 10:47 AM
Hi Brad,
>>I'm not doing this. It is not specific to WinForm apps. This happens on every application type.
So you mean that all projects have the same issue, am I right? For example, just create a default blank winform app, it still has this issue when you build or debug it, am I right?
>>In order to save space (only 60000 characters allowed), I changed all of the network locations from "\fa01\personal\bhickey\Visual Studio 2013\Projects\InvoiceTotal\InvoiceTotal\InvoiceTotal.csproj" to "\InvoiceTotal.csproj"
Where did you save your current project, in a network location? If you use the local folder, how about the result?
In addition, if all projects have the same issue, could you collect the detailed VS setup log?
If possible, please redownload the VS setup file, uninstall your VS, re-install it again. And then create a new simple app, check the result.
Based on the build error, I doubt that you custom your .xxproj file in your side.
But if all projects have the same issue, I think that we would think about the VS setup.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.