check your page, make sure for that page it is being built in debug mode.
that will (usually) add a .pdb file in the debug/bin folder

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
https://www.microsoft.com/MSPress/books/10933.aspx
OWC Black Book www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
> Hi all,
>
[quoted text clipped - 24 lines]
>
> Rob
Rob Meade - 12 Jul 2007 16:39 GMT
"Alvin Bruney [MVP]" ...
> check your page, make sure for that page it is being built in debug mode.
> that will (usually) add a .pdb file in the debug/bin folder
Hi Alvin, thanks for the reply.
The whole project was being built in debug mode.
There seem to be quite a lot of people posting online about these problems -
I resolved mine by removing the "start page" information - if I choose
anything other than "Current Page" I am unable to debug pages other than the
one in the "Start Page" field...
Rob