"File exists" error on Visual Studio

I am experiencing a strange error in Visual Studio 2015 (VB and C #) when I run, debug, run, or even add buttons. It displays "The File Exists", I tried to clear my temp file, change the filename and target locations, but it still doesn't work. The output windows do not display anything either.

Check image here>

+3


source to share


1 answer


Delete files from temp folder. The location of the temporary folder may vary depending on your version of Windows, but it should be something like C:\Users\USERNAME\AppData\Local\Temp

.



+1


source







All Articles