[visual-studio] Error: Cannot access file bin/Debug/... because it is being used by another process

I have run to this same issue, and what I found is there are actually running mulitple Windows form application in the background. It happens when your application has two forms and you close the 2nd form which is not your main form so the application will not totally exited.

I usually run my application

  • through its exe or
  • run without debugging

Solution is close the other instance of Windows form application. This is one way to always close your application instance.

Examples related to visual-studio

VS 2017 Git Local Commit DB.lock error on every commit How to remove an unpushed outgoing commit in Visual Studio? How to download Visual Studio Community Edition 2015 (not 2017) Cannot open include file: 'stdio.h' - Visual Studio Community 2017 - C++ Error How to fix the error "Windows SDK version 8.1" was not found? Visual Studio Code pylint: Unable to import 'protorpc' Open the terminal in visual studio? Is Visual Studio Community a 30 day trial? How can I run NUnit tests in Visual Studio 2017? Visual Studio 2017: Display method references

Examples related to debugging

How do I enable logging for Spring Security? How to run or debug php on Visual Studio Code (VSCode) How do you debug React Native? How do I debug "Error: spawn ENOENT" on node.js? How can I inspect the file system of a failed `docker build`? Swift: print() vs println() vs NSLog() JavaScript console.log causes error: "Synchronous XMLHttpRequest on the main thread is deprecated..." How to debug Spring Boot application with Eclipse? Unfortunately MyApp has stopped. How can I solve this? 500 internal server error, how to debug

Examples related to projects-and-solutions

Error: Cannot access file bin/Debug/... because it is being used by another process visual c++: #include files from other projects in the same solution ASP.NET Web Site or ASP.NET Web Application? How can I rename a project folder from within Visual Studio? What are the various "Build action" settings in Visual Studio project properties and what do they do?

Examples related to locked-files

Error: Cannot access file bin/Debug/... because it is being used by another process