I have a solution with several projects.
The projects have references to each other lie project A uses project B and so on (no circular reference, of course)
Problem is that when I make a change to one of the projects and hit F5 to debug and run my main web application,it is not built and the app runs. If I have a break point on it for example, the break point shows a message
“The breakpoint will not currently be hit. The source is different from the original version”
to solve that, I have to right click the project, choose “clean”, do the same on the solution, rebuild the project and then rebuild the solution. I mean, it is a lot of trouble.
Would anyone know why this is happening and how to prevent it? How to make the project completely build with F5 only?
Have you checked in the build “Configuration Manager” to ensure that the projects are “ticked” for building?