-
Notifications
You must be signed in to change notification settings - Fork 86
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
Plugin fails to load after installation #138
Comments
I get the same at home, where I don't have the VS SDK and only have VS 2013. I'll look into it tomorrow. |
Dunno if that's related, but the project currently references |
I wonder when it got broken in the first place. |
Well thanks for taking a look. It does sound like it needs the reference to On 1 June 2015 at 19:41, Violet Giraffe notifications@github.com wrote:
|
I've uploaded a new release, 1.3.1. Please give it a try: https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/tag/1.3.1.0 |
Hi, |
No, I've double-checked, it's the right VSIX. |
The error message mentions |
Try this VSIX: http://rghost.net/8XkG8wdqs |
That works for me. I could install and use the add-in without any issues, Thanks! On 2 June 2015 at 23:11, Violet Giraffe notifications@github.com wrote:
|
Okay, so that was it. |
I'm experiencing the same issue with VS2013 and the latest version I got from here: https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/tag/1.3.1.0 |
I am using Visual Studio 2012 update 5,
I tried the releases above but no one works I tried the compile this project under vs2012, I got the follow warnings
haha,I got it works in vs2012, will you folks who has vs2013 try my release? |
@bugparty: Works for me (VS 2013 Update 4)! |
fix issue Plugin fails to load after installation #138
I just downloaded this VS add-in and it's still not working. I have a fairly vanilla VS 2013 Update 5 installed. Is there any way to get this to work? Here is the relevant material from G:\Users\dthiessen\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml 909 2016/03/24 12:29:38.526 Warning |
Sorry, my mistake. I was wondering how come bugparty's fix didn't solve the problem for you (as it was supposed to), and then I realized I actually never released a fixed plugin! So please install the latest release, it should work fine: https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/latest |
Still doesn't work. Won't load. Here is the newest snip from the xml... 643 2016/03/24 13:52:32.462 Information80070002 Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. 645 2016/03/24 13:52:32.477 Error 80004005 - E_FAIL Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. |
I assume that's with the new version? |
Yes, newest version, still doesn't load. |
Seems like it is assuming I have VS 2012, not VS 2013 or 2015 from the Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0 lines in the xml... shrug... |
Could be that the 11.0 version is hardcoded, when it shouldn't be. But the problem is that the release works on both my PCs no problem with VS 2013 and 2015. |
That's weird. I have VS 2015 on another machine, let me get to that and try it there. |
OK, weird... works fine on Win 10 / VS 2015... So, something is haywire with my Win 7 / VS 2013 platform... I will see what I can find. Thanks! |
Note: this is a duplicate of #138 |
I tried everything I could think of, including a "Repair" of VS 2013 and nothing worked. I finally said to heck with it and downloaded the zip from GitHub and "rebuilt" the plugin. The rebuilt plugin now works. No idea why that worked. |
It worked because the problem is not with the actual code of the plugin (that I wrote) but with the list of dependencies (about which I don't understand the first thing). |
the latest source has patched by me ,maybe you haven`t download the latest On Fri, Mar 25, 2016 at 3:13 AM, thiessendg notifications@github.com
|
I did |
Hello! |
Closing as too old - much has changed in the add-in's settings since then (for one, VS 2013 is probably no longer supported). |
I installed the CppCheck plugin in Visual Studio 2013. And when opening a project I get a message box that says "The 'CPPCheckPluginPackage' did not load correctly.
The ActivityLog.xml files has the error message:
"Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
I imagine that it should be looking for VisualStudio.Shell.12.0. Perhaps the assembly dependency is incorrect?
The text was updated successfully, but these errors were encountered: