Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created October 5, 2011 23:15
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 chrisntr/b3a5c989dbff16ea4f2c to your computer and use it in GitHub Desktop.
Save chrisntr/b3a5c989dbff16ea4f2c to your computer and use it in GitHub Desktop.
Cannot execute "/Users/chrishardy/Projects/MyConsoleApp1/MyConsoleApp1/bin/Debug/MyConsoleApp1.exe". Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object
at MonoDevelop.MacIntegration.MacExternalConsoleProcess.Escape (System.String str) [0x00000] in /private/tmp/source/monodevelop/main/src/addins/MacPlatform/MacExternalConsoleProcess.cs:119
at MonoDevelop.MacIntegration.MacExternalConsoleProcess..ctor (System.String command, System.String arguments, System.String workingDirectory, IDictionary`2 environmentVariables, System.String title, Boolean pauseWhenFinished) [0x00048] in /private/tmp/source/monodevelop/main/src/addins/MacPlatform/MacExternalConsoleProcess.cs:93
at MonoDevelop.MacIntegration.MacPlatformService.StartConsoleProcess (System.String command, System.String arguments, System.String workingDirectory, IDictionary`2 environmentVariables, System.String title, Boolean pauseWhenFinished) [0x00000] in /private/tmp/source/monodevelop/main/src/addins/MacPlatform/MacPlatform.cs:373
at MonoDevelop.Core.Execution.ProcessService.StartConsoleProcess (System.String command, System.String arguments, System.String workingDirectory, IDictionary`2 environmentVariables, IConsole console, System.EventHandler exited) [0x000e5] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/ProcessService.cs:211
at MonoDevelop.Core.Execution.NativePlatformExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x000a0] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/NativePlatformExecutionHandler.cs:64
at MonoDevelop.Core.Execution.MonoPlatformExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x00059] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/MonoPlatformExecutionHandler.cs:56
at MonoDevelop.Core.Execution.DotNetExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x00022] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/DotNetExecutionHandler.cs:43
at MonoDevelop.Core.Execution.DefaultExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x0000c] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Execution/DefaultExecutionHandler.cs:43
at MonoDevelop.Projects.DotNetProject.DoExecute (IProgressMonitor monitor, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration) [0x000b2] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/DotNetProject.cs:1112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment