problem on upgrade from version 8.1.0 to 8.2.0
meisamhasani opened this issue · 3 comments
meisamhasani commented
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)'
ReubenBond commented
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?
meisamhasani commented
I realized
problem because OrleansDashboard 8.0.0
Was
meisamhasani commented
thank you @ReubenBond