2020年12月2日 星期三

[研究][ASP.NET]命名空間 'System.Security.Cryptography' 中沒有類型或命名空間名稱 'Pkcs'

[研究][ASP.NET]命名空間 'System.Security.Cryptography' 中沒有類型或命名空間名稱 'Pkcs'

2020-12-02

環境:Visual Studio 2019 v16.8.2 + ASP.NET + C# + WebForm

編譯出現錯誤

錯誤 CS0234 命名空間 'System.Security.Cryptography' 中沒有類型或命名空間名稱 'Pkcs' (是否遺漏了組件參考?)

解決:

(下圖) 在方案的「參考」按下滑鼠右鍵,選「加入參考」


(下圖) 勾選「System.Security」,按下「確定」按鈕。


在 .cs 檔案上方加入

using  System.Security.Cryptography.Pkcs;

(完)

沒有留言:

張貼留言