eShop icon indicating copy to clipboard operation
eShop copied to clipboard

[WebToolsE2E][Aspire] When typing ‘Ctrl-C' to stop debugging eshop.web, I get some errors:“Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0] could not remove process's standard output file.”

Open v-sherryfan opened this issue 9 months ago • 0 comments

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.9 P1 from build [34309.102.d17.9]
  3. Install latest 8.0 SDK: 8.0.100
  4. Apply NuGet Feeds
  5. Install Docker Desktop

REPRO STEPS

  1. In the VS, clone the eShop repository and open eShop.Web.slnf
  2. F5 / Ctrl-F5
  3. Enter "Ctrl-C" to stop debugging in the debug console

ACTUAL fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0] could not remove process's standard output file {"Controller": "usvc-dev.developer.microsoft.com/executable-reconciler", "Executable": {"name":"identity-api"}, "Reconciliation": 72, "State": "Running", "ExecutionID": "61", "path": "C:\Users\xxx\AppData\Local\Temp\identity-api_out_80dce640-5654-4d08-abc6-435287cc0eed", "error": "remove C:\Users\xxx\AppData\Local\Temp\identity-api_out_80dce640-5654-4d08-abc6-435287cc0eed: The process cannot access the file because it is being used by another process."} image

EXPECTED There are no errors in Debug Console.

v-sherryfan avatar Nov 10 '23 10:11 v-sherryfan