Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Error

$
0
0

SharpDevelop Version : 5.1.0.5134-RC-d5052dc5
.NET Version         : 4.5.51209
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Spanish (Colombia) (es-CO)
Working Set Memory   : 321484kb
GC Heap Memory       : 75838kb

Unhandled WPF exception
Exception thrown:
System.InvalidOperationException: Un elemento ItemsControl no es coherente con su origen de elemento.
  Consulte la excepción interna para obtener más información. ---> System.Exception: Información para desarrolladores (usar el Visualizador de texto para leerla):
Se produjo esta excepción porque el generador del control 'System.Windows.Controls.DataGrid Items.Count:3' con el nombre '_DataGrid' recibió una secuencia de eventos CollectionChanged que no se corresponden con el estado actual de la colección Items.  Se detectaron las siguientes diferencias:
  El recuento acumulado 2 es distinto del recuento real 3. [El recuento acumulado es (Recuento en el último restablecimiento + Nº adiciones - Nº eliminaciones desde el último restablecimiento)].
  En el índice 0: el elemento '{NewItemPlaceholder}' del generador es distinto del elemento 'ICSharpCode.Reporting.BaseClasses.AbstractColumn' real.

Uno o varios de los siguientes orígenes pueden haber generado los eventos incorrectos:
     System.Windows.Controls.ItemContainerGenerator
      System.Windows.Controls.ItemCollection
       System.Windows.Data.ListCollectionView
        System.Collections.Generic.List`1[[ICSharpCode.Reporting.BaseClasses.AbstractColumn, ICSharpCode.Reporting, Version=5.1.0.5134, Culture=neutral, PublicKeyToken=null]]
(Los orígenes marcados se consideran las causas más probables del problema).

Las causas más habituales son (a) el cambio de la colección o su recuento sin generar un evento correspondiente y (b) la generación de un evento con un parámetro de elemento o índice incorrecto.

El seguimiento de la pila de la excepción describe cómo se detectaron las incoherencias, no cómo ocurrieron.  Para obtener una excepción más puntual, establezca la propiedad 'PresentationTraceSources.TraceLevel' adjunta del generador en el valor 'High' y vuelva a ejecutar el escenario.  Una forma de hacerlo es ejecutar un comando similar al siguiente:
   System.Diagnostics.PresentationTraceSources.SetTraceLevel(myItemsControl.ItemContainerGenerator, System.Diagnostics.PresentationTraceLevel.High)
desde la ventana Inmediato. Esto hace que la lógica de detección se ejecute después de cada evento CollectionChanged, por lo que ralentizará la aplicación.

   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Windows.Controls.ItemContainerGenerator.Verify()
   en System.Windows.Controls.VirtualizingStackPanel.MeasureChild(IItemContainerGenerator& generator, IContainItemStorage& itemStorageProvider, IContainItemStorage& parentItemStorageProvider, Object& parentItem, Boolean& hasUniformOrAverageContainerSizeBeenSet, Double& computedUniformOrAverageContainerSize, Boolean& computedAreContainersUniformlySized, IList& items, Object& item, IList& children, Int32& childIndex, Boolean& visualOrderChanged, Boolean& isHorizontal, Size& childConstraint, Rect& viewport, VirtualizationCacheLength& cacheSize, VirtualizationCacheLengthUnit& cacheUnit, Boolean& foundFirstItemInViewport, Double& firstItemInViewportOffset, Size& stackPixelSize, Size& stackPixelSizeInViewport, Size& stackPixelSizeInCacheBeforeViewport, Size& stackPixelSizeInCacheAfterViewport, Size& stackLogicalSize, Size& stackLogicalSizeInViewport, Size& stackLogicalSizeInCacheBeforeViewport, Size& stackLogicalSizeInCacheAfterViewport, Boolean& mustDisableVirtualization, Boolean isBeforeFirstItem, Boolean isAfterFirstItem, Boolean isAfterLastItem, Boolean skipActualMeasure, Boolean skipGeneration, Boolean& hasBringIntoViewContainerBeenMeasured, Boolean& hasVirtualizingChildren)
   en System.Windows.Controls.VirtualizingStackPanel.MeasureOverrideImpl(Size constraint, Nullable`1& lastPageSafeOffset, List`1& previouslyMeasuredOffsets, Boolean remeasure)
   en System.Windows.Controls.VirtualizingStackPanel.MeasureOverride(Size constraint)
   en System.Windows.Controls.Primitives.DataGridRowsPresenter.MeasureOverride(Size constraint)
   en System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   en System.Windows.UIElement.Measure(Size availableSize)
   en System.Windows.ContextLayoutManager.UpdateLayout()
   en System.Windows.UIElement.UpdateLayout()
   en System.Windows.Controls.ItemsControl.OnBringItemIntoView(ItemInfo info)
   en System.Windows.Controls.DataGrid.ScrollCellIntoView(ItemInfo info, DataGridColumn column)
   en System.Windows.Controls.DataGrid.OnCurrentCellChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   en System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   en System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   en System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   en System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   en System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   en System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
   en System.Windows.Controls.DataGrid.SetCurrentCellToNewItem(Object newItem)
   en System.Windows.Controls.DataGrid.OnExecutedBeginEdit(ExecutedRoutedEventArgs e)
   en System.Windows.Controls.DataGrid.OnExecutedBeginEdit(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   en System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   en System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   en System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   en System.Windows.Input.RoutedCommand.Execute(Object parameter, IInputElement target)
   en System.Windows.Controls.DataGrid.BeginEdit(RoutedEventArgs editingEventArgs)
   en System.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDown(MouseButtonEventArgs e)
   en System.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
   en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   en System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
   en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   en System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   en System.Windows.Input.InputManager.ProcessStagingArea()
   en System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   en System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   en System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   en System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   en MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
09:12:45.292 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.292 [1] DEBUG - ResourceReader requested for culture:
09:12:45.292 [1] DEBUG - ResourceReader requested for culture:
09:12:45.294 [1] DEBUG - Forms designer: Initializing nested service container of pnlPpal [System.Windows.Forms.Panel], BorderStyle: System.Windows.Forms.BorderStyle.None using Reflection
09:12:45.296 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.296 [1] DEBUG - Forms designer: Initializing nested service container of txtNombre [System.Windows.Forms.TextBox], Text:  using Reflection
09:12:45.299 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.300 [1] DEBUG - Forms designer: Initializing nested service container of label2 [System.Windows.Forms.Label], Text:  using Reflection
09:12:45.301 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.302 [1] DEBUG - Forms designer: Initializing nested service container of lblID_TipID [System.Windows.Forms.Label], Text:  using Reflection
09:12:45.304 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.305 [1] DEBUG - Forms designer: Initializing nested service container of label1 [System.Windows.Forms.Label], Text:  using Reflection
09:12:45.312 [1] DEBUG - Forms designer: Component added/removed/renamed, Loading=True, Unloading=False
09:12:45.318 [1] DEBUG - Forms designer: DesignerLoader loaded, HasSucceeded=True
09:12:45.325 [1] DEBUG - FormsDesigner loaded, setting ActiveDesignSurface to System.ComponentModel.Design.DesignSurface
09:12:57.195 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
09:12:57.195 [1] DEBUG - IDEContainer: Disconnecting property grid from service provider
09:13:49.036 [1] DEBUG - ActiveContentChanged to ICSharpCode.FormsDesigner.FormsDesignerViewContent
09:13:49.036 [1] DEBUG - IDEContainer: Connecting property grid to service provider
09:13:49.972 [1] DEBUG - DefinitionViewPad.Update
09:14:40.579 [1] DEBUG - DefinitionViewPad.Update
09:14:50.086 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
09:14:50.086 [1] DEBUG - IDEContainer: Disconnecting property grid from service provider
09:15:05.294 [1] DEBUG - Save C:\Users oberto.ruiz\Documents\SharpDevelop Projects\GestCorresp\GestCorresp\frm ptTipo_ID.srd
09:16:11.192 [1] ERROR - Unhandled WPF exception
--> Exception:
System.InvalidOperationException: Un elemento ItemsControl no es coherente con su origen de elemento.
  Consulte la excepción interna para obtener más información. ---> System.Exception: Información para desarrolladores (usar el Visualizador de texto para leerla):
Se produjo esta excepción porque el generador del control 'System.Windows.Controls.DataGrid Items.Count:3' con el nombre '_DataGrid' recibió una secuencia de eventos CollectionChanged que no se corresponden con el estado actual de la colección Items.  Se detectaron las siguientes diferencias:
  El recuento acumulado 2 es distinto del recuento real 3. [El recuento acumulado es (Recuento en el último restablecimiento + Nº adiciones - Nº eliminaciones desde el último restablecimiento)].
  En el índice 0: el elemento '{NewItemPlaceholder}' del generador es distinto del elemento 'ICSharpCode.Reporting.BaseClasses.AbstractColumn' real.

Uno o varios de los siguientes orígenes pueden haber generado los eventos incorrectos:
     System.Windows.Controls.ItemContainerGenerator
      System.Windows.Controls.ItemCollection
       System.Windows.Data.ListCollectionView
        System.Collections.Generic.List`1[[ICSharpCode.Reporting.BaseClasses.AbstractColumn, ICSharpCode.Reporting, Version=5.1.0.5134, Culture=neutral, PublicKeyToken=null]]
(Los orígenes marcados se consideran las causas más probables del problema).

Las causas más habituales son (a) el cambio de la colección o su recuento sin generar un evento correspondiente y (b) la generación de un evento con un parámetro de elemento o índice incorrecto.

El seguimiento de la pila de la excepción describe cómo se detectaron las incoherencias, no cómo ocurrieron.  Para obtener una excepción más puntual, establezca la propiedad 'PresentationTraceSources.TraceLevel' adjunta del generador en el valor 'High' y vuelva a ejecutar el escenario.  Una forma de hacerlo es ejecutar un comando similar al siguiente:
   System.Diagnostics.PresentationTraceSources.SetTraceLevel(myItemsControl.ItemContainerGenerator, System.Diagnostics.PresentationTraceLevel.High)
desde la ventana Inmediato. Esto hace que la lógica de detección se ejecute después de cada evento CollectionChanged, por lo que ralentizará la aplicación.

   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Windows.Controls.ItemContainerGenerator.Verify()
   en System.Windows.Controls.VirtualizingStackPanel.MeasureChild(IItemContainerGenerator& generator, IContainItemStorage& itemStorageProvider, IContainItemStorage& parentItemStorageProvider, Object& parentItem, Boolean& hasUniformOrAverageContainerSizeBeenSet, Double& computedUniformOrAverageContainerSize, Boolean& computedAreContainersUniformlySized, IList& items, Object& item, IList& children, Int32& childIndex, Boolean& visualOrderChanged, Boolean& isHorizontal, Size& childConstraint, Rect& viewport, VirtualizationCacheLength& cacheSize, VirtualizationCacheLengthUnit& cacheUnit, Boolean& foundFirstItemInViewport, Double& firstItemInViewportOffset, Size& stackPixelSize, Size& stackPixelSizeInViewport, Size& stackPixelSizeInCacheBeforeViewport, Size& stackPixelSizeInCacheAfterViewport, Size& stackLogicalSize, Size& stackLogicalSizeInViewport, Size& stackLogicalSizeInCacheBeforeViewport, Size& stackLogicalSizeInCacheAfterViewport, Boolean& mustDisableVirtualization, Boolean isBeforeFirstItem, Boolean isAfterFirstItem, Boolean isAfterLastItem, Boolean skipActualMeasure, Boolean skipGeneration, Boolean& hasBringIntoViewContainerBeenMeasured, Boolean& hasVirtualizingChildren)
   en System.Windows.Controls.VirtualizingStackPanel.MeasureOverrideImpl(Size constraint, Nullable`1& lastPageSafeOffset, List`1& previouslyMeasuredOffsets, Boolean remeasure)
   en System.Windows.Controls.VirtualizingStackPanel.MeasureOverride(Size constraint)
   en System.Windows.Controls.Primitives.DataGridRowsPresenter.MeasureOverride(Size constraint)
   en System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   en System.Windows.UIElement.Measure(Size availableSize)
   en System.Windows.ContextLayoutManager.UpdateLayout()
   en System.Windows.UIElement.UpdateLayout()
   en System.Windows.Controls.ItemsControl.OnBringItemIntoView(ItemInfo info)
   en System.Windows.Controls.DataGrid.ScrollCellIntoView(ItemInfo info, DataGridColumn column)
   en System.Windows.Controls.DataGrid.OnCurrentCellChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   en System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   en System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   en System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   en System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   en System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   en System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
   en System.Windows.Controls.DataGrid.SetCurrentCellToNewItem(Object newItem)
   en System.Windows.Controls.DataGrid.OnExecutedBeginEdit(ExecutedRoutedEventArgs e)
   en System.Windows.Controls.DataGrid.OnExecutedBeginEdit(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   en System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   en System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   en System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   en System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   en System.Windows.Input.RoutedCommand.Execute(Object parameter, IInputElement target)
   en System.Windows.Controls.DataGrid.BeginEdit(RoutedEventArgs editingEventArgs)
   en System.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDown(MouseButtonEventArgs e)
   en System.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
   en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   en System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
   en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   en System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   en System.Windows.Input.InputManager.ProcessStagingArea()
   en System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   en System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   en System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   en System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   en MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: [Solution C:\Users oberto.ruiz\Documents\SharpDevelop Projects\GestCorresp\GestCorresp.sln with 2 projects]
ProjectService.CurrentProject: [CSharpProject: GestCorresp]
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.ProjectBrowserPad

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles