0

Even when I comment out code which will crash my program, it still executes. I understand that the last successful build is being executed.

I have seen many posts with this problem like this one. Many of them say the solution is to delete all "bin" and "obj" sub-folders. But I don't know where to find these files. I tried reinstalling Visual Studio 2015 but I still cannot execute my changes to the code.

I have tried to clean / rebuild my code but I get this error.

Image of my subfolder

Zolly
  • 317
  • 2
  • 15

1 Answers1

0

They are within your solution folder, example WindowsApplication1. When you create a new project, you are asked for a location on your hard drive. Use search if all else fails

Killer Death
  • 459
  • 2
  • 10