D
D
Daniel2020-05-01 00:24:20
C++ / C#
Daniel, 2020-05-01 00:24:20

Visual Studio C# can't start helloWorld?

...\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Failed to copy 'obj\Debug\netcoreapp3.1\ConsoleApp1.dll' to 'bin\Debug\netcoreapp3.1\ConsoleApp1. dll". Retry 10 will start in 1000ms. The process cannot access the file "bin\Debug\netcoreapp3.1\ConsoleApp1.dll" because this file is being used by another process. "ConsoleApp1 (15008)" is blocking this file.
What is it, already after 1 compilation. What process is blocking?
PS And why are there already such problems on hello World, I clicked somewhere in the wrong place.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2020-05-01
@daniil14056

Find the ConsoleApp1 process in the task manager (or the process with the name of your hello world) and kill it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question