2
因爲我使用的是未簽名的第三方DLL,所以我想讓我的VS2010
解決方案中的所有項目都沒有簽名,所以我沒有選中所有項目中的「簽署程序集」。爲什麼Visual Studio要求強大的命名程序集?
現在當我試圖編譯解決方案,我得到這個錯誤:
Unable to emit assembly: Referenced assembly 'MyAssembly3' does not have a strong name
這究竟是爲什麼?
可能相關:http://stackoverflow.com/questions/15459816/third-party-dll-does-not-have-strong-name – 2013-03-18 03:55:16
見我的帖子:http://stackoverflow.com /問題/ 15469534 /刪除簽名,從組裝 – theMayer 2013-03-18 04:21:50