Could not load file or assembly 'Microsoft.AspNetCore.Connections.Abstractions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.


Hi. I have installed the package Microsoft.AspNetcore.SignalR.  And when run my project I have faced this error :

Could not load file or assembly 'Microsoft.AspNetCore.Connections.Abstractions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. 

how can I resolve this issue? Thanks.


Asked by:- LuneAgile
0
: 4598 At:- 11/19/2018 9:47:39 PM
ASP.NET asp-net-core-2







2 Answers
profileImage Answered by:- vikas_jk

https://stackoverflow.com/questions/52028310/could-not-load-file-or-assembly-microsoft-aspnetcore-connections-abstractions

Please take a look at the above link which provides a solution to a similar issue.

 

0
At:- 11/20/2018 7:23:52 AM


profileImage Answered by:- manish

To solve this issue, you need to upgrade your .NET Core version to 2.1.5 or later.

The Cause of issue is explained here https://github.com/dotnet/core-setup/issues/4376 which is due to unintentionally upgrading out of the shared framework.

So solve the issue by Upgrading the .NET Core Microsoft.AspNetCore.All from 2.1.0 -> 2.1.3 (upgraded SDK to 2.1.401)

It should solve your issue.

0
At:- 11/22/2018 7:57:26 AM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use