DFrame icon indicating copy to clipboard operation
DFrame copied to clipboard

Error occurs when referring to MagicOnion6

Open gundam-x opened this issue 1 year ago • 0 comments

If a project using DFrame references MagicOnion 6.1.3, an error occurs during project execution.

The error message is as follows:

fail: DFrame.DFrameWorkerEngine[0]
      Failed on worker executing.
      System.TypeLoadException: Could not load type 'MagicOnion.Serialization.MessagePackMagicOnionSerializerProvider' from assembly 'MagicOnion.Shared, Version=6.1.3.0, Culture=neutral, PublicKeyToken=7bf5b512f16761c0'.
         at DFrame.DFrameWorkerEngine.ConnectAsync(CancellationToken applicationLifeTime)
         at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
         at DFrame.DFrameWorkerEngine.ConnectAsync(CancellationToken applicationLifeTime)
         at DFrame.DFrameWorkerEngine.RunAsync(CancellationToken applicationLifeTime)

gundam-x avatar Jun 06 '24 03:06 gundam-x