I'm getting the following error when starting Visual Studio:
The 'NTypewriterEditorForVisualStudioPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\RudeySH\AppData\Roaming\Microsoft\VisualStudio\16.0_9d235251\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
I have the latest version of the extension installed (0.0.11).
The ActivityLog.xml contains the following entries near the bottom:
<entry>
<record>2847</record>
<time>2021/04/28 13:11:23.026</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [NTypewriterEditorForVisualStudioPackage]</description>
<guid>{7CB32B43-C9AA-44F8-BCED-9BAA9A76B4FD}</guid>
</entry>
<entry>
<record>2848</record>
<time>2021/04/28 13:11:23.039</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [NTypewriterEditorForVisualStudioPackage]Source: 'NTypewriter.EditorForVisualStudio' Description: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=16.9.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=16.9.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Threading, Version=16.9.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 at NTypewriter.EditorForVisualStudio.NTypewriterEditorForVisualStudioPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress)
 at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass20_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>b__1>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Threading.JoinableTask.<JoinAsync>d__68.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
 at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
 at Microsoft.VisualStudio.Services.VsTask.GetResult()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</description>
<guid>{7CB32B43-C9AA-44F8-BCED-9BAA9A76B4FD}</guid>
<hr>80070002</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>2849</record>
<time>2021/04/28 13:11:23.047</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [NTypewriterEditorForVisualStudioPackage]</description>
<guid>{7CB32B43-C9AA-44F8-BCED-9BAA9A76B4FD}</guid>
<hr>80070002</hr>
<errorinfo></errorinfo>
</entry>
I'm getting the following error when starting Visual Studio:
I have the latest version of the extension installed (0.0.11).
The ActivityLog.xml contains the following entries near the bottom: