프로젝트

일반

사용자정보

결함 #1155

새기능 #999: 저장

저장 오류

백흠경이(가) 5년 이상 전에 추가함. 5년 이상 전에 수정됨.

상태:
완료
우선순위:
보통
담당자:
목표버전:
시작시간:
2019/07/30
완료기한:
2019/07/31
진척도:

100%

현업요청자:
고객사:
master
요청자:

설명

  1. 저장시 아래와 같은 오류가 발생
    2019-07-31 10:06:05,405 System.InvalidOperationException: 시퀀스에 요소가 없습니다.
       위치: System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
       위치: KCOM.Views.MainMenu.PageNavigator_PageChanged(Object sender, PageChangeEventArgs e)
       위치: KCOM.Controls.Sample.ChangePage(Int32 iPageNo)
       위치: KCOM.Views.MainMenu.<pageNavigator_PageChanging>d__157.MoveNext()
    --- 예외가 throw된 이전 위치의 스택 추적 끝 ---
       위치: System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       위치: System.Windows.Threading.DispatcherOperation.InvokeImpl()
       위치: MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
       위치: System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       위치: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       위치: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       위치: MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
       위치: System.Windows.Threading.DispatcherOperation.Invoke()
       위치: System.Windows.Threading.Dispatcher.ProcessQueue()
       위치: System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       위치: MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       위치: MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       위치: System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       위치: MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       위치: MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       위치: System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       위치: System.Windows.Application.RunDispatcher(Object ignore)
       위치: System.Windows.Application.RunInternal(Window window)
       위치: KCOM.App.Main() 
    

관련된 개정판들

개정판 5ee1c547 (비교(diff))
송근호이(가) 5년 이상 전에 추가함

issue #1155 : (신규) 저장 오류 해결

Change-Id: Ib6fb1d7f6f50f1c1fb2f3f5dd5c32df12a11c529

개정판 81e3a60f (비교(diff))
송근호이(가) 5년 이상 전에 추가함

issue #1155 : Page Navigation Scroll이 맨 밑으로 이동했을 때 페이지 스크롤이 재설정되는 현상 해결.
Dependency MarkupColorList 속성의 Callback 함수 OnColorListChanged 를 타게 하기 위해 List가 변경됬을 때 리스트 변경을 알려준는 ObservableCollection으로 변경

Change-Id: Ia498c90063e752405055c7053618f11f54b43ae5

개정판 8ff1bf3a (비교(diff))
송근호이(가) 5년 이상 전에 추가함

issue #1155 : thumbnailControl의 속성 DisplayColorItems,MarkupColorList의 속성 ColorList의 데이터 타입을 ObservableCollection에서 List로 변경 변경 ObservableCollection이 아닌 ThumbnailItem : INotifyPropertyChanged에서 알림을 해줘야
MarkupColorList ColorList에 Dependency Property에 Callback 함수가 호출됨.

Change-Id: I37e72ddd2553094be380c29bf5855cb90cfcca87

이력

#1 김동진이(가) 5년 이상 전에 변경

  • 상태을(를) 신규에서 완료(으)로 변경되었습니다.
  • 담당자을(를) 김동진에서 송근호(으)로 변경되었습니다.
  • 진척도을(를) 0에서 100(으)로 변경되었습니다.

내보내기 Atom PDF