I see a lot of frustrated questions here and elsewhere with no clear answer. I am trying to get the stored procs to debug, but with no success.
Client: either VS2005 or VS2008, works in neither. When I select 'Step into Stored Procedure' from the sproc context menu, I get "Cancelled by User' in the debug window and that's the end of it.
I did the following to help myself (all to no avail):
- Right clicked on the connection and selected 'Application Debugging' and 'Allow SQL/CRL debugging'
- Made sure that all the boxes are on the same domain.
- Made sure that I am logging in to SQL Server with the same domain account that I log into my workstation with.
- Made sure that my domain account is both an admin on the SQL box and an admin within SQL Server.
- I ran msvsmon.exe on the SQL box and successfully attached to a process from my client box (in VS).
What am I missing?