by Prasanna Vignesh
10. November 2008 14:53
I got an error in my project.
The error is
error: Execution of user code in the
.NET Framework is disabled. Enable clr enabled configuration option.
The reason behind this error is By default .NET Framwork is disabled in SQL2005. The Fix to this problem is very simple.
1. Explore "SQL Server 2005/Configuration Tools/Surface Area Configuration" in your Start menu.
2. Select "Surface Area Configuration for Features"
3. You will find "CLR Integration" option, activate it and save.