Trying to use Microsoft.AspNetCore.SignalR.Client (6.0.0) in a Azure Function 4.0 (.Net Core Project) #50533
Unanswered
kagexander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use Microsoft.AspNetCore.SignalR.Client (6.0.0) in a Azure Function 4.0 (.Net Core Project). I am getting this error in the azure Function code while trying to invoke the code in the function.
System.Private.CoreLib: Exception while executing function: Test. Microsoft.AspNetCore.SignalR.Client.Core: The type initializer for 'Microsoft.AspNetCore.SignalR.Client.HubConnection' threw an exception. Microsoft.AspNetCore.SignalR.Client.Core: Could not load file or assembly 'System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Beta Was this translation helpful? Give feedback.
All reactions