I created a WinForms application project. The simplest one. When I hit ctrl + F5 nothing happens, and Visual Studio freezes. And sometimes I get this error: (Unable to copy file "obj\Debug\Project1.exe" to "bin\Debug\Project1.exe". The process cannot access the file 'bin\Debug\Project1.exe' because it is being used by another process.) But often output window is absolutely empty.
When I start it in debugging (F5) mode it works. It never happened to me before.
I checked Task Manager and it seems that the applicatin process is already started when the project is opened in VS and when I try to run the application another process is created. So, in that moment I have two identical processes. Maybe there lies the problem, but not sure. How to solve this?