Skip to content
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

Should mention .NET Framework Developer Pack prerequisite for Win builds #1393

Closed
IoriBranford opened this issue Jan 27, 2019 · 2 comments
Closed

Comments

@IoriBranford
Copy link

IoriBranford commented Jan 27, 2019

On Windows 7 Home x64, after manually installing roslyn for omnisharp-vim, I was getting Connection Refused and Could Not Connect errors. I found out by testing in command line that I had to install .NET Framework Targeting Pack 4.7.1.

https://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers

(I also had to downgrade roslyn to 1.32.1 and edit omnisharp.exe.config)

  <runtime>
    <loadFromRemoteSources enabled="true"/>
  ...
  </runtime>
@filipw
Copy link
Member

filipw commented Apr 18, 2019

This was resolved by #1469 as OmniSharp will now display a popup to install the missing .NET 4.7.2 framework

@filipw filipw closed this as completed Apr 18, 2019
@Thaina
Copy link

Thaina commented Aug 25, 2020

@filipw Why current omnisharp still require 4.7.1 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants