Advertisement
Brunsben

Untitled

Mar 1st, 2021
3,688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 4.03 KB | None | 0 0
  1. System.ObjectDisposedException: Auf das verworfene Objekt kann nicht zugegriffen werden.
  2. Objektname: "Adapter".
  3.    bei amsForm.Adapter.SearchLookupDataAsync(DataFieldIdentifier fieldId, String searchExpression, IEnumerable`1 columnBindings) in d:\agents\agent01\_work\16\s\Foundation\1.0\UI\Modules\amsFormModule\1.3\amsFormLib\Adapter.cs:Zeile 1984.
  4.   bei amsForm.LookupProvider.<SearchAsync>d__8.MoveNext() in d:\agents\agent01\_work\16\s\Foundation\1.0\UI\Modules\amsFormModule\1.3\amsFormLib\Providers\LookupProvider.cs:Zeile 48.
  5. --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
  6.   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  7.   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  8.   bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  9.    bei Common.NewUI.ViewModel.LookupProperty.<_SearchAsync>d__50.MoveNext() IN d:\agents\agent01\_work\16\s\Foundation\1.0\UI\NewUI\Common.NewUI.ViewModel\Property\Lookup\LookupProperty.cs:Zeile 208.
  10. --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
  11.    bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  12.    bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  13.    bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object SOURCE, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  14.    bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
  15.    bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  16.    bei MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  17.    bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, BOOLEAN preserveSyncCtx)
  18.    bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, BOOLEAN preserveSyncCtx)
  19.    bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  20.    bei MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  21.    bei System.Windows.Threading.DispatcherOperation.Invoke()
  22.    bei System.Windows.Threading.Dispatcher.ProcessQueue()
  23.    bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  24.    bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25.    bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  26.    bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27.    bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object SOURCE, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  28.    bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  29.    bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  30.    bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageA(MSG& msg)
  31.    bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  32.    bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  33.    bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  34.    bei System.Windows.Forms.Application.Run(Form mainForm)
  35.    bei AMS.net.Win.MenuApp.App.Main(String[] args) IN D:\agent\_work\37\s\SOURCE\ams.Menu\AMS.net.Win.MenuApp\App.cs:Zeile 540.
  36.  
  37.     AAPPLICATION:EXEC 38
  38.     COMMANDPROCESSOR:_PROCESSDISPATCHBFCEVENTMESSAGE 39
  39.     APPLICATIONFRAME:DISPATCH 720
  40.     AMSCHILDAPPWNDPROC 42
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement