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

Errore Report

$
0
0

Hello, I have this error... I wanted push mode selecting the .xsd file.

Thanks!!!

SharpDevelop Version : 4.4.1.9729-7196a277
.NET Version         : 4.0.30319.18444
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Italian (Italy) (it-IT)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 158920kb
GC Heap Memory       : 51803kb

Unhandled WPF exception
Exception thrown:
System.NullReferenceException: Object reference not set to an instance of an object.
   at ICSharpCode.Reports.Addin.SecondaryViews.WPFReportPreview.LoadFromPrimary()
   at ICSharpCode.SharpDevelop.Gui.AbstractSecondaryViewContent.SwitchToThisWithoutSaveLoad(OpenedFile file, IViewContent oldView)
   at ICSharpCode.SharpDevelop.OpenedFile.SwitchedToView(IViewContent newView)
   at ICSharpCode.SharpDevelop.FileServiceOpenedFile.WorkbenchActiveViewContentChanged(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveViewContent(IViewContent value)
   at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.WorkbenchWindowActiveViewContentChanged(Object sender, EventArgs e)
   at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.UpdateActiveViewContent()
   at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.<CreateViewTabControl>b__d(Object param0, SelectionChangedEventArgs param1)
   at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.TabControl.OnSelectionChanged(SelectionChangedEventArgs e)
   at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
   at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
   at System.Windows.Controls.Primitives.Selector.SetSelectedHelper(Object item, FrameworkElement UI, Boolean selected)
   at System.Windows.Controls.Primitives.Selector.NotifyIsSelectedChanged(FrameworkElement container, Boolean selected, RoutedEventArgs e)
   at System.Windows.Controls.Primitives.Selector.OnSelected(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.TabItem.OnSelected(RoutedEventArgs e)
   at System.Windows.Controls.TabItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
   at System.Windows.Controls.TabItem.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
   at System.Windows.UIElement.OnPreviewGotKeyboardFocusThunk(Object sender, KeyboardFocusChangedEventArgs e)
   at System.Windows.Input.KeyboardFocusChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
   at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
   at System.Windows.Input.KeyboardDevice.Focus(IInputElement element)
   at System.Windows.UIElement.Focus()
   at System.Windows.Controls.TabItem.SetFocus()
   at System.Windows.Controls.TabItem.OnMouseLeftButtonDown(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
09:32:57.794 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\it\ZanotisReportDesigner.xml
09:32:57.794 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\ZanotisReportDesigner.xml
09:32:57.794 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\en\ZanotisReportDesigner.xml
09:32:57.804 [LoadSolutionProjects] DEBUG - RefreshProjectContentForReference: not refreshing (rpc.IsUpToDate) C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\packages\ZanotisReportDesigner.dll.4.1.1.134\lib et40\ZanotisReportDesigner.dll
09:32:57.834 [4] DEBUG - Adding existing class FormArrivi from FormArrivi.Designer.cs
09:32:57.834 [4] DEBUG - Creating compound for myApp.FormArrivi
09:32:57.834 [1] DEBUG - ParseInformationUpdated C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\myApp\FormArrivi.Designer.cs new!=null:True
09:32:57.834 [1] DEBUG - ParseInformationUpdated C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\myApp\MainForm.Designer.cs new!=null:True
09:32:57.846 [12] DEBUG - Adding existing class FormSpedizioni from MainForm.cs
09:32:57.846 [12] DEBUG - Creating compound for myApp.FormSpedizioni
09:32:57.849 [1] DEBUG - ParseInformationUpdated C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\myApp\Properties\AssemblyInfo.cs new!=null:True
09:32:57.851 [1] DEBUG - ParseInformationUpdated C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\myApp\MainForm.cs new!=null:True
09:32:57.852 [1] DEBUG - ParseInformationUpdated C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\myApp\Properties\Resources.Designer.cs new!=null:True
09:32:57.857 [1] DEBUG - NavigationService -- resume logging
09:33:04.022 [1] DEBUG - Activated feature 'ICSharpCode.Reports.Addin.Commands.ShowProperties', activation=Menu
09:33:04.032 [1] DEBUG - ActiveContentChanged to
10:37:59.451 [1] DEBUG - NavigationService
 ActiveViewContent: Report1.srd
           Subview: XmlView
10:37:59.451 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.Reports.Addin.SecondaryViews.XmlView
10:37:59.451 [1] DEBUG - IDEContainer: Disconnecting property grid from service provider
10:37:59.451 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Gui.PropertyPad
10:37:59.498 [1] DEBUG - ActiveContentChanged to ICSharpCode.Reports.Addin.SecondaryViews.XmlView
10:38:00.106 [1] DEBUG - NavigationService
 ActiveViewContent: Report1.srd
           Subview: Anteprima
10:38:00.106 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.Reports.Addin.SecondaryViews.ReportPreview
10:38:19.334 [1] DEBUG - NavigationService
 ActiveViewContent: Report1.srd
           Subview: Wpf View
10:38:19.334 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.Reports.Addin.SecondaryViews.WPFReportPreview

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: ICSharpCode.Reports.Addin.SecondaryViews.XmlView
ProjectService.OpenSolution: [Solution: FileName=C:\Users\Marco\Documents\SharpDevelop Projects\Prova1\Centralino.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: Spedizioni]


Viewing all articles
Browse latest Browse all 1764

Trending Articles