Could not load file or assembly 'DotNetOpenAuth.Core

前端 未结 19 824
太阳男子
太阳男子 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条回答
  •  Happy的楠姐
    2020-12-04 17:56

    I had similar problem. It was really strange as the project was running OK a day before.

    Removing obj and bin folders from the project folder, cleaning the solution and rebuilding it worked.

    Hope that helps.

提交回复
热议问题