1

SQL Server 2012 を使用しており、CLR を作成したい

このコマンドを SQL Server 2012 で実行したい

CREATE ASSEMBLY AndishCSSCommon FROM 'C:\Andish.CSS.Common.dll'
    WITH PERMISSION_SET=EXTERNAL_ACCESS

しかし、私はこのエラーが発生します

Msg 10301, Level 16, State 1, Line 1
Assembly 'Andish.CSS.Common' references assembly 'mscorlib, version=5.0.5.0,  
 culture=neutral, publickeytoken=7cec85d7bea7798e.', which is not present in the current
 database. SQL Server attempted to locate and automatically load the referenced 
assembly     from the same location where referring assembly came from, but that     operation 
has failed     (reason: 2(The system cannot find the file specified.)). Please load the 
referenced     assembly into the current database and retry your request.

私のデバッグフォルダーにはmscorlib.dllが存在しません

どうすればいいCREATE ASSEMBLYmscorlib.dllCREATE ASSEMBLY AndishCSSCommon FROM 'C:\Andish.CSS.Common.dll'

4

1 に答える 1