Open Closed

Exceeded retry count error getting after run #6607


User avatar
0
mahsundag created
  • ABP Framework version: v8.0.2

  • UI Type: Blazor Server

  • Database System: EF Core (PostgreSQL)

  • Tiered (for MVC) or Auth Server Separated (for Angular): no

  • Exception message and full stack trace: Severity Code Description Project File Line Suppression State Error MSB3027 Could not copy "D:\Projects\Mht\src\Mht.Blazor\obj\Debug\net8.0\apphost.exe" to "bin\Debug\net8.0\Mht.Blazor.exe". Exceeded retry count of 10. Failed. The file is locked by: "Mht.Blazor (18260)" Mht.Blazor C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 5198

  • Steps to reproduce the issue: First time Ctrl + F5 working well. But if you change your code and Ctrl + F5 again that problem occurs.


3 Answer(s)
  • User Avatar
    0
    mahsundag created

    Clean solution. Restart. Run as administrator. Fixed the problem currently.

  • User Avatar
    0
    mahsundag created

    I got the same error again. When app is open on the web browser, and you made a small change and you fired Ctrl + F5 again. Problem occurs.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry, this may be a problem with the IDE, when you end the application it doesn't kill the app process.

    You can manually end the process in Task Manager

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11