Orleans.SyncWork icon indicating copy to clipboard operation
Orleans.SyncWork copied to clipboard

Start method throws MissingMethodException exception

Open shersh opened this issue 1 year ago • 2 comments

Describe the bug Catch exception when calling Start method

System.MissingMethodException: Method not found: 'System.Threading.Tasks.ValueTask`1<!!0> Orleans.Runtime.GrainReference.InvokeAsync(Orleans.Serialization.Invocation.IInvokable)'.
   at OrleansCodeGen.Orleans.SyncWork.Proxy_ISyncWorker`2.global::Orleans.SyncWork.ISyncWorker<TRequest,TResult>.Start(TRequest arg0)

shersh avatar Oct 12 '23 10:10 shersh

Can you provide more info? Calling code example, ideally a repro, version you're using, etc?

Kritner avatar Oct 12 '23 12:10 Kritner

I had a similar issue, and updated the Microsoft.Orleans.Server package reference from 7.0.0 to the version I am using, 7.2.1, and it resolved the issue.

DanSmith avatar Nov 08 '23 21:11 DanSmith