"ReferenceManagerPackage" package did not load correctly VS 2019 community

  • Thread starter Thread starter J Vallee
  • Start date Start date
J

J Vallee

Guest
After uninstalling VS 2019 community, deep cleaning the registry to remove all traces and reinstalling, I am STILL getting the error "ReferencePackageManager" package did not load correctly. I got this error when starting a completely new project. Its the first thing I did after creating the project.

I tried this answer (dated 4/17/17) I found for the same issue in this forum for VS 2017 community, substituting 2019 for 2017

=================================================================

1.Launch Developer Command Prompt for VS 2017

2.CD
C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies

3.Run gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll

You should now see
Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.

Assembly successfully added to the cache

Restart Visual Studio and hopefully all will be well and you can add references.

==============================================================

but there is no gacutil.exe in that folder for the 2019 version.

I did find 2 copies of gacutil.exe in the c:\program files (x86)\MicrosoftSDKs\Windows\v10.0A\bin\NETFX 4.8 Tools and c:\program files (x86)\MicrosoftSDKs\Windows\v10.0A\bin\NETFX 4.8\x64 folders.

Should I use one of these instead? They are NOT the same size. The first is 144KB dated 7/24/19 8:30PM and the second is 166KB dated 7/24/19 8:24PM.

I am stuck until I get this resolved.

This is my activitylog.xml

<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2020/01/29 05:58:20.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2019 version: 16.0.29702.44</description>
</entry>
<entry>
<record>2</record>
<time>2020/01/29 05:58:20.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Log ID</description>
<guid>{97CFF79B-4624-42BE-B543-A1FCC231BC27}</guid>
</entry>
<entry>
<record>3</record>
<time>2020/01/29 05:58:20.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Running in isolation mode.</description>
</entry>
<entry>
<record>4</record>
<time>2020/01/29 05:58:20.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Looking for master PkgDef file</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\master.pkgdef</path>
</entry>
<entry>
<record>5</record>
<time>2020/01/29 05:58:20.793</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Creating PkgDefCacheNonVolatile</description>
</entry>
<entry>
<record>6</record>
<time>2020/01/29 05:58:20.793</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefCache flags</description>
<hr>00013801</hr>
</entry>
<entry>
<record>7</record>
<time>2020/01/29 05:58:21.405</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Double-checking master pkgdef file</description>
</entry>
<entry>
<record>8</record>
<time>2020/01/29 05:58:21.405</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement initialized</description>
</entry>
<entry>
<record>9</record>
<time>2020/01/29 05:58:21.405</time>
<type>Information</type>
<source>VisualStudio</source>
<description>RootFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\</path>
</entry>
<entry>
<record>10</record>
<time>2020/01/29 05:58:21.405</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ShellFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\</path>
</entry>
<entry>
<record>473</record>
<time>2020/01/29 05:58:53.658</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Extension will not be loaded because an extension with the same ID &apos;Microsoft.Windows.DevelopmentKit.Desktop&apos; is already loaded at C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\10\DESKTOP SDK\...</description>
<path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\</path>
</entry>
<entry>
<record>491</record>
<time>2020/01/29 05:59:07.742</time>
<type>Error</type>
<source>ClientRights</source>
<description>Getting client rights token from Server for IdeUser failed, Exception: Failed to acquire token silently as no token was found in the cache. Call method AcquireToken&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;UseIdentityServiceAsync&gt;d__35.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask.&lt;JoinAsync&gt;d__68.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask`1.&lt;JoinAsync&gt;d__3.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;AcquireAdalTokenAsync&gt;d__16.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Services.Client.AccountManagement.VSAccountProvider.&lt;AcquireAdalTokenAsync&gt;d__109.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.OnlineLicensing.ClientRightsManager.&lt;RetrieveClientRightsContainerFromServerAsync&gt;d__50.MoveNext().</description>
</entry>
<entry>
<record>492</record>
<time>2020/01/29 05:59:07.774</time>
<type>Error</type>
<source>ClientRights</source>
<description>Getting client rights token from Server for IdeUser failed, Exception: Failed to acquire token silently as no token was found in the cache. Call method AcquireToken&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;UseIdentityServiceAsync&gt;d__35.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask.&lt;JoinAsync&gt;d__68.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask`1.&lt;JoinAsync&gt;d__3.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;AcquireAdalTokenAsync&gt;d__16.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Services.Client.AccountManagement.VSAccountProvider.&lt;AcquireAdalTokenAsync&gt;d__109.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.OnlineLicensing.ClientRightsManager.&lt;RetrieveClientRightsContainerFromServerAsync&gt;d__50.MoveNext().</description>
</entry>
<entry>
<record>496</record>
<time>2020/01/29 05:59:08.931</time>
<type>Error</type>
<source>ClientRights</source>
<description>Getting client rights token from Server for IdeUser failed, Exception: Failed to acquire token silently as no token was found in the cache. Call method AcquireToken&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;UseIdentityServiceAsync&gt;d__35.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask.&lt;JoinAsync&gt;d__68.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask`1.&lt;JoinAsync&gt;d__3.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;AcquireAdalTokenAsync&gt;d__16.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Services.Client.AccountManagement.VSAccountProvider.&lt;AcquireAdalTokenAsync&gt;d__109.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.OnlineLicensing.ClientRightsManager.&lt;RetrieveClientRightsContainerFromServerAsync&gt;d__50.MoveNext().</description>
</entry>
<entry>
<record>497</record>
<time>2020/01/29 05:59:09.084</time>
<type>Error</type>
<source>ClientRights</source>
<description>Getting client rights token from Server for IdeUser failed, Exception: Failed to acquire token silently as no token was found in the cache. Call method AcquireToken&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;UseIdentityServiceAsync&gt;d__35.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask.&lt;JoinAsync&gt;d__68.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Threading.JoinableTask`1.&lt;JoinAsync&gt;d__3.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Shell.Connected.Packages.AccountManager.IdentityServiceShim.&lt;AcquireAdalTokenAsync&gt;d__16.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.Services.Client.AccountManagement.VSAccountProvider.&lt;AcquireAdalTokenAsync&gt;d__109.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&#x000D;&#x000A; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&#x000D;&#x000A; at Microsoft.VisualStudio.OnlineLicensing.ClientRightsManager.&lt;RetrieveClientRightsContainerFromServerAsync&gt;d__50.MoveNext().</description>
</entry>
<entry>
<record>1026</record>
<time>2020/01/29 13:15:32.091</time>
<type>Error</type>
<source>ProjectCreationViewModel</source>
<description>Failed to get preselected extension name.</description>
</entry>
<entry>
<record>1039</record>
<time>2020/01/29 13:21:05.337</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Operation Progress Service Package]</description>
<guid>{C7821A4F-6708-4F8D-A0AA-D43D06E8D196}</guid>
</entry>
<entry>
<record>1040</record>
<time>2020/01/29 13:21:05.514</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Operation Progress Service Package]</description>
<guid>{C7821A4F-6708-4F8D-A0AA-D43D06E8D196}</guid>
</entry>
<entry>
<record>1041</record>
<time>2020/01/29 13:21:11.365</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>1042</record>
<time>2020/01/29 13:21:11.365</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Packages\Debugger\*\VSDebugUI.dll</path>
</entry>
<entry>
<record>1043</record>
<time>2020/01/29 13:21:11.932</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>1044</record>
<time>2020/01/29 13:21:16.103</time>
<type>Information</type>
<source>Profile manager</source>
<description>Begin import of category &apos;Debugger&apos; ({EEDBF29A-5C8B-4E01-827C-263382C18CFE}) from package &apos;Visual Studio Debugger&apos; ({C9DD4A57-47FB-11D2-83E7-00C04F9902C1}). 3114248 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1045</record>
<time>2020/01/29 13:21:16.149</time>
<type>Information</type>
<source>Profile manager</source>
<description>End import of category &apos;Debugger&apos; ({EEDBF29A-5C8B-4E01-827C-263382C18CFE}) from package &apos;Visual Studio Debugger&apos; ({C9DD4A57-47FB-11D2-83E7-00C04F9902C1}). 3114248 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1046</record>
<time>2020/01/29 13:21:16.406</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>1047</record>
<time>2020/01/29 13:21:16.459</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Packages\*\dirprjui.dll</path>
</entry>
<entry>
<record>1048</record>
<time>2020/01/29 13:21:16.459</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>1049</record>
<time>2020/01/29 13:21:17.043</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>1050</record>
<time>2020/01/29 13:21:17.111</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>1051</record>
<time>2020/01/29 13:21:17.367</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [CSharpPackage]</description>
<guid>{13C3BBB4-F18F-4111-9F54-A0FB010D9194}</guid>
</entry>
<entry>
<record>1052</record>
<time>2020/01/29 13:21:18.779</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [RoslynPackage]</description>
<guid>{6CF2E545-6109-4730-8883-CF43D7AEC3E1}</guid>
</entry>
<entry>
<record>1053</record>
<time>2020/01/29 13:21:21.622</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ErrorListPackage]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>1054</record>
<time>2020/01/29 13:21:21.793</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ErrorListPackage]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>1055</record>
<time>2020/01/29 13:21:24.203</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [RoslynPackage]</description>
<guid>{6CF2E545-6109-4730-8883-CF43D7AEC3E1}</guid>
</entry>
<entry>
<record>1056</record>
<time>2020/01/29 13:21:30.821</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [CSharpPackage]</description>
<guid>{13C3BBB4-F18F-4111-9F54-A0FB010D9194}</guid>
</entry>
<entry>
<record>1057</record>
<time>2020/01/29 13:21:47.353</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>1058</record>
<time>2020/01/29 13:21:47.893</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>1059</record>
<time>2020/01/29 13:21:47.973</time>
<type>Information</type>
<source>Profile manager</source>
<description>Begin import of category &apos;Environment_PropertiesWindow&apos; ({731a3cc7-de5e-49ca-9115-9a03e46624b0}) from package &apos;Windows Forms Designer Package&apos; ({7494682B-37A0-11D2-A273-00C04F8EF4FF}). 3073396 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1060</record>
<time>2020/01/29 13:21:49.247</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Activation Package]</description>
<guid>{7B683B8F-B3D5-438A-B1E7-BC549A2872DF}</guid>
</entry>
<entry>
<record>1061</record>
<time>2020/01/29 13:21:49.695</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Activation Package]</description>
<guid>{7B683B8F-B3D5-438A-B1E7-BC549A2872DF}</guid>
</entry>
<entry>
<record>1062</record>
<time>2020/01/29 13:21:49.765</time>
<type>Information</type>
<source>Profile manager</source>
<description>End import of category &apos;Environment_PropertiesWindow&apos; ({731a3cc7-de5e-49ca-9115-9a03e46624b0}) from package &apos;Windows Forms Designer Package&apos; ({7494682B-37A0-11D2-A273-00C04F8EF4FF}). 3070744 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1063</record>
<time>2020/01/29 13:21:50.342</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage, Microsoft.VisualStudio.QualityTools.Tips.TuipPackage, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid>
</entry>
<entry>
<record>1064</record>
<time>2020/01/29 13:21:50.994</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage, Microsoft.VisualStudio.QualityTools.Tips.TuipPackage, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid>
</entry>
<entry>
<record>1065</record>
<time>2020/01/29 13:21:57.886</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>1066</record>
<time>2020/01/29 13:21:58.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>1067</record>
<time>2020/01/29 13:22:00.745</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>1068</record>
<time>2020/01/29 13:22:01.847</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>1069</record>
<time>2020/01/29 13:22:02.719</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Shell.Connected.Packages.PathTrustVerifier.PathTrustVerifierPackage]</description>
<guid>{2F6B5046-3BB0-4825-B344-3F4238921119}</guid>
</entry>
<entry>
<record>1070</record>
<time>2020/01/29 13:22:02.820</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Shell.Connected.Packages.PathTrustVerifier.PathTrustVerifierPackage]</description>
<guid>{2F6B5046-3BB0-4825-B344-3F4238921119}</guid>
</entry>
<entry>
<record>1071</record>
<time>2020/01/29 13:22:03.476</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>1072</record>
<time>2020/01/29 13:22:03.552</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>1073</record>
<time>2020/01/29 13:22:09.265</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>1074</record>
<time>2020/01/29 13:22:09.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>1075</record>
<time>2020/01/29 13:22:09.343</time>
<type>Information</type>
<source>Profile manager</source>
<description>Begin import of category &apos;WindowsFormsDesigner_General&apos; ({de03177c-918d-40af-8c17-c9d63670c175}) from package &apos;Windows Forms Designer Resources Package&apos; ({7B5D447B-0B12-41EA-A84E-C822034422D4}). 3012188 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1076</record>
<time>2020/01/29 13:22:09.389</time>
<type>Information</type>
<source>Profile manager</source>
<description>End import of category &apos;WindowsFormsDesigner_General&apos; ({de03177c-918d-40af-8c17-c9d63670c175}) from package &apos;Windows Forms Designer Resources Package&apos; ({7B5D447B-0B12-41EA-A84E-C822034422D4}). 3012188 KB of virtual memory currently available.</description>
</entry>
<entry>
<record>1077</record>
<time>2020/01/29 13:22:11.192</time>
<type>Information</type>
<source>MruList</source>
<description>Entering AddItem. Persistence data for item: C:\Users\PC4\Documents\PLV_C2\Form1.cs|00000000-0000-0000-0000-000000000000|0,0</description>
</entry>
<entry>
<record>1078</record>
<time>2020/01/29 13:22:11.195</time>
<type>Information</type>
<source>MruList</source>
<description>Entering TryPromoteItem</description>
</entry>
<entry>
<record>1079</record>
<time>2020/01/29 13:22:11.195</time>
<type>Information</type>
<source>MruList</source>
<description>Did not find item to promote</description>
</entry>
<entry>
<record>1080</record>
<time>2020/01/29 13:22:11.196</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering MruItemsStoreServiceDecorator.AddMRUItem. Item category: 335041a8-b61a-4e9f-b0fe-d42dfa193855, lpszItem: %UserProfile%\Documents\PLV_C2\Form1.cs|{00000000-0000-0000-0000-000000000000}|0,0|False</description>
</entry>
<entry>
<record>1081</record>
<time>2020/01/29 13:22:12.416</time>
<type>Information</type>
<source>UIDelayNotifications</source>
<description>A UI delay notification for delay ID 14 was not shown but modules for the following frames were unresolved:Microsoft.VisualStudio.PlatformUI.DelegateCommand`1[System.__Canon].Execute</description>
</entry>
<entry>
<record>1082</record>
<time>2020/01/29 13:22:14.660</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering MruItemsStoreServiceDecorator.AddMRUItem. Item category: a9c4a31f-f9cb-47a9-abc0-49ce82d0b3ac, lpszItem: C:\Users\PC4\Documents\PLV_C2\PLV_C2.sln|00000000-0000-0000-0000-000000000000|False|PLV_C2||||00000000-0000-0000-0000-000000000000</description>
</entry>
<entry>
<record>1083</record>
<time>2020/01/29 13:22:14.661</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering MruItemsStoreServiceDecorator.AddProjectIfNecessaryAsync. projectItemData: C:\Users\PC4\Documents\PLV_C2\PLV_C2.sln|00000000-0000-0000-0000-000000000000|False|PLV_C2||||00000000-0000-0000-0000-000000000000</description>
</entry>
<entry>
<record>1084</record>
<time>2020/01/29 13:22:14.663</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering MruItemsStoreServiceDecorator.AddProjectAsync</description>
</entry>
<entry>
<record>1085</record>
<time>2020/01/29 13:22:14.663</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering CodeContainerStorageManager.AddOrUpdateAsync. CodeContainer path: C:\Users\PC4\Documents\PLV_C2\PLV_C2.sln</description>
</entry>
<entry>
<record>1086</record>
<time>2020/01/29 13:22:14.663</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering ObservableSettingsListBase.AddOrUpdateAsync. Item key: C:\Users\PC4\Documents\PLV_C2\PLV_C2.sln, Item value: Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer</description>
</entry>
<entry>
<record>1087</record>
<time>2020/01/29 13:22:14.663</time>
<type>Information</type>
<source>CodeContainerTracing</source>
<description>Entering ObservableSettingsListBase.AddToFrontAsync and updating the SettingsList</description>
</entry>
<entry>
<record>1088</record>
<time>2020/01/29 13:22:17.753</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ConnectedServicesPackage]</description>
<guid>{8E15F3DA-B303-4AF9-814A-1DC5C2583398}</guid>
</entry>
<entry>
<record>1089</record>
<time>2020/01/29 13:22:19.253</time>
<type>Information</type>
<source>UIDelayNotifications</source>
<description>A UI delay notification for delay ID 15 was not shown but modules for the following frames were unresolved:Microsoft.VisualStudio.PlatformUI.DelegateCommand`1[System.__Canon].Execute</description>
</entry>
<entry>
<record>1090</record>
<time>2020/01/29 13:22:19.328</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.PlatformUI.InfoBadgePackage]</description>
<guid>{33EE6583-8B97-4F6A-8B2A-6B14007FA249}</guid>
</entry>
<entry>
<record>1091</record>
<time>2020/01/29 13:22:19.419</time>
<type>Warning</type>
<source>FrameControl</source>
<description>MainWindowFrameControls\{042609f5-f636-4666-9cbc-9c4bcd9676c2} doesn&apos;t specify NoToolbarAlignment, defaulting to TitleBarRight</description>
</entry>
<entry>
<record>1092</record>
<time>2020/01/29 13:22:19.422</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.PlatformUI.LiveShare.LiveSharePackage]</description>
<guid>{67658630-052D-4894-A9D2-184CE702F7A7}</guid>
</entry>
<entry>
<record>1093</record>
<time>2020/01/29 13:22:19.423</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.PlatformUI.InfoBadgePackage]</description>
<guid>{33EE6583-8B97-4F6A-8B2A-6B14007FA249}</guid>
</entry>
<entry>
<record>1094</record>
<time>2020/01/29 13:22:19.426</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.PlatformUI.LiveShare.LiveSharePackage]</description>
<guid>{67658630-052D-4894-A9D2-184CE702F7A7}</guid>
</entry>
<entry>
<record>1095</record>
<time>2020/01/29 13:22:19.435</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [SearchPackage]</description>
<guid>{E3DD8DCD-EB2A-4ECE-A282-661E1EFA6335}</guid>
</entry>
<entry>
<record>1096</record>
<time>2020/01/29 13:22:19.463</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [SearchPackage]</description>
<guid>{E3DD8DCD-EB2A-4ECE-A282-661E1EFA6335}</guid>
</entry>
<entry>
<record>1097</record>
<time>2020/01/29 13:22:19.469</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Feedback.FeedbackPackage]</description>
<guid>{B22490B8-AA51-43B1-97EE-509A33B681F3}</guid>
</entry>
<entry>
<record>1098</record>
<time>2020/01/29 13:22:19.846</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Feedback.FeedbackPackage]</description>
<guid>{B22490B8-AA51-43B1-97EE-509A33B681F3}</guid>
</entry>
<entry>
<record>1099</record>
<time>2020/01/29 13:22:21.359</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Cleaning cache directory</description>
</entry>
<entry>
<record>1100</record>
<time>2020/01/29 13:22:21.359</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Local database file does not exist. Downloading full database</description>
</entry>
<entry>
<record>1101</record>
<time>2020/01/29 13:22:21.464</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Cache directory created</description>
</entry>
<entry>
<record>1102</record>
<time>2020/01/29 13:22:21.464</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Creating cache directory</description>
</entry>
<entry>
<record>1103</record>
<time>2020/01/29 13:22:21.465</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Starting update</description>
</entry>
<entry>
<record>1104</record>
<time>2020/01/29 13:22:21.465</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Downloading and processing full database: Elfie_V1/Latest.xml</description>
</entry>
<entry>
<record>1105</record>
<time>2020/01/29 13:22:21.466</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Creating download client: Elfie_V1/Latest.xml</description>
</entry>
<entry>
<record>1106</record>
<time>2020/01/29 13:22:21.467</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Creating download client completed</description>
</entry>
<entry>
<record>1107</record>
<time>2020/01/29 13:22:21.467</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Read file from client</description>
</entry>
<entry>
<record>1108</record>
<time>2020/01/29 13:22:21.468</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Read file completed. Client returned data</description>
</entry>
<entry>
<record>1109</record>
<time>2020/01/29 13:22:21.468</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Converting data to XElement</description>
</entry>
<entry>
<record>1110</record>
<time>2020/01/29 13:22:21.478</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Converting data to XElement completed</description>
</entry>
<entry>
<record>1111</record>
<time>2020/01/29 13:22:21.605</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Processing full database element</description>
</entry>
<entry>
<record>1112</record>
<time>2020/01/29 13:22:21.630</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Parsing database element</description>
</entry>
<entry>
<record>1113</record>
<time>2020/01/29 13:22:21.731</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Parsing complete. bytes.length=9139199</description>
</entry>
<entry>
<record>1114</record>
<time>2020/01/29 13:22:21.743</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Creating database from bytes</description>
</entry>
<entry>
<record>1115</record>
<time>2020/01/29 13:22:21.764</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Creating database from bytes completed</description>
</entry>
<entry>
<record>1116</record>
<time>2020/01/29 13:22:21.775</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Writing database file</description>
</entry>
<entry>
<record>1117</record>
<time>2020/01/29 13:22:21.789</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Temp file path: C:\Users\PC4\AppData\Local\Microsoft\VisualStudio\16.0_bffa9c8e\PackageCache\Format1\603cf55f-27f1-46e2-b4fa-4962c3da1b9d.tmp</description>
</entry>
<entry>
<record>1118</record>
<time>2020/01/29 13:22:21.821</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Writing temp file</description>
</entry>
<entry>
<record>1119</record>
<time>2020/01/29 13:22:21.851</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Writing temp file completed</description>
</entry>
<entry>
<record>1120</record>
<time>2020/01/29 13:22:22.087</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Moving database file</description>
</entry>
<entry>
<record>1121</record>
<time>2020/01/29 13:22:22.100</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Moving database file completed</description>
</entry>
<entry>
<record>1122</record>
<time>2020/01/29 13:22:22.131</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Writing database file completed</description>
</entry>
<entry>
<record>1123</record>
<time>2020/01/29 13:22:22.153</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Processing full database element completed. Update again in 1.00:00:00</description>
</entry>
<entry>
<record>1124</record>
<time>2020/01/29 13:22:22.164</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Downloading and processing full database completed</description>
</entry>
<entry>
<record>1125</record>
<time>2020/01/29 13:22:22.180</time>
<type>Information</type>
<source>RoslynNuGetSearch</source>
<description>Waiting 1.00:00:00 until next update</description>
</entry>
<entry>
<record>1126</record>
<time>2020/01/29 13:22:27.554</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ConnectedServicesPackage]</description>
<guid>{8E15F3DA-B303-4AF9-814A-1DC5C2583398}</guid>
</entry>
<entry>
<record>1127</record>
<time>2020/01/29 13:22:27.624</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [RestoreManagerPackage]</description>
<guid>{2B52AC92-4551-426D-BD34-C6D7D9FDD1C5}</guid>
</entry>
<entry>
<record>1128</record>
<time>2020/01/29 13:22:27.979</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [RestoreManagerPackage]</description>
<guid>{2B52AC92-4551-426D-BD34-C6D7D9FDD1C5}</guid>
</entry>
<entry>
<record>1129</record>
<time>2020/01/29 13:22:28.297</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Scc Display Information]</description>
<guid>{D7BB9305-5804-4F92-9CFE-119F4CB0563B}</guid>
</entry>
<entry>
<record>1130</record>
<time>2020/01/29 13:22:28.882</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Scc Display Information]</description>
<guid>{D7BB9305-5804-4F92-9CFE-119F4CB0563B}</guid>
</entry>
<entry>
<record>1131</record>
<time>2020/01/29 13:22:28.926</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [File Enumeration Service]</description>
<guid>{ED8075A9-3E0C-45B3-83EE-C14B43BC3787}</guid>
</entry>
<entry>
<record>1132</record>
<time>2020/01/29 13:22:28.956</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [File Enumeration Service]</description>
<guid>{ED8075A9-3E0C-45B3-83EE-C14B43BC3787}</guid>
</entry>
<entry>
<record>1133</record>
<time>2020/01/29 13:22:29.833</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [VSPackage]</description>
<guid>{1A4EFADE-F6B2-4490-A2EF-21D5F3D1C8E0}</guid>
</entry>
<entry>
<record>1134</record>
<time>2020/01/29 13:22:30.173</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [VSPackage]</description>
<guid>{1A4EFADE-F6B2-4490-A2EF-21D5F3D1C8E0}</guid>
</entry>
<entry>
<record>1135</record>
<time>2020/01/29 13:22:36.096</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>1136</record>
<time>2020/01/29 13:22:36.184</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>1137</record>
<time>2020/01/29 13:22:42.197</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ReferenceManagerPackage]</description>
<guid>{48D4A2C1-02AD-4F18-9153-620511BACB7B}</guid>
</entry>
<entry>
<record>1138</record>
<time>2020/01/29 13:22:42.399</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [ReferenceManagerPackage]Source: &apos;mscorlib&apos; Description: Could not load type &apos;Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager2&apos; from assembly &apos;Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos;.&#x000D;&#x000A;System.TypeLoadException: Could not load type &apos;Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager2&apos; from assembly &apos;Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.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)</description>
<guid>{48D4A2C1-02AD-4F18-9153-620511BACB7B}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>1139</record>
<time>2020/01/29 13:29:31.162</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ReferenceManagerPackage]</description>
<guid>{48D4A2C1-02AD-4F18-9153-620511BACB7B}</guid>
</entry>
<entry>
<record>1140</record>
<time>2020/01/29 13:29:31.163</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [ReferenceManagerPackage]Source: &apos;mscorlib&apos; Description: Could not load type &apos;Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager2&apos; from assembly &apos;Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos;.&#x000D;&#x000A;System.TypeLoadException: Could not load type &apos;Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager2&apos; from assembly &apos;Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.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)</description>
<guid>{48D4A2C1-02AD-4F18-9153-620511BACB7B}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo></errorinfo>
</entry>
</activity>

Continue reading...
 
Back
Top