I have a delegate function declared in the View (Window).
The delegate function is executed in a other class. But when i run the application and I the delegate function gets called i get the following error:
Exception types: System.invalidoperationException
Exception sources: WindowBase
Exception stack traces: System.Windows.threading.dispatcher.VerifyAcess() System.Windows.Threading.DispatcherObject.VerifyAccess() System.windows.Media.visual.verifyAPIReadWrite() ....