Could not load file or assembly Exception from HRESULT: 0x80131040

前端 未结 6 952
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 12:42

I created my first MVC 4 project and it works perfectly on local server. But when I publish it on to local folder and upload the folder contents to hosting server. I try to

6条回答
  •  甜味超标
    2020-12-24 13:34

    If your solution contains two projects interacting with each other and both using one same reference, And if version of respective reference is different in both projects; Then also such errors occurred. Keep updating all references to latest one.

提交回复
热议问题