Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created October 21, 2013 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/adff413f54e0a1374e8e to your computer and use it in GitHub Desktop.
Save saurabh360/adff413f54e0a1374e8e to your computer and use it in GitHub Desktop.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
at Mono.TextEditor.TextEditorData.FindPrevious (Boolean setSelection) [0x00012] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/TextEditorData.cs:1025
at Mono.TextEditor.TextArea.FindPrevious (Boolean setSelection) [0x00008] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/Gui/TextArea.cs:2601
at Mono.TextEditor.TextEditor.FindPrevious (Boolean setSelection) [0x00008] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor/Gui/TextEditor.cs:1139
at MonoDevelop.SourceEditor.SearchAndReplaceWidget.FindPrevious (Mono.TextEditor.TextEditor textEditor) [0x0000e] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SearchAndReplaceWidget.cs:851
at MonoDevelop.SourceEditor.SourceEditorWidget.FindPrevious (Boolean focus) [0x00007] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorWidget.cs:1277
at MonoDevelop.SourceEditor.SourceEditorWidget.FindPrevious () [0x00003] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorWidget.cs:1272
at MonoDevelop.SourceEditor.SourceEditorView.FindPrevious () [0x00001] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs:2428
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.2.3/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00069] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.2.3/mcs/class/corlib/System.Reflection/MonoMethod.cs:238
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.2.3/mcs/class/corlib/System.Reflection/MethodBase.cs:114
at MonoDevelop.Components.Commands.CommandHandlerInfo.Run (System.Object cmdTarget, MonoDevelop.Components.Commands.Command cmd) [0x0002c] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:1966
at MonoDevelop.Components.Commands.CommandManager+<DispatchCommand>c__AnonStorey81.<>m__CE () [0x0005f] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:1054
at MonoDevelop.Components.Commands.CommandManager.DispatchCommand (System.Object commandId, System.Object dataItem, System.Object initialTarget, CommandSource source) [0x002b0] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.0.14-branch/dceb0232/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:1071
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment