How to reference GAC assemblies when integrating a CLR extension into SQL Server
I've created an assembly for CLR integration in SQL Server 2008. It has one reference to System.Web.Extensions , which is an issue because when I try to add my assembly, I get the following error: Assembly 'system.web.extensions, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35.' was not found in the SQL catalog. (Microsoft SQL Server, Error: 6503) How do I get SQL Server to reference the required assembly? Apparently I can't, according to this post on the microsoft forums: CLR integration in SQL Server 2005 supports only a subset of .NET framework libraries to be references