Sql Server CLR load assembly failed

前端 未结 2 1891
陌清茗
陌清茗 2020-12-16 00:56

I am trying to deploy an CLR TVF (table value function). In the code I am using JavaScriptSerializer to parse some JSON string, so I reference the System.Web.Extensions dll

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-16 01:39

    Sadly integration of the .NET Framework CLR with SQL Server 2005 / 2008 is only a limited subset of the framework and the System.Web.Extensions doesn't seem to be a supported assembly / namespace.

    For a full list of supported assemblies check out MSDN: http://msdn.microsoft.com/en-us/library/ms403279.aspx

提交回复
热议问题