• I'm having some trouble creating my CLR stored procedures and functions. I'm using the solution files you provided and trying to mimic what you did in my solution, but it's not working. I downloaded the JSON.net solution files from http://json.codeplex.com/, then added their project to my SQL Server project solution. When I try to add a reference from my project to theirs, it throws an error saying SQL server projects can only reference other SQL server projects. It appears that when I added their project, it came in as a class library, but in your example it looks like it came in as another SQL server project. Any ideas what I need to do?

    Thanks in advance.

    Ben