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'.
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'
Any update on this? Because I'm facing the same issue here, after upgrading to dotNet 8.0.8 Application fails to start with System.IO.FileNotFoundException: Could not load file or assembly 'NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c'. The system cannot find the file specified.
Can you reduce the problem area by only updating to 8.0.8, test, and then reverting and only updating the SDK?
Thank you for filing this issue. In order for us to investigate this issue, please provide a minimal repro project that illustrates the problem without unnecessary code. Please share with us in a public GitHub repo because we cannot open ZIP attachments, and don't include any confidential content.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
See our Issue Management Policies for more information.