Created
February 23, 2015 15:52
-
-
Save jen20/b00a50c50bf820fda657 to your computer and use it in GitHub Desktop.
Omnisharp startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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