FileLoadException / Msg 10314 Error Running CLR Stored Procedure

后端 未结 5 710
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 09:56

Receiving the following error when attempting to run a CLR stored proc. Any help is much appreciated.

Msg 10314, Level 16, State 11, Line 1
An error occurred         


        
5条回答
  •  暖寄归人
    2020-12-08 10:17

    Applied all of the above suggestion and it failed. Then I recompiled my source code with "Any CPU" option, and it worked!

    This link helped: SQL Server failed to load assembly with PERMISSION

提交回复
热议问题