Hi,
I am using VS 2008 - SQL Server Project to create User Defined Functions.
Build successfully and when I try to run it (F5), it prompts the error below:
Failed to initialize the Common Language Runtime (CLR) v2.0.50727 with HRESULT 0x80131522. You need to restart SQL server to use CLR integration features.
Notes:
a) The database is version 9.0 compatible.
b) .Net framework 3.5 SP1 installed.
c) Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) (Build 2600: Service Pack 3)
Kindly advise what I need to do to fix the error.
Thank you in advance.
View Complete Post