Olá pessoal,
Estou com um problema em uma aplicação em produção na máquina do usuário final.
Eu pesquisei, mas só encontrei informações sobre esse erro acontecendo no Windows XP e nada muito concreto.
Quando o usuário tentou abrir uma tela com um relatório feito com Report Viewer, apresentou o seguinte erro:
"Não há cota suficiente para processar este comando"
A aplicação foi desenvolvida com .NET Framework 4.5, usando WPF e instalada em um Windows 7 x64.
No stack trace tenho os seguintes detalhes:
Não há cota suficiente para processar este comando
em MS.Win32.UnsafeNativeMethods.PostMessage(HandleRef hwnd, WindowMessage msg, IntPtr wparam, IntPtr lparam)
em System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
em System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
em System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
em System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Alguém saberia dizer qual o motivo do erro e se há alguma forma de corrigí-lo?
Desde já agradeço!