-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error starting OmniSharp #213
Comments
I am also getting a very similar error, but I'm not sure if its the same cause.
The two INFO lines come up immediately, and the ERROR comes up about 60 seconds afterwards. I has installed VSCode a few days ago, and the OmniSharp extension, and created a simple test project using .Net code - hello world basically. Everything went fine. Then yesterday I then downloaded a project of mine from Github, and tried to create a project.json file for it (no idea if this would work). Once I got a valid project.json file I started to get the above error. I then returned to the Test project and am now getting this error on that project too. If I look in the extensions\ms-vscode.csharp-0.3.7\bin\packages directory I have Newtonsoft.Json version 7.0.1, but not 6.0.0.0 as mentioned in the error message above. Hope this helps. |
I have the exact same problem. |
From @wind39 on April 20, 2016 19:53
Steps to Reproduce:
[INFO] Starting OmniSharp at '/home/william/Documents/Projects/SQL/SQL.sln'...
[INFO] Started OmniSharp from '/home/william/.vscode/extensions/ms-vscode.csharp-0.3.7/bin/omnisharp' with process id 13156...
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Framework.Runtime.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'Microsoft.Framework.Runtime.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at dnx.host.RuntimeBootstrapper.ExecuteAsync (System.String[] args) <0x40d53690 + 0x00857> in :0
at dnx.host.RuntimeBootstrapper.Execute (System.String[] args) <0x40d53460 + 0x00063> in :0
[ERROR] Error: Failed to start OmniSharp
Copied from original issue: microsoft/vscode#5569
The text was updated successfully, but these errors were encountered: