Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. 1>------ Build started: Project: INFLOR.Plan.WebApp, Configuration: Debug Any CPU ------
  2. 1> Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Net.Http.dll] to Version "4.1.1.3" [D:\Projetos\INFLOR.Plan\app\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll] to solve conflict and get rid of warning.
  3. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Net.Http" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.1.1.3" /></dependentAssembly></assemblyBinding>
  4. 1> INFLOR.Plan.WebApp -> D:\Projetos\INFLOR.Plan\app\INFLOR.Plan.WebApp\bin\INFLOR.Plan.WebApp.dll
  5. 2>------ Build started: Project: docker-compose, Configuration: Debug Any CPU ------
  6. 2>docker-compose -f "D:\Projetos\INFLOR.Plan\app\docker-compose.yml" -f "D:\Projetos\INFLOR.Plan\app\docker-compose.override.yml" -f "D:\Projetos\INFLOR.Plan\app\obj\Docker\docker-compose.vs.debug.g.yml" -p dockercompose317071531345779337 --no-ansi up -d --build --force-recreate --remove-orphans
  7. 2>Building inflor.plan.webapp
  8. 2>Step 1/7 : FROM microsoft/aspnet:4.7.2-windowsservercore-ltsc2016
  9. 2> ---> ddabd3e10c02
  10. 2>Step 2/7 : ARG source
  11. 2> ---> Using cache
  12. 2> ---> b71478a53771
  13. 2>Step 3/7 : WORKDIR /inetpub/wwwroot
  14. 2> ---> Using cache
  15. 2> ---> 090de2f61c69
  16. 2>Step 4/7 : COPY ${source:-obj/Docker/publish} .
  17. 2> ---> Using cache
  18. 2> ---> f07f56e1f35d
  19. 2>Step 5/7 : WORKDIR /
  20. 2> ---> Using cache
  21. 2> ---> 6115c05d5738
  22. 2>Step 6/7 : COPY ${source:-database} .
  23. 2> ---> Using cache
  24. 2> ---> 29439f4ca39d
  25. 2>Step 7/7 : RUN Powershell.exe Start-Process -FilePath 'C:\\database\\setup.exe' -argumentlist 'silent' -wait
  26. 2> ---> Running in bd81bacc8827
  27. 2>Start-Process : This command cannot be run due to the error: The system cannot
  28. 2>find the file specified.
  29. 2>At line:1 char:1
  30. 2>+ Start-Process -FilePath C:\\database\\setup.exe -argumentlist silent ...
  31. 2>+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. 2> + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOp
  33. 2> erationException
  34. 2> + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.C
  35. 2> ommands.StartProcessCommand
  36. 2>
  37. 2>Service 'inflor.plan.webapp' failed to build: The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Powershell.exe Start-Process -FilePath 'C:\\database\\setup.exe' -argumentlist 'silent' -wait' returned a non-zero code: 1
  38. 2>
  39. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets(367,5): error : Building inflor.plan.webapp
  40. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets(367,5): error : Service 'inflor.plan.webapp' failed to build: The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Powershell.exe Start-Process -FilePath 'C:\\database\\setup.exe' -argumentlist 'silent' -wait' returned a non-zero code: 1.
  41. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets(367,5): error :
  42. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets(367,5): error : For more troubleshooting information, go to http://aka.ms/DockerToolsTroubleshooting
  43. 2>Done building project "docker-compose.dcproj" -- FAILED.
  44. ========== Build: 1 succeeded, 1 failed, 8 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement