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
I was foolishly testing this out on Windows XP, I know, I know, and it failed in the decompression step. It should fail gracefully and return a message about why it failed. I think it may be a .net version issue. I don't think it's a PSVersion issue, but that's possible.
Given the error message, I suspect it's a .Net version issue. The error was [System.IO.Compression.GZipStream] doesn't contain a method named 'CopyTo'.
Looks like I have .Net version 3.5 installed.
The text was updated successfully, but these errors were encountered:
I was foolishly testing this out on Windows XP, I know, I know, and it failed in the decompression step. It should fail gracefully and return a message about why it failed. I think it may be a .net version issue. I don't think it's a PSVersion issue, but that's possible.
Given the error message, I suspect it's a .Net version issue. The error was [System.IO.Compression.GZipStream] doesn't contain a method named 'CopyTo'.
Looks like I have .Net version 3.5 installed.
The text was updated successfully, but these errors were encountered: