From: Peter Afonin on
Hello,

I've created an ASP.NET website and I'm trying to debug the stored procedure
from VS 2008 as described here:
http://articles.techrepublic.com.com/5100-10878_11-5161626.html.

I used to do this in the past without any problems, but now, when I set a
breakpoint in the stored procedure, I get an error:

"The breakpoint will not currently be hit. No symbols have been loaded for
this document".

This is a pretty common error and could have many causes, but I'd never seen
it when debugging the stored procedure. Now I'm getting this message in the
stored procedure only, if I set a breakpoint anywhere in my application
everything works fine.

I would appreciate your help.

Thank you,

Peter