Could not load file or assembly 'DotNetOpenAuth.Core

前端 未结 19 802
太阳男子
太阳男子 2020-12-04 17:22

I get the following error when I start my asp net mvc 4 application:

Could not load file or assembly \'DotNetOpenAuth.Core, Version=4.0.0.0, 
Culture=neutral         


        
相关标签:
19条回答
  • 2020-12-04 18:09

    I solved the problem by installing the package using Nuget

    Install-Package Microsoft.AspNet.WebPages.OAuth
    
    0 讨论(0)
提交回复
热议问题