Does not work on VS 2015
mmaenz opened this issue · 10 comments
Installing is okay, after restart it fails.
Reason:
<entry> <record>441</record> <time>2020/10/10 07:46:32.087</time> <type>Error</type> <source>VisualStudio</source> <description>LegacySitePackage failed for package [WakaTimePackage]Source: 'mscorlib' Description: Could not load file or assembly 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Das System kann die angegebene Datei nicht finden.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Das System kann die angegebene Datei nicht finden.
File name: 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
 at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
 at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
 at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
 at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
 at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
 at System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)
 at Microsoft.VisualStudio.Shell.Package.RegisterToolboxItemDiscoveryFactories()
 at Microsoft.VisualStudio.Shell.Package.Initialize()
 at WakaTime.WakaTimePackage.Initialize()
 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können dieses Feature deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.
</description> <guid>{52D9C3FF-C893-408E-95E4-D7484EC7FA47}</guid> <hr>80070002</hr> <errorinfo></errorinfo> </entry>
The reason is the missing Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0.
Pulled source from github and wanted to edit that dependency but isn't possible:
On releases and at the wakatime homepage it clearly says it is compatible with 2011-2019! It isn't.
Please repair. Or make it usable with older versions. Thank you.
Which VS 2015 version are you using?
Same issue with Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0
not being located, same VS 2015 Professional Version 14.0.25431.01 Update 3; WakTime 1.0
same
The same issue:
p.s. none of the mentioned solutions worked:
https://stackoverflow.com/a/18800520/1565790
https://stackoverflow.com/a/23646013/1565790
https://stackoverflow.com/a/51076810/1565790
Same
I need help
WakaTime.log:
[Wakatime Info 09:34:57 AM] Initializing WakaTime v4.2.1
[Wakatime HandledException 09:34:57 AM] Are you behind a proxy? Try setting a proxy in WakaTime Settings with format https://user:pass@host:port. Exception Traceback:: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at WakaTime.Dependencies.DownloadAndInstallCli()
at WakaTime.WakaTimePackage.InitializeAsync()
[Wakatime Info 09:34:57 AM] Finished initializing WakaTime v4.2.1
We've just released a new version (v11.0.0
), please update WakaTime and feel free to open a new issue.