-
Notifications
You must be signed in to change notification settings - Fork 19
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
The 'CoverageExtPackage' package did not load correctly. #29
Comments
What's in the XML? There should be an exception and stacktrace. |
I'm sorry, I don't have it right now, but when I get it again, I'll share it here ;) |
Hi, I got this: |
Interesting, Microsoft.VisualStudio.Shell.15.0 is just part of Visual Studio. On my pc you it's in C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies . Can you check? |
Hi, thanks for the answers! I checked the Microsoft.VisualStudio.Shell.15.0 and it doesn't exists, I'm using the professional edition; I don't have the path you mentioned, I have installed C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\PublicAssemblies. |
Community and pro are basically the same except for intended use. Anyways, i think i can device a small workaround, will make a new version tomorrow at the office. |
Sorry for the late reaction, I kinda forgot about this issue. Anyways, I've just taken a look, without much progress I'm afraid. This appears to be this issue: https://stackoverflow.com/questions/46054343/visual-studio-2015-fail-to-load-package-because-microsoft-visualstudio-shell-15 and it is described in detail what to do here: https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/august/visual-studio-creating-extensions-for-multiple-visual-studio-versions . Unfortunately I currently don't have the time to go through that, otherwise I would have fixed it. Alternatively, you might just try an older version that targets 2017 specifically, like this one: https://github.com/atlaste/CPPCoverage/blob/cda640167703cad7e0ff18ce363f686dc68c5a27/CoverageExt/CoverageExt.vsix and see if that does the trick for you. |
Hello, I'm experimenting an issue with the extention.
I'm using VS 2017:
![image](https://user-images.githubusercontent.com/5341093/72566888-4e5b6700-387a-11ea-870c-a66e6c25fed1.png)
I just followed the guide of installation and when I try to 'Run code coverage' I got the following message:
![image](https://user-images.githubusercontent.com/5341093/72566853-371c7980-387a-11ea-9ee9-2c530a9521ce.png)
I tried reinstalling all my VS suit and the extention, but it as the same behavior.
Do I need to install other thing or may I missing anything?
Thanks!
The text was updated successfully, but these errors were encountered: