question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with VS2015

See original GitHub issue

There has been a similar issue reported here https://github.com/wakatime/visualstudio-wakatime/issues/109

It is supposed to work with v11, but it doesn’t, at least not for me.

It was working a while ago, it no longer does. I’ve tried uninstalling/installing multiple times. When I go to Tools->WakaTime->Settings it doesn’t open any window.

In the ActivityLog.xml, I’ve found this:

CreateInstance failed for package [WakaTimePackage]Source: &apos;mscorlib&apos; Description: Could not load file or assembly &apos;Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos; or one of its dependencies. The system cannot find the file specified.&#x000D;&#x000A;System.IO.FileNotFoundException: Could not load file or assembly &apos;Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos; or one of its dependencies. The system cannot find the file specified.&#x000D;&#x000A;File name: &apos;Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos;&#x000D;&#x000A; at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)&#x000D;&#x000A; at System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)&#x000D;&#x000A; at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)&#x000D;&#x000A; at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)&#x000D;&#x000A;&#x000D;&#x000A;WRN: Assembly binding logging is turned OFF.&#x000D;&#x000A;To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&#x000D;&#x000A;Note: There is some performance penalty associated with assembly bind failure logging.&#x000D;&#x000A;To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].&#x000D;&#x000A;</description> <guid>{52D9C3FF-C893-408E-95E4-D7484EC7FA47}

Is this really expected to work with VS2015, since it requires Microsoft.VisualStudio.Shell.15.0? Isn’t Microsoft.VisualStudio.Shell.15.0 a VS2017 package?

e.g. there is a similar discussion here about a different extension, with the same exception https://stackoverflow.com/questions/46054343/visual-studio-2015-fail-to-load-package-because-microsoft-visualstudio-shell-15

It seems like it needs Microsoft.VisualStudio.Shell.14.0 in order to work for VS2015.

Is there a way to install an older version, which targets the older lib version?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ErivandoBRcommented, Feb 14, 2022

Please uninstall current extension and find for wakatime on the gallery to install a new version.

I tested the new update (13.0.0) it is working in visual studio 2015 (and 2022), thanks.

1reaction
gandarezcommented, Feb 12, 2022

Please uninstall current extension and find for wakatime on the gallery to install a new version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio 2015 and below not working
I ran into a problem that I have not encountered before. I can't install Visual Studio 2015 and below, it asks me to...
Read more >
windows 7 - Visual Studio 2015 does not start
We have installed Visual Studio 2015 Professional on Windows 7. It was working fine. But after we installed updates from the menu Tools-->' ......
Read more >
Visual Studio 2013 and 2015 features don't work
This article helps you resolve an issue where some Visual Studio 2013 and 2015 features don't work as expected if Internet Explorer 10...
Read more >
Anything associated with VS 2015 not working. Please help.
I downloaded the build tools for 2015 from the installer for 2019. I ran into some major errors one time and decided to...
Read more >
Visual studio 2015 has stopped working
If it doesn't work you should follow @ScottChamberlain's answer but with a few modifications: Uninstall the current Visual Studio 2015. Reboot.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found