Skip to content

Instantly share code, notes, and snippets.

@jen20
Created February 23, 2015 15:52
Show Gist options
  • Save jen20/b00a50c50bf820fda657 to your computer and use it in GitHub Desktop.
Save jen20/b00a50c50bf820fda657 to your computer and use it in GitHub Desktop.
Omnisharp startup
$ mono ~/.dotfiles/vim/bundle/omnisharp-vim/server/OmniSharp/bin/Debug/OmniSharp.exe -p 2000 -s src/EventStore.sln
00000048 Using solution path src/EventStore.sln
00000050 Using config file /Users/James/.dotfiles/vim/bundle/omnisharp-vim/server/OmniSharp/bin/Debug/config.json
Monodoc documentation tree could not be loaded.System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[String] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at MonoDevelop.Projects.HelpService.InitializeHelpTree () [0x00000] in <filename unknown>:0
00001184 OmniSharp server is listening
Unhandled Exception:
System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.Project.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor (IFileSystem fileSystem, OmniSharp.Logger logger) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution () [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity, System.String configLocation) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.Project.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor (IFileSystem fileSystem, OmniSharp.Logger logger) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution () [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity, System.String configLocation) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment