我正在尝试在我的项目中使用 Bouncy Castel dll。当我将它添加到我的参考文献中时,我无法使用它,并且当我编写此代码时:
using BouncyCastle.Crypto;
我面临这个错误:
The type or namespace name 'BouncyCastle' could not be found (are you missing a using directive or an assembly reference?)
我该怎么办?
我正在尝试在我的项目中使用 Bouncy Castel dll。当我将它添加到我的参考文献中时,我无法使用它,并且当我编写此代码时:
using BouncyCastle.Crypto;
我面临这个错误:
The type or namespace name 'BouncyCastle' could not be found (are you missing a using directive or an assembly reference?)
我该怎么办?