Hi Experts
I have visual studio 2005 SP1 installed on my laptop windows vista SP1. I have a solution that holds 2 projects and the aspx page on the first project (startup project) calls second project webform.aspx. The problem is that the second project debug does not work because it is not a startup project, when i set it as startup project the debug works fine.
I need to have first project as startup project i would like to debug pages on both the projects.
The breakpoint on second project show yellow triangle with below message.
"The breakpoint will not currently be hit. No symbols have been loaded for this document."
I have tried below options already.
-
Clean the solution and rebuild again.
-
delete temporary files of Asp.net Framework.
Can anyone suggest how to debug on both projects?
Kind Regard
Bhavesh