You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omnisharp stopped working today whenever I create a new project.
.Net Core SDK installed: 2.1.403
Host Version: 2.1.5
Windows OS Version: 6.1.7601
VS Code version: 1.33.1
Output Log:
Starting OmniSharp server at 4/16/2019, 7:33:36 PM
Target: c:\Users\Admin\Documents\Coding Dojo\C# stack\Entity\WeddingPlanner
OmniSharp server started.
Path: C:\Users\Admin.vscode\extensions\ms-vscode.csharp-1.19.0.omnisharp\1.32.17\OmniSharp.exe
PID: 7376
System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
File name: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
at OmniSharp.Stdio.Driver.Program.<>c__DisplayClass0_1.
b__1()
at OmniSharp.HostHelpers.Start(Func`1 action)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
Thank you to all who can help!
The text was updated successfully, but these errors were encountered:
I will close this because it is by design. We also already merged a change that will actually prompt you to install 4.7.2 instead of failing silently OmniSharp/omnisharp-roslyn#1469
On Apr 30, 2019, 10:57 AM, at 10:57 AM, Filip W ***@***.***> wrote:
I will close this because it is by design. We also already merged a
change that will actually prompt you to install 4.7.2 instead of
failing silently
OmniSharp/omnisharp-roslyn#1469
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#2995 (comment)
Hello,
Omnisharp stopped working today whenever I create a new project.
.Net Core SDK installed: 2.1.403
Host Version: 2.1.5
Windows OS Version: 6.1.7601
VS Code version: 1.33.1
Output Log:
Starting OmniSharp server at 4/16/2019, 7:33:36 PM
Target: c:\Users\Admin\Documents\Coding Dojo\C# stack\Entity\WeddingPlanner
OmniSharp server started.
Path: C:\Users\Admin.vscode\extensions\ms-vscode.csharp-1.19.0.omnisharp\1.32.17\OmniSharp.exe
PID: 7376
System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
b__1()File name: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
at OmniSharp.Stdio.Driver.Program.<>c__DisplayClass0_1.
at OmniSharp.HostHelpers.Start(Func`1 action)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
Thank you to all who can help!
The text was updated successfully, but these errors were encountered: