Debugging a CLR Object with VS.NET 2005 and Sql Server 2005
If you want to debug a CLR Object with VS.NET 2005, it is an easy process.
- Select the "Attach to process" item from the tools menu.
- Make sure that the "all users" checkbox is selected in the bottom left.
- Scroll down and select sqlserver.exe.
- Hit the attach button in the bottom right.
- Select a breakpoint in your code.
- Activate the object and you should have something like the item below.
Voila...........