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 : Portuguese (Brazil) (pt-BR)
Current UI language : en
Working Set Memory : 116764kb
GC Heap Memory : 15888kb
Unhandled WPF exception
Exception thrown:
System.NullReferenceException: Object reference not set to an instance of an object.
at ICSharpCode.SharpDevelop.Commands.SharpDevelopStringTagProvider.ProvideString(String tag)
at ICSharpCode.SharpDevelop.Commands.SharpDevelopStringTagProvider.ProvideString(String tag, StringTagPair[ customTags)
at ICSharpCode.Core.StringParser.GetValue(String propertyName, StringTagPair[ customTags)
at ICSharpCode.AvalonEdit.AddIn.Snippets.CodeSnippet.GetValue(ITextEditor editor, String propertyName)
at ICSharpCode.AvalonEdit.AddIn.Snippets.CodeSnippet.CreateElementForValue(ITextEditor context, Dictionary`2 replaceableElements, String val, Int32 offset, String snippetText)
at ICSharpCode.AvalonEdit.AddIn.Snippets.CodeSnippet.CreateAvalonEditSnippet(ITextEditor context, String snippetText)
at ICSharpCode.AvalonEdit.AddIn.Snippets.SnippetCompletionItem.ICSharpCode.SharpDevelop.Editor.CodeCompletion.IFancyCompletionItem.get_Description()
at ICSharpCode.AvalonEdit.AddIn.CodeCompletionDataAdapter.get_Description()
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindow.completionList_SelectionChanged(Object sender, SelectionChangedEventArgs e)
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.ListBox.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.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(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.SetValue(DependencyProperty dp, Object value)
at System.Windows.Controls.Primitives.Selector.set_SelectedIndex(Int32 value)
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionListBox.SelectIndex(Int32 index)
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionList.SelectIndexCentered(Int32 bestIndex)
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionList.SelectItemFiltering(String query)
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionList.SelectItem(String text)
at ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindow.CaretPositionChanged(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at ICSharpCode.AvalonEdit.Editing.Caret.OnDocumentUpdateFinished()
at ICSharpCode.AvalonEdit.Editing.TextArea.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)
at ICSharpCode.AvalonEdit.Editing.TextArea.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)
at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Listener& listener, Object sender, EventArgs args, Type managerType)
at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Object sender, EventArgs args, Type managerType)
at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
at ICSharpCode.AvalonEdit.Document.TextDocument.EndUpdate()
at ICSharpCode.AvalonEdit.Document.TextDocument.Replace(Int32 offset, Int32 length, String text, OffsetChangeMap offsetChangeMap)
at ICSharpCode.AvalonEdit.Editing.EmptySelection.ReplaceSelectionWithText(String newText)
at ICSharpCode.AvalonEdit.Editing.TextArea.ReplaceSelectionWithText(String newText)
at ICSharpCode.AvalonEdit.Editing.TextArea.PerformTextInput(TextCompositionEventArgs e)
at ICSharpCode.AvalonEdit.Editing.TextArea.OnTextInput(TextCompositionEventArgs e)
at System.Windows.UIElement.OnTextInputThunk(Object sender, TextCompositionEventArgs e)
at System.Windows.Input.TextCompositionEventArgs.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.TextCompositionManager.UnsafeCompleteComposition(TextComposition composition)
at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.TextCompositionManager.UnsafeStartComposition(TextComposition composition)
at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
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.HwndKeyboardInputProvider.ProcessTextInputAction(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
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:
19:44:18.646 [1] DEBUG - Ctrl-Space got expression <n> ([DefaultExpressionContext: IdentifierExpected])
19:44:24.662 [1] DEBUG - CC: Beginning to type a word, result=<n> ([DefaultExpressionContext: IdentifierExpected])
19:44:25.168 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:27.488 [1] DEBUG - Activated feature 'ICSharpCode.AvalonEdit.AddIn.Commands.SurroundWithCommand', activation=Shortcut
19:44:33.485 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:34.296 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:35.282 [1] DEBUG - CC: Beginning to type a word, result=<> ([DefaultExpressionContext: Global])
19:44:35.792 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:40.397 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:43.358 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:44:48.858 [1] INFO - ResourceToolkit: NRefactoryAstCacheService: ResolveLowLevel failed. Project is null for file 'C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs'
19:45:00.208 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:45:08.847 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:45:14.174 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.SaveFile', activation=Toolbar
19:45:14.176 [1] DEBUG - Save C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs
19:45:59.245 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.OptionsCommand', activation=MainMenu
19:45:59.249 [1] WARN - Codon (TextEditorOptions) specified in the insertbefore of the [Codon: name = OptionPanel, id = Profiling, addIn=C:\Program Files\SharpDevelop\4.4\bin\..\AddIns\Misc\Profiler\ICSharpCode.Profiler.AddIn.addin] codon does not exist!
19:45:59.777 [1] INFO - Number of screens: 1
19:45:59.777 [1] INFO - Screen {X=0,Y=0,Width=1440,Height=900}: Validating {X=282,Y=126,Width=723,Height=579}; intersection {X=282,Y=126,Width=723,Height=579}
19:55:17.782 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.OptionsCommand', activation=MainMenu
19:55:18.030 [1] INFO - Number of screens: 1
19:55:18.030 [1] INFO - Screen {X=0,Y=0,Width=1440,Height=900}: Validating {X=661,Y=56,Width=723,Height=579}; intersection {X=661,Y=56,Width=723,Height=579}
19:56:55.344 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:56:55.828 [1] DEBUG - ParseInformationUpdated C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs new!=null:True
19:56:57.809 [1] DEBUG - CC: Beginning to type a word, result=<> ([DefaultExpressionContext: Global])
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: [AvalonEditViewContent C:\Users\Marcelo\Dropbox\Projetos\Bibliotecas\Classes\ClsAplicacao.cs]
ProjectService.OpenSolution: <null>
ProjectService.CurrentProject: <null>