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

System.IO.Compression.Zip Not found while installing #16

Closed
kendarorg opened this issue May 13, 2014 · 3 comments
Closed

System.IO.Compression.Zip Not found while installing #16

kendarorg opened this issue May 13, 2014 · 3 comments

Comments

@kendarorg
Copy link

Unable to install on Windows7 Home 64 bit, VS2012 Ultimate and .Net 4.5.50938 as administrator. The very same on a Windows 8.

F:\Documents\TempDevelop\Home-master>kvm setup
Copying file C:\Users\edaros.kre\bin\kvm.ps1
Copying file C:\Users\edaros.kre\bin\kvm.cmd
Adding C:\Users\edaros.kre\bin to process PATH
Adding C:\Users\edaros.kre\bin to user PATH
Adding C:\Program Files\KRE;%USERPROFILE%.kre to process KRE_HOME
Adding C:\Program Files\KRE;%USERPROFILE%.kre to machine KRE_HOME
Press any key to continue ...

F:\Documents\TempDevelop\Home-master>kvm install 0.1-alpha-build-0421
Downloading KRE-svr50-x86.0.1-alpha-build-0421 from https://www.myget.org/F/aspn
etvnext/api/v2/
Installing to C:\Users\edaros.kre\packages\KRE-svr50-x86.0.1-alpha-build-0421
Unable to find type [System.IO.Compression.ZipFile]: make sure that the assembly
containing this type is loaded.

@victorhurdugaci
Copy link
Contributor

What version of PowerShell do you have?
I saw that error before on machines with PoweShell < 4.

You can install it from here if you don't have it: http://www.microsoft.com/en-us/download/details.aspx?id=40855

@glennc
Copy link
Contributor

glennc commented May 13, 2014

You need a newer version of Powershell to use KVM. Core CLR will also not currently work on Windows 7, so you will not be able to switch to Core CLR.

@kendarorg
Copy link
Author

Updating the Powershell worked perfectly! Thansk!

natemcmaster pushed a commit that referenced this issue Nov 14, 2018
All of the uv_* calls must be called on the original thread
the finalizer thread cleaning up safehandle classes needs
special handling

see #16
ryanbrandenburg pushed a commit that referenced this issue Nov 21, 2018
Using 'nameof' operator instead of magic strings
dougbu pushed a commit to dotnet-maestro-bot/AspNetCore that referenced this issue Sep 11, 2019
* Also cleaned up existing sed commands
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants