ReSharper 2016.3 Installation Exceptions

I'm getting a ton of ZIP exceptions when trying to install the latest version of R# Ultimate, which is preventing the install from completing:

 

11:05:20.402 |I| Runs | Installer started.
11:05:20.417 |I| Runs | Installer Deployment Packaging Identity : 7.0.20161215.134936
11:05:20.433 |I| Runs | Application created.
11:05:20.470 |E| LauncherInstaller | Could not open the structured storage of the Zip format from the stream. Method not found: 'Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry.TryGetNameBytes()'.

--- EXCEPTION #1/3 [MissingMethodException]
Message = “Method not found: 'Byte[] ICSharpCode.SharpZipLib.Zip.ZipEntry.TryGetNameBytes()'.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.MissingMethodException
HResult = COR_E_MISSINGMETHOD=80131513
Source = JetBrains.Platform.Util
StackTraceString = “
at JetBrains.Util.Storage.Packages.NugetPackageIntrospection.GetNameBytes(ZipEntry entry)
at JetBrains.Util.Storage.StructuredStorage.ZipStructuredStorage.ZipData..ctor(Lifetime lifetime, ZipFile zip)
at JetBrains.Util.Storage.StructuredStorage.ZipStructuredStorage..ctor(Lifetime lifetime, ZipFile package)
at JetBrains.Util.Storage.StructuredStorage.ZipStructuredStorage.OpenStream(Lifetime lifetime, Stream stream)
at JetBrains.Util.Storage.StructuredStorage.StructuredStorages.OpenStream(Lifetime lifetime, Stream stream, OnError onerror, Nullable`1 formatIfKnown)

--- Outer ---

--- EXCEPTION #2/3 [InvalidOperationException]
Message = “Could not open the structured storage of the Zip format from the stream.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509

--- Outer ---

--- EXCEPTION #3/3 [LoggerException]
Message = “Could not open the structured storage of the Zip format from the stream.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.OnError.<>c__DisplayClass7.<LogAlgorithmError>b__6(Exception ex)
at JetBrains.Util.OnError.Handle(Exception ex)
at JetBrains.Util.Storage.StructuredStorage.StructuredStorages.OpenStream(Lifetime lifetime, Stream stream, OnError onerror, Nullable`1 formatIfKnown)
at JetBrains.Application.BuildScript.Install.Launcher.LauncherInstaller.ReadHostComponentsFromNativeExecutable(Lifetime lifetime)
at JetBrains.Platform.Installer.Runs.<>c__DisplayClass9.<Main>b__6(Lifetime lifetime)
at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ)
at JetBrains.Platform.Installer.Runs.<>c__DisplayClass9.<Main>b__4()
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.Platform.Installer.Runs.Main()
at JetBrains.Platform.Installer.Runs.MainMain()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)

 

Furthermore, the installer uninstalled the previous version of R#, which is leaving me a bit stranded.  Are there any workarounds available to get R# installed successfully?

0

Please sign in to leave a comment.