Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 I don't brake for errors.

Author  Topic 

SMerrill
Posting Yak Master

206 Posts

Posted - 2010-05-12 : 15:27:45
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 Merrill
Seattle area

SMerrill
Posting Yak Master

206 Posts

Posted - 2010-05-12 : 15:36:28
Nevermind ... I found it at
http://127.0.0.1:47873/help/1-7540/ms.help?method=page&id=4BC7A048-78FB-4A4A-9B17-9912DA6613A4&product=VS&productVersion=100&topicVersion=100&locale=EN-US&topicLocale=EN-US


~ Shaun Merrill
Seattle area
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-05-12 : 15:37:55
Hey Dorothy!
There is no place like 127.0.0.1
http://www.youtube.com/watch?v=zJ6VT7ciR1o

No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -