Could not load file or assembly 'DotNetOpenAuth.Core

前端 未结 19 822
太阳男子
太阳男子 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
    

提交回复
热议问题