System.AccessViolationException in WPF when running Avaya proactive dialer

Our customers get the error below when starting proactive avaya dialer from my WPF application.

Application: APPLUI.exe Framework version: v4.0.30319 Description: The process was aborted due to an unhandled exception.

Exception Info: System.AccessViolationException Stack: at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(System.Object) at System.Windows.Application.RunInternal(System.Windows.Window) at System.Windows.Application.Run(System.Windows.Window) at System.Windows.Application.Run() at APPLUI.App.Main() 

Can anyone suggest what might cause this error?

+5
source share

Source: https://habr.com/ru/post/1232307/


All Articles