garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
512 stars 71 forks source link

[C# Portable] Problem installing C# dependencies #45

Open hellboy81 opened 6 years ago

hellboy81 commented 6 years ago
Installing C# dependencies...
Platform: win32, x86_64

Downloading package 'OmniSharp for Windows (.NET 4.6 / x64)'    Retrying from 'https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.29.1.zip' Downloading package '.NET Core Debugger (Windows / x64)'   Retrying from 'https://vsdebugger.blob.core.windows.net/coreclr-debug-1-14-7/coreclr-debug-win7-x64.zip' 
Installing package 'OmniSharp for Windows (.NET 4.6 / x64)'
Failed at stage: installPackages
Error: end of central directory record signature not found

Finished
hellboy81 commented 6 years ago

I got it but getting after installing:

The reference assemblies for framework ".NETFramework,Version=v4.6" were not found. 

To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. 

Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. 

Therefore your assembly may not be correctly targeted for the framework you intend.
garethflowers commented 6 years ago

Looks like this could be a general problem with the C# extension - checkout OmniSharp/omnisharp-vscode#1549.