Shawn Zhang's Programming Zone

软件,时代进步的推动者! 有事儿您Q我(Shawn)!♀飛雪傢銘♀的地盘欢迎您的到来!

导航

禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项

解决方法:

  查询分析器中运行如下代码即可:

  exec sp_configure 'show advanced options''1';
go
reconfigure;
go
exec sp_configure 'clr enabled''1'
go
reconfigure;
exec sp_configure 'show advanced options''1';
go 

posted on 2008-08-19 11:50  Shawn Zhang  阅读(690)  评论(0编辑  收藏  举报