When loading the GitStash Plugin into Visual Studio 2015 I get the follow errors.
System.MissingMethodException: Method not found: 'Void GitStash.ViewModels.RecommendedActionsViewModel..ctor(GitWrapper.IGitStashWrapper, TeamExplorer.Common.ITeamExplorerBase)'. at GitStash.Sections.RecommendedActionsSection.Initialize(Object sender, SectionInitializeEventArgs e) at Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework.TeamExplorerSectionHost.Initialize(Object context)
System.MissingMethodException: Method not found: 'Void GitStash.ViewModels.StashesViewModel..ctor(GitWrapper.IGitStashWrapper, TeamExplorer.Common.ITeamExplorerBase, SecondLanguage.Translator)'. at GitStash.Sections.StashesSection.Initialize(Object sender, SectionInitializeEventArgs e) at Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework.TeamExplorerSectionHost.Initialize(Object context)
I downloaded the source (https://github.com/scrubs767/GitStash) and compiled and ran and was able to get the extension to run just fine in the experimental version of Visual Studio created by the debugger.
I'm not sure how else to debug this, it seems a few other people are having issues, but the maintainer(and myself) cannot reproduce the issue.
https://github.com/scrubs767/GitStash/issues/6
Is there any way I can track this down or begin to debug it?
EDIT
So I ran Fuslogvw.exe in accordance with this post
The results I got back are in this gist
It seems to be not loading the main GitStash extension/dll
https://gist.github.com/bmeverett/6d0fa03590f380844aeb70dc0ec5c7e4