dotnet/orleans

problem on upgrade from version 8.1.0 to 8.2.0

meisamhasani opened this issue · 3 comments

Hello good time
I updated my project which was version 8.1.0 to 8.2.0
This error occurred during execution :

Orleans.Runtime.Silo failed to start due to errors at stage Active (20000)
System.MissingMethodException: Method not found: 'System.IDisposable Orleans.Runtime.SystemTarget.RegisterTimer(System.Func`2<System.Object,System.Threading.Tasks.Task>, System.Object, System.TimeSpan, System.TimeSpan, System.String)'

Hi @meisamhasani, my first guess would be that you have not updated all of your packages to Orleans v8.2.0 yet. Could you share more detail, including the full stack trace?

I realized
problem because OrleansDashboard 8.0.0
Was