Resharper 2019.2.2 installation problem

Hello,

I'm trying to install Resharper Ultimate 2019.2.2 version on my computer (for Visual Studio 2019 Community Edition v 16.3.2). Installation fails with 4 errors and this is the first error (I assume that the next ones are consequence of this one):

22:49:30.380 |E| VsPackageAssemblyEmitter::CompileVsPackageAssemblyFromDom| error CS0016: Could not write to output file 'c:\Users\...\AppData\Local\JetBrains\~\CompileVsPackageAssembly.Bin\Qujydos\JetBrains.ReSharperPlatformVs16.Product.VisualStudio.v16.0.Package.dll' -- 'The directory name is invalid. '

I run this as administrator (but it shouldn't be the case, because it works fine on the another computer with similar configuration)... Could someone help me with that please? 

Lucas

0
1 comment
Official comment

The root cause of the issue is the .NET Framework's CodeDomProvider which is used by ReSharper installer.
Turned out the class didn't support the symbol in the username.

As a workaround, use another windows account or contact us for a bat file which will run installer from another directory.

Thank you.

Please sign in to leave a comment.