【问题标题】:SignalR Core: invalid negotiation response received in a .Net appSignalR Core:.Net 应用程序中收到的协商响应无效
【发布时间】:2018-12-08 21:20:28
【问题描述】:

我在使用 .Net Framework SignalR Core 客户端连接到 .Net Core SignalR 服务器时收到此错误。如何解决?

【问题讨论】:

    标签: asp.net-core-signalr


    【解决方案1】:

    帮助我的是将它添加到 app.config。

    <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-03
      • 1970-01-01
      • 1970-01-01
      • 2021-07-05
      • 1970-01-01
      • 2015-07-03
      相关资源
      最近更新 更多