I am using VS 2008 and trying to step into a stored procedure on a SQL Server 2005 database. I bring up Server Explorer, double-click on the procedure. It comes up in the text window. I set a break point in it, right click and select "Step into stored procedure". It comes back with "canceled by user". MSVSCOM.exe is running on the SQL Server host and I can connect to remote processes on SQL Server host. What's interesting about this is I can "Step Into a Stored Procedure" if I first attached to a remote process on the SQL Server Host. However, once that process is closed and/or I detach I get the infamous "Canceled by User" message. I've found numerous postings on this (e.g., [1]), but no solid explanation of what's wrong.
Anyone else encountered this issue?