You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating NET 8.0.8 and .NET SDK 8.0.400 SDK, Application fails with exception Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.8.0'. #58429
After updating NET 8.0.8 and .NET SDK 8.0.400 SDK, Application fails with exception Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.8.0'.
Application loads the dls from installation ___location not from GAC. We have upgrade all third party dll 2 months back with version 8.0.0.
Application works fine un-till we install NET 8.0.8 and .NET SDK 8.0.400 SDK. with this installation we getting the exception for all third party dlls.
Can anyone suggest or help us.
Microsoft.AspNetCore.SignalR.Client.Core should be update to version 8.08,
see exception msg: "Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'