Hello.
BEFORE:
I am working on a Web Browser for a while in Visual Basic .NET code. i just created a full screen option for it. i know for a fact that this isnt the reason it is doing this...
PROBLEM:
the problem is, when i try to RUN, CLEAN, REBUILD, or BUILD it gives me these 3 errors:
ERROR 1) Could not copy "obj\Debug\YouTube.exe" to "bin\Debug\YouTube.exe". Exceeded retry count of 10. Failed
ERROR 2) Unable to copy file "obj\Debug\YouTube.exe" to "bin\Debug\YouTube.exe". The process cannot access the file 'bin\Debug\YouTube.exe' because it is being used by another process.
Error 3) Unable to delete file "C:\Users\*****l\source\repos\YouTube\YouTube\bin\Debug\YouTube.exe". Access to the path 'C:\Users\*****\source\repos\YouTube\YouTube\bin\Debug\YouTube.exe' is denied.
so it just doesent work.
can anyone help fix these errors?
PS the web browser is for YOUTUBE
The Code Rules