Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中加载 CefSharp 程序集时出现错误。CefSharp 和 CefSharp.WinForms 都没有强命名。有没有办法解决?
错误:
Referenced assembly 'CefSharp.WinForms' does not have a strong name Referenced assembly 'CefSharp' does not have a strong name
谢谢。
强签名的程序集不能引用未签名的程序集。所以你的选择是:
Assembly.Load