Skip to content

Instantly share code, notes, and snippets.

@jen20
Last active August 29, 2015 13: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 jen20/9902217 to your computer and use it in GitHub Desktop.
Save jen20/9902217 to your computer and use it in GitHub Desktop.
~/Code  locate mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/basic/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/basic/tmp/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/build/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/build/tmp/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/monolite/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_2_0/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_2_0/mscorlib.dll.mdb
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_2_0/tmp/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_4_0/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_4_0/tmp/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_4_5/mscorlib.dll
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_4_5/mscorlib.dll.mdb
/Users/James/Code/mono-3.2.8/mcs/class/lib/net_4_5/tmp/mscorlib.dll
/opt/mono-3.2.8/lib/mono/2.0/mscorlib.dll
/opt/mono-3.2.8/lib/mono/2.0/mscorlib.dll.mdb
/opt/mono-3.2.8/lib/mono/4.0/mscorlib.dll
/opt/mono-3.2.8/lib/mono/4.5/mscorlib.dll
/opt/mono-3.2.8/lib/mono/4.5/mscorlib.dll.mdb
~/.dotfiles/vim/bundle/Omnisharp/server/OmniSharp/bin/Debug  ➦ a9edb30  mono OmniSharp.exe -p 2000 -s ~/Code/EventStore/src/EventStore/EventStore.sln
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
OmniSharp server is listening
Unhandled Exception:
System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.CSharpProject.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor () [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution (System.String fileName) [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.CSharpProject.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor () [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution (System.String fileName) [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity) [0x00000] in <filename unknown>:0
✘  ~/.dotfiles/vim/bundle/Omnisharp/server/OmniSharp/bin/Debug  ➦ a9edb30 
✘  ~  mono '/Users/James/.dotfiles/vim/bundle/Omnisharp/server/OmniSharp/bin/Debug/OmniSharp.exe' -v Verbose -p 2000 -s '/Users/James/Code/upvc-pipes/src/upvc-pipes.sln'
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
OmniSharp server is listening
Unhandled Exception:
System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.CSharpProject.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor () [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution (System.String fileName) [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Assembly does not exist!
at OmniSharp.Solution.CSharpProject.LoadAssembly (System.String assemblyFileName) [0x00000] in <filename unknown>:0
at OmniSharp.Solution.OrphanProject..ctor () [0x00000] in <filename unknown>:0
at OmniSharp.Solution.CSharpSolution.LoadSolution (System.String fileName) [0x00000] in <filename unknown>:0
at OmniSharp.Program.StartServer (System.String solutionPath, System.String clientPathMode, Int32 port, Verbosity verbosity) [0x00000] in <filename unknown>:0
✘  ~ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment