Hi
I'm trying do the below in SQL Server Clustering Environemnt.

create ASSEMBLY CLR_code

FROM C:\MSSQL\MSSQL\CLRcode.dll'

WITH PERMISSION_SET = SAFE

But getting the below error.
Could not find file 'SqlAccess.dll' in directory 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\'.

anbody face this kind off issue and any solution for me?