Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't see Clean solution option in Visual Studio

For one of the solutions, I don't see the Clean Solution option neither in the context menu when I right click on the solution name in the Solution Explorer nor in the Build menu. When I make any changes to the project and debug, VS never hits the break point and I get the "The breakpoint will not currently be hit. The source code is different from the original version." message. My understanding is that I need to clean the solution.

For other solutions, I do see the Clean solution and I don't have the same issue.

like image 764
Nick Avatar asked May 13 '10 17:05

Nick


2 Answers

If you are using website project then their wont be clean solution option,it's available only with web application projects.

like image 143
user4772757 Avatar answered Nov 09 '22 10:11

user4772757


Finally had to create a brand new solution and add the projects from the older solution to the newly created one. Not sure what the problem was, but this helped.

like image 45
Nick Avatar answered Nov 09 '22 11:11

Nick