rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 302 forks source link

Indent Submenus greyed out #4955

Open tdalon opened 5 years ago

tdalon commented 5 years ago

Rubberduck version information The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:

Rubberduck version : latest as of today Rubberduck v2.4.1.4697-pre
Operating System: win10

Description Indent->SuMenus are greyed out even after RB being ready.

image

tdalon commented 5 years ago

After update to current latest release: Indent Project is visible at Start. After a parse all Indent menus are greyed-out again.

MDoerner commented 5 years ago

Thanks for reporting this.

Could you upload a log at least at error level? You can find the log settings and a link to the log folder in the Rubberduck settings.

It seems that something goes wrong when evaluating the can execute condition. If there are exceptions, they will be logged on error level and the item will be deactivated.

tdalon commented 5 years ago

Hi. sorry I have missed the question. Attached the logfile at error level. After checking->Ready the Indent menus are all greyed out.

2019-07-16 22:23:44.2982;ERROR-2.4.1.4796;Rubberduck.Common.LogLevelHelper;
    Rubberduck version 2.4.1.4796 loading:
    Operating System: Microsoft Windows NT 10.0.17763.0 x64
    Host Product: Microsoft Outlook x86
    Host Version: 16.0.11328.20368
    Host Executable: OUTLOOK.EXE;
2019-07-16 22:24:09.6584;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:09.7794;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:09.8243;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:09.8751;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:09.9260;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:09.9789;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.0407;ERROR-2.4.1.4796;Rubberduck.UI.Command.ExportAllCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.1861;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.2270;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.2669;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.3062;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.3623;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.4331;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestMethodCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.8610;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.9042;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.9501;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:10.9970;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.0509;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.0957;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.1496;ERROR-2.4.1.4796;Rubberduck.UI.Command.ExportAllCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.2493;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.2982;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.3361;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.3730;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.4189;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:11.4568;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestMethodCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.3757;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.4276;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.4654;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.5033;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.5462;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.5871;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.6369;ERROR-2.4.1.4796;Rubberduck.UI.Command.ExportAllCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.7450;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.7832;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.8221;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.8600;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.9059;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:14.9448;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestMethodCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.0658;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.1226;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.1795;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.2233;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.2981;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.3620;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.4497;ERROR-2.4.1.4796;Rubberduck.UI.Command.ExportAllCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.6283;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.7021;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.7669;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.9005;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:16.9733;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.0411;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestMethodCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.2875;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.GetProject() in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 34
   at Rubberduck.UI.UnitTesting.Commands.AddTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestModuleCommand.cs:line 52
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.3553;ERROR-2.4.1.4796;Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.UnitTesting.Commands.AddTestMethodExpectedErrorCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs:line 35
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.4042;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.4520;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.4929;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.5358;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.5907;ERROR-2.4.1.4796;Rubberduck.UI.Command.ExportAllCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.ExportAllCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\ExportAllCommand.cs:line 43
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.7054;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProcedureCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentProcedureCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProcedureCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.7463;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.IndentCurrentModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentModuleCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.7852;ERROR-2.4.1.4796;Rubberduck.UI.Command.IndentCurrentProjectCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveVBProject()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveVBProject() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 76
   at Rubberduck.UI.Command.IndentCurrentProjectCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\IndentCurrentProjectCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.8280;ERROR-2.4.1.4796;Rubberduck.UI.Command.NoIndentAnnotationCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.FindTarget(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 60
   at Rubberduck.UI.Command.NoIndentAnnotationCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\NoIndentAnnotationCommand.cs:line 26
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.8869;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestModuleCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.FindModuleFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 56
   at Rubberduck.UI.Command.RunSelectedTestModuleCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestModuleCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:17.9258;ERROR-2.4.1.4796;Rubberduck.UI.Command.RunSelectedTestMethodCommand;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_ActiveCodePane()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_ActiveCodePane() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 33
   at Rubberduck.VBEditor.Utility.SelectionService.ActiveSelection() in C:\projects\rubberduck\Rubberduck.VBEEditor\Utility\SelectionService.cs:line 25
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.FindDeclarationFromSelection() in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 46
   at Rubberduck.UI.Command.RunSelectedTestMethodCommand.SpecialEvaluateCanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\RunSelectedTestMethodCommand.cs:line 27
   at Rubberduck.UI.Command.CommandBase.<>c__DisplayClass10_0.<AddToCanExecuteEvaluation>b__0(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 34
   at Rubberduck.UI.Command.CommandBase.CanExecute(Object parameter) in C:\projects\rubberduck\Rubberduck.Core\UI\Command\CommandBase.cs:line 41
2019-07-16 22:24:18.2397;ERROR-2.4.1.4796;Rubberduck.Parsing.VBA.RubberduckParserState;An exception occurred when notifying consumers of updated parser state.;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_VBProjects()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_VBProjects() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 111
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_IsInDesignMode() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 134
   at Rubberduck.UnitTesting.TestEngine.get_CanRun() in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 45
   at Rubberduck.UnitTesting.TestEngine.StateChangedHandler(Object sender, ParserStateEventArgs e) in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 108
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at Rubberduck.Parsing.VBA.RubberduckParserState.OnStateChanged(Object requestor, CancellationToken token, ParserState state, ParserState oldStatus) in C:\projects\rubberduck\Rubberduck.Parsing\VBA\RubberduckParserState.cs:line 402
2019-07-16 22:24:18.3415;ERROR-2.4.1.4796;Rubberduck.Parsing.VBA.RubberduckParserState;An exception occurred when notifying consumers of updated parser state.;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_VBProjects()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_VBProjects() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 111
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_IsInDesignMode() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 134
   at Rubberduck.UnitTesting.TestEngine.get_CanRun() in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 45
   at Rubberduck.UnitTesting.TestEngine.StateChangedHandler(Object sender, ParserStateEventArgs e) in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 108
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at Rubberduck.Parsing.VBA.RubberduckParserState.OnStateChanged(Object requestor, CancellationToken token, ParserState state, ParserState oldStatus) in C:\projects\rubberduck\Rubberduck.Parsing\VBA\RubberduckParserState.cs:line 402
2019-07-16 22:24:20.9864;ERROR-2.4.1.4796;Rubberduck.Parsing.VBA.RubberduckParserState;An exception occurred when notifying consumers of updated parser state.;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Vbe.Interop.VBE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{0002E166-0000-0000-C000-000000000046}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
   at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
   at Microsoft.Vbe.Interop.VBE.get_VBProjects()
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_VBProjects() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 111
   at Rubberduck.VBEditor.SafeComWrappers.VBA.VBE.get_IsInDesignMode() in C:\projects\rubberduck\Rubberduck.VBEditor.VBA\SafeComWrappers\VB\VBE.cs:line 134
   at Rubberduck.UnitTesting.TestEngine.get_CanRun() in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 45
   at Rubberduck.UnitTesting.TestEngine.StateChangedHandler(Object sender, ParserStateEventArgs e) in C:\projects\rubberduck\Rubberduck.UnitTesting\UnitTesting\TestEngine.cs:line 108
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at Rubberduck.Parsing.VBA.RubberduckParserState.OnStateChanged(Object requestor, CancellationToken token, ParserState state, ParserState oldStatus) in C:\projects\rubberduck\Rubberduck.Parsing\VBA\RubberduckParserState.cs:line 402
retailcoder commented 5 years ago

@tdalon this seems to be related to the old COM shims discussion. See this comment by MZ-Tools author Carlos Quintero.

In other cases, repairing a corrupt Office install has been seen to fix this problem. Would you happen to be running multiple versions of Office side-by-side?