How do i mark as assembly as \"safe\"?
Alternatively, how do i have Visual Studio tell me when something in my assembly is not \"safe\"?
Sometimes you cann
SQL in this case is looking for code that you've wrapped in an "unsafe" block. Here's an MSDN pointer to the unsafe keyword
http://msdn.microsoft.com/en-us/library/chfa2zb8.aspx