-
Notifications
You must be signed in to change notification settings - Fork 104
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
Does not install on Windows 10 with Visual Studio 2013 (with fix) #29
Comments
Thanks for the detailed bug report! Give us a couple of days to look into it... |
@RaymondKHessel We have implemented your patch - can you please double check whether the extension now installs into your environment? You can download the VSIX here. |
Works fine. Thanks! |
I am having this same issue. I am using Visual Studio 2013, Windows 10 and .net Framework version 4.7. Is it possible to extend the patch to .net framework version 4.7?. Thanks. |
Shouldn't be a problem at all - I have just created #161 for this. I will be on vacation from 8/31 on - would you be willing to test a build? I would then release 0.10.2 beforehand... |
Handle non-ASCII characters in PeParser correctly
Running the installer for 0.3.0 (or 0.2.3) fails on a Windows 10 system with Visual Studio 2013 with the installation log below. Changing the line
to
in the extension.vsixmanifest file in the .vsix package fixes the issue
Presumably this is the same as changing the corresponding line in the GoogleTestAdapter\VsPackage\source.extension.vsixmanifest file of the VsPackage project (or some settings in the project), couldn't test that though because I have VS 2015 not installed.
The text was updated successfully, but these errors were encountered: