cnranasinghe
.NET / ASP.NET / SQL Server / Developer Express
Total Pageviews
Monday, July 28, 2014
Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option
Run below inside the database
sp_configure 'clr enabled',1
GO
RECONFIGURE
GO
sp_configure 'clr enabled' -- make sure it took
GO
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment