Could not load file or assembly 'DotNetOpenAuth.Core

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

    By installing the following two packages I resolved this problem on VS2012 Professional Update 4 RC:

    1. Open the Package Manager Console from the Menu:

      Tools| Library Package Manage | Package Manager Console

    2. Install-Package DotNetOpenAuth.AspNet

    3. Install-Package Microsoft.AspNet.WebHelpers

    Hope this helps for you!!!

提交回复
热议问题