Environment: Visual Studio 10, SQL Server 2008
My debugging environment successfully stops for breakpoints when I set them.When I am developing CLR Table-valued functions, why doesn't my Visual Studio halt by itself when an exception is thrown?The build of my code is successful, with 0 errors.At runtime, it throws a System.Security.SecurityException, but this is displayed in the Debug Output window just before all the threads shut down.The thread 'MyMachine\sqlexpress [53]' (0xc7c) has exited with code 0 (0x0).
What's up with that?~ Shaun MerrillSeattle area