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

前端 未结 6 949
隐瞒了意图╮
隐瞒了意图╮ 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:16

    What worked for me immediately was:

    • I located bin folder (picture below shows).

    • moved all dll in other folder for safety.

    • then rebuild ed the project.

    • after solved the issue, deleted old dll files.

提交回复
热议问题