Could not load file or assembly 'DotNetOpenAuth.Core

前端 未结 19 852
太阳男子
太阳男子 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 17:45

    If you don't want use OAuth, remove references: both the WebPages OAuth DLL (I think it's Microsoft.Web.WebPages.OAuth.dll 1) and DotNetOpenAuth DLLs.


    1: You can find the filename in Calling assembly. So, removing all calling assembly of DotNetOpenAuth.Core should work for you. This approach should work for other unused missing references.

提交回复
热议问题