启动Avaya主动拨号程序时WPF中的System.AccessViolationException

时间:2015-09-25 20:09:27

标签: c# .net wpf windows avaya

我们的客户在从我的WPF应用程序启动avaya主动拨号程序时遇到以下错误。

应用程序:APPLUI.exe 框架版本:v4.0.30319 描述:由于未处理的异常,进程终止。

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()

有人可以建议可能导致此错误的内容吗?

0 个答案:

没有答案