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

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

    Add following dll files to bin folder:

    DotNetOpenAuth.AspNet.dll
    DotNetOpenAuth.Core.dll
    DotNetOpenAuth.OAuth.Consumer.dll
    DotNetOpenAuth.OAuth.dll
    DotNetOpenAuth.OpenId.dll
    DotNetOpenAuth.OpenId.RelyingParty.dll
    

    If you will not need them, delete dependentAssemblies from config named 'DotNetOpenAuth.Core' etc..

提交回复
热议问题