-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApplicationAlreadyRunning Exception #595
Comments
Can you share a GitHib repo with code that reproduces your problem? |
Sure: https://github.com/bainewedlock/elmish-wpf-demo let me know if you need more details to reproduce the behavior |
@bainewedlock sorry about the delayed response. This error happens when you use Instead use |
@marner2 great it works, thanks for taking a look at my code! |
I tried to make the counter app from the tutorial, but when I start it there is an exception:
System.InvalidOperationException: 'Die Anwendung führt den Verteiler bereits aus.'
I guess this is the untranslated error: ApplicationAlreadyRunning | Application is already running the Dispatcher.
Note: I wasn't able to follow the tutorial exactly, because some functions did not exist with the suggested name.
The text was updated successfully, but these errors were encountered: