sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

VS2017 TGIT v5.0.717 - CreateInstance failed for package [TGitPackage] {FRENCH} #71

Closed Ordisoftware closed 3 years ago

Ordisoftware commented 3 years ago

There was no error with v5.0.716, but after installing 717 and then reverting to 716, the error persists.

  <entry>
    <record>1213</record>
    <time>2021/08/03 19:29:29.580</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [TGitPackage]Source: &apos;mscorlib&apos; Description: Impossible de charger le fichier ou l&apos;assembly &apos;Community.VisualStudio.Toolkit, Version=15.0.76.253, Culture=neutral, PublicKeyToken=79441d341a79572c&apos; ou une de ses d&#x00E9;pendances. Le fichier sp&#x00E9;cifi&#x00E9; est introuvable.&#x000D;&#x000A;System.IO.FileNotFoundException: Impossible de charger le fichier ou l&apos;assembly &apos;Community.VisualStudio.Toolkit, Version=15.0.76.253, Culture=neutral, PublicKeyToken=79441d341a79572c&apos; ou une de ses d&#x00E9;pendances. Le fichier sp&#x00E9;cifi&#x00E9; est introuvable.&#x000D;&#x000A;Nom de fichier&#x00A0;: &apos;Community.VisualStudio.Toolkit, Version=15.0.76.253, Culture=neutral, PublicKeyToken=79441d341a79572c&apos;&#x000D;&#x000A;   &#x00E0; System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)&#x000D;&#x000A;   &#x00E0; System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)&#x000D;&#x000A;   &#x00E0; System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)&#x000D;&#x000A;   &#x00E0; System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)&#x000D;&#x000A;&#x000D;&#x000A;AVT&#x00A0;: la journalisation de liaison d&apos;assembly est d&#x00E9;sactiv&#x00E9;e.&#x000D;&#x000A;Pour activer la journalisation des &#x00E9;checs de liaison d&apos;assembly, attribuez la valeur 1 &#x00E0; la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD).&#x000D;&#x000A;Remarque&#x00A0;: une certaine perte de performance est associ&#x00E9;e &#x00E0; l&apos;enregistrement dans le journal des &#x00E9;checs de liaison d&apos;assembly.&#x000D;&#x000A;Pour d&#x00E9;sactiver cette fonctionnalit&#x00E9;, supprimez la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog].&#x000D;&#x000A;</description>
    <guid>{6C58D6E5-11BA-43BA-9A63-A624F264EC06}</guid>
    <hr>80004005 - E_FAIL</hr>
    <errorinfo></errorinfo>
  </entry>

image

sboulema commented 3 years ago

Please try the new release (5.0.718) :)

Ordisoftware commented 3 years ago

Everything seems to be working fine, thanks.