Hi,
warn: Microsoft.AspNetCore.Components.Browser.Rendering.RemoteRenderer[100]
Unhandled exception rendering component: Method not found: 'Void Microsoft.JSInterop.DotNetObjectRef..ctor(System.Object)'.
System.MissingMethodException: Method not found: 'Void Microsoft.JSInterop.DotNetObjectRef..ctor(System.Object)'.
at Syncfusion.EJ2.RazorComponents.BaseComponent.Dispose()
at Microsoft.AspNetCore.Components.Rendering.ComponentState.DisposeInBatch(RenderBatchBuilder batchBuilder)
at Microsoft.AspNetCore.Components.Rendering.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
at Microsoft.AspNetCore.Components.Rendering.Renderer.ProcessRenderQueue()
warn: Microsoft.AspNetCore.Components.Server.ComponentHub[0]
Unhandled Server-Side exception
System.MissingMethodException: Method not found: 'Void Microsoft.JSInterop.DotNetObjectRef..ctor(System.Object)'.
at Syncfusion.EJ2.RazorComponents.BaseComponent.Dispose()
at Microsoft.AspNetCore.Components.Rendering.ComponentState.DisposeInBatch(RenderBatchBuilder batchBuilder)
at Microsoft.AspNetCore.Components.Rendering.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
at Microsoft.AspNetCore.Components.Rendering.Renderer.ProcessRenderQueue()
I'm sure I did all steps correctly what mentioned in your getting started document. I'm also using the latest version of VS 2019 preview along with .NET CORE 3.0 Preview4 and the latest Syncfusion.EJ2.RazorComponents library.
I've attached my sample web app to this post. Thank you in advance for your support.
Best regards,
Florian
Attachment:
WebApplication1_4fd291c6.zip