You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an assignment for a project was using conditional extending and stopping of live(table).Start() '.Kill()' to run a method exiting this table and creating another table through the method But got the following Error :
System.InvalidOperationException
HResult=0x80131509
Message=Trying to run one or more interactive functions concurrently. Operations with dynamic displays (e.g. a prompt and a progress display) cannot be running at the same time.
Source=Spectre.Console
StackTrace:
at Spectre.Console.Internal.DefaultExclusivityMode.d__31.MoveNext() at Spectre.Console.LiveDisplay.<StartAsync>d__181.MoveNext()
at Spectre.Console.LiveDisplay.d__17.MoveNext()
at Spectre.Console.LiveDisplay.Start(Action`1 action)
at GuessTheNumber01.App.MainMenuOfApp() in C:\Users\Hasssan\Downloads\TUC\Fordjupning\Codes\Exeample01\GuessTheNumber01\App.cs:line 193
at GuessTheNumber01.App.<>c__DisplayClass1_1.b__2(LiveDisplayContext ctx) in C:\Users\Hasssan\Downloads\TUC\Fordjupning\Codes\Exeample01\GuessTheNumber01\App.cs:line 163
at Spectre.Console.LiveDisplay.<>c__DisplayClass15_0.b__0(LiveDisplayContext ctx)
at Spectre.Console.LiveDisplay.<>c__DisplayClass17_0.<b__0>d.MoveNext()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As an assignment for a project was using conditional extending and stopping of live(table).Start() '.Kill()' to run a method exiting this table and creating another table through the method But got the following Error :
System.InvalidOperationException
HResult=0x80131509
Message=Trying to run one or more interactive functions concurrently. Operations with dynamic displays (e.g. a prompt and a progress display) cannot be running at the same time.
Source=Spectre.Console
StackTrace:
at Spectre.Console.Internal.DefaultExclusivityMode.d__3
1.MoveNext() at Spectre.Console.LiveDisplay.<StartAsync>d__18
1.MoveNext()at Spectre.Console.LiveDisplay.d__17.MoveNext()
at Spectre.Console.LiveDisplay.Start(Action`1 action)
at GuessTheNumber01.App.MainMenuOfApp() in C:\Users\Hasssan\Downloads\TUC\Fordjupning\Codes\Exeample01\GuessTheNumber01\App.cs:line 193
at GuessTheNumber01.App.<>c__DisplayClass1_1.b__2(LiveDisplayContext ctx) in C:\Users\Hasssan\Downloads\TUC\Fordjupning\Codes\Exeample01\GuessTheNumber01\App.cs:line 163
at Spectre.Console.LiveDisplay.<>c__DisplayClass15_0.b__0(LiveDisplayContext ctx)
at Spectre.Console.LiveDisplay.<>c__DisplayClass17_0.<b__0>d.MoveNext()
https://github.com/mzaizai80/GuessTheNumber01.git
Commit ID= 1073020d3a77a3295285415a580da9e3e4dcea3b
Beta Was this translation helpful? Give feedback.
All reactions