views:

80

answers:

1

Hi,

I have written a CLR proc in VS2008 and deployed to SQL 2005 DB.

I have set mode to debug and made sure my .sql script is set to run my proc.

Have deployed with permission level to External and set db to be trustworthy on.

But when I run the breakpoint is not hit and nothing seems to be happening.

What am I missing please???

Malcolm

A: 

This MSDN forum thread suggests among several things to try restarting the Remote Debugger (msvsmon.exe) on the SQL machine.

EDIT: Have you set up remote debugging of a SQL CLR Stored Procedure as per this article?

Mitch Wheat
Its on my local dev machine. I have restarted sql server and vs remote debugger.
Malcolm
I would add that extra info to your question...
Mitch Wheat
FYI I rebooted my machine after enabling VS remote debugger and all came good.
Malcolm