Hello,
I am using VS.NET 2003 and have multiple projects in my solution and an asp.net web app which is the startup project. I have inherited this project from someone else and am trying to upgrade the project but that problem is for another day :)
The issue I am experiencing is due to debug symbols not being loaded and therefore my breakpoints are not being hit. I just get a normal break point with a '?' symbol in the centre.
I understand this to be associated with the dll/pdb files not being correctly used with the source files. So I have cleared out the bin folder in the web app project and rebuilt the entire solution and all the dll that the web app depends upon.
This did not fix the problem so I went a little deeper and deleted the temporary asp.net project folders in C:\Windows\MS.Net\1.1.4322\temp aspnet. After this I restarted VS.NET 2003 and tried debugging the web app but again no symbols are loading.
This is a little confusing as I do have the configuration set to run in debug mode and i have rebuilt all dll's.
Please can I get some suggestions as to what else I can look for to correct this minor problem.
Thanks.