Dispatcher.CheckAccess() isn't working from my console application, is there a better way.
- by zimmer62
I wrote an application in WPF / VB and separated the business logic and UI into different projects.
The business layer uses a serial port which runs on a different thread, Now that I'm trying to write a command line interface for the same business layer, it seems to fail when .Invoke() is called. (no error, just doesn't work)
I'm pretty sure…