我正在尝试部署一个CLR触发器,该触发器链接到包含我编写的库的外部.dll文件。现在我只想在本地数据库上测试代码。我已将本地数据库设置为Trustworthy = True并对我的用户名进行外部程序集访问。我还添加了对我尝试使用的外部库的引用,但是当我调用该函数时,我得到了这个错误
Severity Code Description Project File Line Suppression State
Error SQL72014: .Net SqlClient Data Provider: Msg 6503, Level 16,
State 12, Line 1 Assembly 'googlecalendersync, version=1.0.0.0,
culture=neutral, publickeytoken=fab9d21c96557bef.' was not found in the SQL
catalog. Test3 C:\Users\dwd002\Documents\Visual Studio
2015\Projects\Test3\Test3\bin\Debug\Test3.sql 52
任何帮助都会被贬低。我现在知道我这样做是不安全的,现在它只是一个概念证明。在构建库时,我有什么问题.dll?