Could not load file or assembly HRESULT: 0x80131515 (When adding controller to MVC project that has assembly references on network drive)

前端 未结 10 1367
伪装坚强ぢ
伪装坚强ぢ 2020-11-27 11:55

I\'ve seen this: VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515) and none of the answers work. It also doesn\'t appear when I b

10条回答
  •  感情败类
    2020-11-27 12:10

    The other answers here helped me to figure out this issue in PowerShell. Run Unblock-File to allow it to be accessed by the script being executed.

提交回复
热议问题