BIDeveloperExtensions / bideveloperextensions

A Visual Studio extension that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDT).
https://bideveloperextensions.github.io
Other
87 stars 24 forks source link

Variable Windows Extensions crashes Visual Studio #63

Closed furmangg closed 5 years ago

furmangg commented 5 years ago

I downloaded and installed the new BIDS Helper beta last week after updating SSDT as instructed.

Up til now I have had no problems, though I didn't actually use any extensions. Today I used the Create Fixed Width Columns feature, I don't know if that is related.

Now, when I try to open the Variables page of a package, BIDS Helper crashes. This is in the application event log:

First error:

Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException at BIDSHelper.SSIS.VariablesWindowPlugin.RefreshHighlights() at BIDSHelper.SSIS.VariablesWindowPlugin.grid_Invalidated(System.Object, System.Windows.Forms.InvalidateEventArgs) at System.Windows.Forms.Control.OnInvalidated(System.Windows.Forms.InvalidateEventArgs) at System.Windows.Forms.Control.NotifyInvalidate(System.Drawing.Rectangle) at System.Windows.Forms.Control.Invalidate(Boolean) at System.Windows.Forms.Control.Refresh() at Microsoft.SqlServer.Management.UI.Grid.GridControl.UpdateGridInternal(Boolean) at Microsoft.DataTransformationServices.Design.VariablesToolWindow+BaseDlgGridControl.UpdateGridInternal(Boolean) at Microsoft.SqlServer.Management.UI.Grid.GridControl.UpdateGrid(Boolean) at Microsoft.SqlServer.Management.UI.Grid.DlgGridControl.EndInit() at Microsoft.DataTransformationServices.Design.GridColumnWidthManager.ResizeColumns() at Microsoft.DataTransformationServices.Design.GridColumnWidthManager.gridControl_Resize(System.Object, System.EventArgs) at System.Windows.Forms.Control.OnResize(System.EventArgs) at System.Windows.Forms.Control.OnSizeChanged(System.EventArgs) at Microsoft.SqlServer.Management.UI.Grid.GridControl.OnSizeChanged(System.EventArgs) at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) at System.Windows.Forms.Control.UpdateBounds() at System.Windows.Forms.Control.WmWindowPosChanged(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) at Microsoft.SqlServer.Management.UI.Grid.GridControl.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)

Second error:

Faulting application name: devenv.exe, version: 15.9.28307.423, time stamp: 0x5c5b5342 Faulting module name: KERNELBASE.dll, version: 10.0.17763.348, time stamp: 0x53015794 Exception code: 0xe0434352 Fault offset: 0x0011c632 Faulting process id: 0x3204 Faulting application start time: 0x01d4feb467f49a40 Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: 3ec549f9-25a6-4a77-b321-d8b7548a8aea Faulting package full name: Faulting package-relative application ID:

I uninstalled the beta and reinstalled from within VS Extensions and Updates, which did not help. The error did not occur while BID Helper was uninstalled, but returned after it was reinstalled.

This version information was shown:

BIDS Helper Version shows v 2.3.1.0 SSDTBI 2019 (15.0.1200.68) for Visual Studio 2017 was detected. SSDT Extensions Installed: SSAS (N/A), SSIS (2.2), SSRS (2.0) Please upgrade SSRS to 2.5.6

I could not find SSRS 2.5.6, only 2.5.5 and 2.5.7. I installed 2.5.7

The version information is now: BIDS Helper Version shows v 2.3.1.0 SSDTBI 2019 (15.0.1200.68) for Visual Studio 2017 was detected. SSDT Extensions Installed: SSAS (N/A), SSIS (2.2), SSRS (2.5.7)

Now when I attempt to do a variety of things in VS, I get a BIDS Helper exception dialog. I'm going to paste in a graphic:

This appears every repeatedly when I click various things in VS, e.g., Open project in Solution explorer, open a package in a project, switch between the VS Variables, Error List, and Output windows, and others.

To summarize, before updating SSRS from 2.0 to 2.5.7, VS would crash when attempting to open the SSIS variables window, after updating to SSRS 2.5.7, the error message about is displayed many times.

I Using VS2017, here's the Help | About:

Microsoft Visual Studio Professional 2017 Version 15.9.7 VisualStudio.15.Release/15.9.7+28307.423 Microsoft .NET Framework Version 4.7.03190

Installed Version: Professional

Microsoft Visual Studio Tools for Applications 2017 00369-60000-00001-AA386 Microsoft Visual Studio Tools for Applications 2017

BI Developer Extensions for Visual Studio 2017 2.3.1 BI Developer Extensions v2.3.1 for Visual Studio 2017 - An add-in to extend SQL Server Data Tools

C# Tools 2.10.0-beta2-63501-03+b9fb1610c87cccc8ceb74a770dba261a58e39c4a C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Common Azure Tools 1.10 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

NuGet Package Manager 4.6.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PowerShell Pro Tools for Visual Studio 1.0 A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.

ProjectServicesPackage Extension 1.0 ProjectServicesPackage Visual Studio Extension Detailed Info

ResourcePackage Extension 1.0 ResourcePackage Visual Studio Extension Detailed Info

ResourcePackage Extension 1.0 ResourcePackage Visual Studio Extension Detailed Info

SQL Server Data Tools 15.1.61901.24070 Microsoft SQL Server Data Tools

SQL Server Integration Services Microsoft SQL Server Integration Services Designer Version 15.0.1100.123

SQL Server Reporting Services 15.0.1331.137 Microsoft SQL Server Reporting Services Designers Version 15.0.1331.137

Visual Basic Tools 2.10.0-beta2-63501-03+b9fb1610c87cccc8ceb74a770dba261a58e39c4a Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio Code Debug Adapter Host Package 1.0 Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Thank you for your work on BIDS Helper.

Mike .

Originally posted by @mpalandri in https://github.com/BIDeveloperExtensions/bideveloperextensions/issues/50#issuecomment-487758189

furmangg commented 5 years ago

@mpalandri I hope the crash is easy to workaround. Can you uninstall BI Developer Extensions then install this build attached below (unzip then install). It should swallow that exception so VS doesn't crash (if I read the stack trace right). It's a debug build so you will get lots of stuff in the Output window. If you spot any error messages in the Output window then feel free to copy the entire contents to this thread so I can troubleshoot further.

(debug build removed since it's outdated)

First question... does it fix the crash... second question, does the Variables window function as expected with the BI Developer Extensions additions... https://bideveloperextensions.github.io/features/VariablesWindowExtensions/

mpalandri commented 5 years ago

Hi Greg,

I installed the version you sent me, and the error dialog still pops up. Here's where I've seen it:

Switching among the Output, Error List, and Variables windows Clicking on the control flow design surface itself - not consistently. Clicking to select a task on the control flow design surface - not consistently. Clicking on a project in Solution explorer - not consistently. Clicking on a package in Solution explorer - not consistently. Opening a package. It will appear three times before the package is ready to work with.

By "not consistently" I mean that if I take one of the actions listed above and the error dialog appears, I can dismiss the dialog and repeat the action and dialog will not appear.

For example, I click on a Project in Solution explorer and get the dialog. After dismissing it, I can click any project in Solution Explorer without seeing the dialog.

If I then click on the design surface, I see the dialog the first 1-3 times I click. After dismissing it the last time, I can click the design surface repeatedly without seeing it again.

If I click in Solution explorer at this point, I'll see the dialog again, even though it had stopped popping up before.

Same behavior with the design surface. After the dialog stops appearing with every click, if I click in Solution explorer then come back to the design surface, it'll pop up again the first time or two.

Thanks for your very quick response.

Mike .

----- On Apr 29, 2019, at 3:20 PM, Greg Galloway notifications@github.com wrote:

@mpalandri I hope the crash is easy to workaround. Can you uninstall BI Developer Extensions then install this build attached below (unzip then install). It should swallow that exception so VS doesn't crash (if I read the stack trace right). It's a debug build so you will get lots of stuff in the Output window. If you spot any error messages in the Output window then feel free to copy the entire contents to this thread so I can troubleshoot further.

BI.Developer.Extensions.2.3.1_patched.for.VS2017.vsix.zip

First question... does it fix the crash... second question, does the Variables window function as expected with the BI Developer Extensions additions... https://bideveloperextensions.github.io/features/VariablesWindowExtensions/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

furmangg commented 5 years ago

Can you screenshot the error? Are there any errors in the Output window?

So now it doesn’t crash. But you are getting several error pop ups making it near unusable. Is that right?

mpalandri commented 5 years ago

You're assessment is correct, it's pretty much unusable with as often as the error pops up.

I'm pasting an image of the error dialog below:

I cleared the output window, then clicked on the control flow design surface with the intent of causing the error to pop up, so I coud copy the contents of the output window for this email. The error dialog popped three times before I was able to copy text, and I could see additional messages scrolling through the output window as each of those popups occured. When I was finally able to copy the output window text, I did, and pasted it below.

15:39:02 DEBUG BIDSHelper Package Initialize Starting 15:39:02 DEBUG SSIS extension v2.2 is installed at C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\SSIS\ 15:39:02 DEBUG BI Shared extension v5.0.3 is installed at C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BISHARED\ 15:39:02 DEBUG SSRS extension v2.5.7 is installed at C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\SSRS\ 15:39:02 DEBUG Microsoft Connected Services (by Microsoft) v15.9.81.48455 ConnectedServices.897486C9-63BD-48D3-8A33-CB770FBD0723 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\ZQ2OBTWO.O1J\ Microsoft Azure Mobile Apps Connected Service (by Microsoft) v15.9.81.48455 Microsoft.VisualStudio.ConnectedServices.Azure.MobileApps https://go.microsoft.com/fwlink/?LinkId=534856 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\YWQ5O2I5.RYF\ MSTest V2 Templates for Visual Basic (by Microsoft) v15.0.27805.0 MSTestDesktopVB.Microsoft.c6c7fff6-20cb-405d-9ad4-a60a6d0c55d9 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\YJREI1NC.KES\ Azure AD Authentication Connected Service (by Microsoft) v15.9.81.48455 Microsoft.VisualStudio.ConnectedServices.Azure.Authentication https://go.microsoft.com/fwlink/?LinkId=534858 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\X3SPXUBM.IY1\ Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost (by Microsoft) v15.8.21009.1 Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost.Microsoft.42741dc7-574b-4d5b-b8d7-02b7d23cbc85 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\WSIP5IUN.QNF\ PowerShell Tools for Visual Studio (by Adam Driscoll) v4.2.0 PowerShellTools.VS2017 https://poshtools.com/ C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\URYJPLKQ.BDW\ Dotnet Extensions for Test Explorer (by Microsoft) v15.3.0.10 TestWindow.Dotnet.Microsoft.64a8fd50-9be8-4ab0-9e52-8278af163380 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\TESTWINDOW.DOTNET\ Microsoft Visual Studio Test Platform (by Microsoft) v15.9.0.2018100802 Microsoft.TestPlatform.VSIX.Microsoft.0e51abf6-9f5f-401e-a812-4043b87acabf C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\TESTPLATFORM\ Microsoft Azure Storage Connected Service (by Microsoft) v15.9.81.48455 Microsoft.VisualStudio.ConnectedServices.Azure.Storage https://go.microsoft.com/fwlink/?LinkId=534855 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\O3RKGAE4.EMS\ Common Azure Tools (by Microsoft Corporation) v1.10 3410A1F6-C408-45E8-978E-D6D6921937E8 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\WINDOWS AZURE TOOLS\COMMON\ Microsoft ASP.NET and Web Tools (by Microsoft) v15.9.4012.0 E8105105-1014-4688-9F62-52186FEBF19B C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\SHARED\ Microsoft WCF Web Service Reference Provider (by Microsoft) v15.0.20628.921 WCFSVCREF.4E55C53D-1367-4057-9DA7-2507AFF68A55 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\WCF CONNECTED SERVICE\ Visual Studio MPF 14.0 (by Microsoft) v14.0 Microsoft.VisualStudio.MPF.14.0 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\14.0\ Visual Studio MPF 12.0 (by Microsoft) v12.0 Microsoft.VisualStudio.MPF.12.0 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\12.0\ Visual Studio MPF 11.0 (by Microsoft) v11.0 Microsoft.VisualStudio.MPF.11.0 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\11.0\ Visual Studio MPF (by Microsoft) v11.0 Microsoft.VisualStudio.MPF C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\10.0\ Associate Test Method to Work Item (by Microsoft) v1.0 6e008c95-9cf6-47cd-9ecd-cfdf33277f8c C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\UNIT TEST EXPLORER\TESTWIEXTENSION\ Microsoft Visual Studio Template Engine (by Microsoft) v15.9.4012.0 3B5EAFB3-87E4-4986-8924-D24DF860D894 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\TEMPLATEENGINE\ SQL Server Data Tools - Sql Editor (by Microsoft) v1.4 Microsoft.VisualStudio.Data.Tools.SqlEditor https://msdn.microsoft.com/en-us/data/bb931106.aspx C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLEDITOR\VSIX\ SQL Server Data Tools (by Microsoft) v1.4 Microsoft.VisualStudio.Data.Tools https://msdn.microsoft.com/en-us/data/bb931106.aspx C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\ Microsoft SQL Server Data Tools (by Microsoft Corporation) v15.1.61901.24060 C4D3BC8D-48FB-495D-BCA3-9539975C0B18 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\SSDTUPDATE\ Microsoft Portable Library Tools (by Microsoft) v11.0 10143FCD-81D4-434C-8360-6557F1C053E9 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\PORTABLE LIBRARY TOOLS\ Microsoft Visual Studio Modeling Extension (by Microsoft) v11.0 Microsoft.VisualStudio.Modeling.Extension C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\15.0\ Microsoft Office 365 Services with Microsoft Graph (by Microsoft) v15.0.40718.821 Office365.F8BFDB32-F4EB-49BF-97CF-FF814F939753 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\MICROSOFT OFFICE 365 CONNECTED SERVICE\ C#, Visual Basic and F# project systems (by Microsoft) v2.9.0.6350103 EDDCB5BE-3C18-444E-8E50-AE06CD345872 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\MANAGEDPROJECTSYSTEM\ CodeSenseTestsProvider (by Microsoft) v1.0 69d95a78-2154-4cd8-a510-7cdf32aa9f35 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\PROVIDERS\TESTSPROVIDER\ CodeSenseReferencesProvider (by Microsoft) v1.0 C71CE22E-6E64-4D39-9B76-7B9C8672512C C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\PROVIDERS\REFERENCESPROVIDER\ CodeLens for Git - Collaboration (by Microsoft) v1.0 b1656213-dc17-42ca-8a8e-6873f22ab31a C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\PROVIDERS\GITPROVIDER\ FileLevelIndicators (by Microsoft) v1.0 729601-820d-4e4c-bcac-1f687e2ff932 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\PROVIDERS\FILEINDICATORPROVIDER\ CollaborationProvidersSetup (by Microsoft) v1.0 9cf55448-236d-46bd-99ce-7a40798f0d3e C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\PROVIDERS\COLLABORATIONPROVIDER\ CodeSenseFramework (by Microsoft) v1.0 157a4c97-f489-4efd-8700-3b50d586fa58 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\MICROSOFT\CODESENSE\FRAMEWORK\ Microsoft.VisualStudio.Tools.Applications (by Microsoft Corporation) v15.0.27520.3 Microsoft.VisualStudio.Tools.Applications C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\IA24KH3E.V0T\ C# .NETStandard Project Template (by Microsoft) v2.9.0.6350103 Microsoft.NetStandard.CSharp.ProjectTemplates C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\FLDFGSSW.V3T\ Microsoft Azure Key Vault Connected Service (by Microsoft) v15.9.81.48455 Microsoft.VisualStudio.ConnectedServices.Azure.KeyVault.82CD6B28-A2CC-4D60-8A2D-6324532C9580 https://go.microsoft.com/fwlink/?LinkId=534855 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\CHVZXQPJ.W4Y\ MSTest V2 Templates (by Microsoft) v15.0.27805.0 mstestProjectTemplate C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\ATFM2VVN.3HS\ MSTest V2 Create Unit Test Extension (by Microsoft) v15.0.27805.0 MSTestV2UnitTestExtensionPackage.Microsoft.632139eb-968c-47ce-8667-f0898f00833f C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\41T33M3P.XQM\ VisualBasic .NETStandard Project Template (by Microsoft) v2.9.0.6350103 Microsoft.NetStandard.VB.ProjectTemplates C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\EXTENSIONS\3NPAKKOH.YF1\ Visual Studio MPF 15.0 (by Microsoft) v15.0 Microsoft.VisualStudio.MPF.15.0 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\15.0\ Microsoft Visual Studio Tree Navigation (by Microsoft Corporation) v11.0 Microsoft.VisualStudio.TreeNavigation C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\ Tree Navigation Graph Provider (by Microsoft Corporation) v11.0 Microsoft.VisualStudio.TreeNavigation.GraphProvider C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\ Microsoft Visual Studio Shell Components (by Microsoft Corporation) v11.0 Microsoft.VisualStudio.Platform C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\ Perf Markers (by Microsoft Corporation) v1.0 PerfMarkers.Microsoft Corporation.5f945160-e23d-49c5-8997-e05932baa944 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PERFMARKERS\ Microsoft Visual Studio Parallel Debugger GUI (by Microsoft Corporation) v12.0 ParallelDebugPackage C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\ Quick Search (by Microsoft) v11.0 Microsoft.VisualStudio.Language.NavigateTo C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\ Navigate To File Name Provider (by Microsoft) v15.0 Microsoft.VisualStudio.Language.NavigateTo.FileNameProvider C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\ .NET Object Allocation (by Microsoft Corp.) v1.0 DotNetObjectAllocation.Microsoft Corp..2205b5d8-e06d-453d-80b8-dcea82c6dd5b C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DOTNETOBJECTALLOC\ Diagnostics Hub (by Microsoft) v1.0 22512d50-40bc-4dea-89b1-21d70bb4218e C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\ Microsoft Visual Studio Debugger GUI (by Microsoft Corporation) v12.0 VsDebugPresentationPackage C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\ CPU Usage (by Microsoft Corp.) v1.0 CpuSampling.Microsoft Corp..7cdb3050-b7a1-4c26-8480-0769a8432ee7 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\CPUSAMPLING\ Visual Studio XAML Language Service (by Microsoft) v2.0 Microsoft.VisualStudio.DesignTools.XamlLanguageService C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLLANGUAGESERVICE\ XamlDiagnostics Diagnostics (by Microsoft) v15.0 XamlDiagnostics..1463C505-A48A-4741-B788-680CE846C873 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLDIAGNOSTICS\ VisualStudio Editors (by Microsoft) v15.9.0.6350103 F6B5EACA-7FA1-4591-8D40-A38234763621 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VISUALSTUDIO\EDITORS\ Visual Studio Extension for TextMate Grammars (by Microsoft Corporation) v15.8.16.26983 Microsoft.VisualStudio.TextMateGrammars C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEXTMATE\ Test Explorer Window (by Microsoft) v15.9.30000.6350103 TestWindow.Microsoft.0771d463-d74d-4e95-aac2-39d3c7ec1f97 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\ Microsoft Visual Studio Template Providers (by Microsoft Corporation) v10.0 Microsoft.VisualStudio.TemplateProviders C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\ Team Explorer (by Microsoft) v15.0.28604 Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\ Microsoft Integration Services Projects (by Microsoft) v2.2 D1B09713-C12E-43CC-9EF4-6562298285AB C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\SSIS\ Microsoft Visual Studio Reference Manager (by Microsoft) v11.0 Microsoft.VisualStudio.ReferenceManager C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\ Microsoft VisualStudio ProjectServices (by Microsoft Corporation) v15.8.10.43308 Microsoft.VisualStudio.ProjectServices C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECTSERVICES\ Visual Studio Common Project System (by Microsoft Corporation) v15.9.12.16487 Microsoft.VisualStudio.ProjectSystem C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\ Visual Studio Product Updates (by Microsoft) v15.9.28307.329 8EAF6C8E-1283-4EEE-AB6E-F0F087BFCBFD C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\ Microsoft Visual Studio Profiler Margin (by Microsoft Corporation) v15.0 Microsoft.VisualStudio.PerformanceTools.EditorIntegration C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\ Visual Studio AnyCode (by Microsoft Corporation) v15.0.484.16659 Microsoft.VisualStudio.AnyCode C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\OPENFOLDER\ NuGet Package Manager for Visual Studio 2017 (by Microsoft Corporation) v15.0.40903.5777 NuGet.72c5d240-f742-48d4-a0f1-7016671e405b C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\NUGET\ Real Time Test Discovery Package (by Microsoft) v1.9.0.6331806 100cce4d-b061-4215-8fcd-9cb9334929b3 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\MANAGEDLANGUAGES\VBCSHARP\SOURCEBASEDTESTDISCOVERY\ Roslyn Language Services (by Microsoft) v2.10.0.6350103 0b5e8ddb-f12d-4131-a71d-77acc26a798f C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\MANAGEDLANGUAGES\VBCSHARP\LANGUAGESERVICES\ Roslyn Interactive Components (by Microsoft) v2.10.0.6350103 500fff63-afcf-4195-8db4-3fa8a5180e79 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\MANAGEDLANGUAGES\VBCSHARP\INTERACTIVECOMPONENTS\ Roslyn Expression Evaluators (by Microsoft) v2.10.0.6350103 21BAC26D-2935-4D0D-A282-AD647E2592B5 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\MANAGEDLANGUAGES\VBCSHARP\EXPRESSIONEVALUATORS\ Language Server Protocol Client (by Microsoft) v15.9.3041.3852 Microsoft.VisualStudio.LanguageServer.Client C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGESERVER\ Generate Type User Interface (by Microsoft) v11.0 Microsoft.VisualStudio.Language.GenerateType C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\ Call Hierarchy User Interface (by Microsoft) v11.0 Microsoft.VisualStudio.Language.CallHierarchy C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\ VisualStudio Interactive Window (by Microsoft) v2.8.0.6281002 1F42C6D0-F876-4AF0-8185-1BEB0A325BB2 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\INTERACTIVEWINDOW\ GettingStartedTemplatesResources (by Microsoft) v15.8.0.6311901 Microsoft.VisualStudio.Templates.GetStarted.Resources C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\GETTINGSTARTEDTEMPLATES\RESOURCES\ Microsoft.VisualStudio.ExtensionManager.ServiceModule (by Microsoft) v15.9.3041.3852 Microsoft.VisualStudio.ExtensionManager.ServiceModule C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXTENSIONMANAGER\SERVICEMODULE\ Microsoft Visual Studio Editor (by Microsoft Corporation) v14.0 Microsoft.VisualStudio.ErrorListPkg C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ERRORLIST\ editorconfig Wizard (by Microsoft) v15.8.0.6322802 Microsoft.VisualStudio.Templates.Editorconfig.Wizard.Setup C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITORCONFIG\WIZARD\ Microsoft Visual Studio Editor (by Microsoft Corporation) v10.0 Microsoft.VisualStudio.Editor C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\ Visual Studio Diff (by Microsoft Corporation) v2.0 8de3f279-5341-44b9-afd8-f429920df4ae C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\ Expression Blend (by Microsoft) v1.0 Microsoft.VisualStudio.DesignTools.XamlDesignerHost C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DESIGNTOOLS\ Microsoft Visual Studio CodingConventions (by Microsoft Corporation) v10.0 Microsoft.VisualStudio.CodingConventions C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODINGCONVENTIONS\ CodeAnalysis (by Microsoft Corporation) v15.0 Microsoft.VisualStudio.CodeAnalysis C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\ Client Diagnostics (by Microsoft) v15.0 ClientDiagnostics..ac2d8bbe-fced-4277-8f61-24cecafa06b6 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CLIENTDIAGNOSTICS\ Application Responsiveness (by Microsoft) v15.0 AppResponsiveness..D57E4960-6C0D-4336-AFEF-CB2FAD5E97AD C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CLIENTDIAGNOSTICS\APPRESPONSIVENESS\ Microsoft BI Shared Components for Visual Studio (by Microsoft) v5.0.3 BAB64743-DA65-4501-B3A3-A73171C73D77 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BISHARED\ Solution Provider (by Microsoft) v11.0 Microsoft.VisualStudio.Progression.VSProvider C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\ C# Provider (by Microsoft) v11.0 Microsoft.VisualStudio.Progression.LanguageService.ManagedProvider C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\MANAGEDPROVIDER\ GraphProviderPackage (by Microsoft) v11.0 5F2E5E42-4192-4D79-A0D8-1D881E808829 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHPROVIDERPACKAGE\ Microsoft Visual Studio DataDesign (by Microsoft Corporation) v11.0 Microsoft.VisualStudio.DataDesign C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\ Microsoft Reporting Services Projects (by Microsoft) v2.5.7 717ad572-c4b7-435c-c166-c2969777f718 C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\PROFESSIONAL\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\SSRS\ BI Developer Extensions for Visual Studio 2017 (by bideveloperextensions.github.io) v2.3.1 BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873 https://bideveloperextensions.github.io/ C:\USERS\PALANDRI\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_1FA93468\EXTENSIONS\VE4FA1AM.2RO\

15:39:02 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:02 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 40.8905ms 15:39:02 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:02 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 40.8903ms 15:39:02 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:02 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 45.8772ms 15:39:02 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:03 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 40.8903ms 15:39:03 DEBUG Found 348 types 15:39:03 VERBOSE Skipping Plugin: PCDimNaturalizerPlugin 15:39:03 VERBOSE Loading Plugin: VersionCheckPlugin 15:39:03 VERBOSE Skipping Plugin: AggregationManagerPlugin 15:39:03 VERBOSE Skipping Plugin: DataTypeDiscrepancyCheckPlugin 15:39:03 VERBOSE Skipping Plugin: DeployAggDesignsPlugin 15:39:03 VERBOSE Skipping Plugin: DimensionHealthCheckPlugin 15:39:03 VERBOSE Skipping Plugin: DimensionOptimizationReportPlugin 15:39:03 VERBOSE Skipping Plugin: MeasureGroupHealthCheckPlugin 15:39:03 VERBOSE Skipping Plugin: SyncDescriptionsPlugin 15:39:03 VERBOSE Skipping Plugin: TabularActionsEditorPlugin 15:39:03 VERBOSE Skipping Plugin: TabularAnnotationWorkaroundPlugin 15:39:03 VERBOSE Skipping Plugin: TabularHideMemberIfPlugin 15:39:03 VERBOSE Skipping Plugin: TabularPreBuildPlugin 15:39:03 VERBOSE Skipping Plugin: TabularDeployDatabasePlugin 15:39:03 VERBOSE Skipping Plugin: TriStatePerspectivesPlugin 15:39:03 VERBOSE Loading Plugin: SmartDiffPlugin 15:39:03 VERBOSE Loading Plugin: DeleteDatasetCachePlugin 15:39:03 VERBOSE Loading Plugin: UsedDatasetsPlugin 15:39:03 VERBOSE Loading Plugin: UnusedDatasetsPlugin 15:39:03 VERBOSE Loading Plugin: AutoSortProjectFilesPlugin 15:39:03 VERBOSE Loading Plugin: BatchPropertyUpdatePlugin 15:39:03 VERBOSE Loading Plugin: DeployPackagesPlugin 15:39:03 VERBOSE Loading Plugin: DesignPracticesPlugin 15:39:03 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:03 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 40.8918ms 15:39:03 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:03 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 40.8892ms 15:39:03 DEBUG AssemblyResolve: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 15:39:03 DEBUG AssemblyResolveFail: Microsoft.AnalysisServices.Common.FrontEnd, Version=15.2.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 in 41.8888ms 15:39:03 VERBOSE Loading Plugin: dtsConfigFormatterPlugin 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase OnEnable fired 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase HookWindowActivation fired (dtsConfigFormatterPlugin) 15:39:03 VERBOSE Loading Plugin: ExpressionHighlighterPlugin 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase OnEnable fired 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase HookWindowActivation fired (ExpressionHighlighterPlugin) 15:39:03 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:03 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=Null 15:39:03 DEBUG ExpressionHighlighterPlugin constructing 15:39:03 VERBOSE Loading Plugin: ExpressionListPlugin 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase OnEnable fired 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase HookWindowActivation fired (ExpressionListPlugin) 15:39:03 VERBOSE Loading Plugin: FixedWidthColumnsPlugin 15:39:03 VERBOSE Loading Plugin: ParametersWindowPlugin 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase OnEnable fired 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase HookWindowActivation fired (ParametersWindowPlugin) 15:39:03 VERBOSE Loading Plugin: PerformanceVisualizationPlugin 15:39:03 VERBOSE Loading Plugin: PipelineComponentPerformanceBreakdownPlugin 15:39:03 VERBOSE Loading Plugin: RelativePathsPlugin 15:39:03 VERBOSE Loading Plugin: ResetGuidsPlugin 15:39:03 VERBOSE Loading Plugin: SortablePackagePropertiesPlugin 15:39:03 VERBOSE Loading Plugin: SortProjectFilesPlugin 15:39:03 VERBOSE Loading Plugin: VariablesWindowPlugin 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase OnEnable fired 15:39:03 DEBUG BIDSHelperWindowActivatedPluginBase HookWindowActivation fired (VariablesWindowPlugin) 15:39:03 VERBOSE Loading Plugin: BimlAddNewFilePlugin 15:39:03 VERBOSE Loading Plugin: BimlCheckForErrorsPlugin 15:39:03 VERBOSE Loading Plugin: BimlExpandPlugin 15:39:03 VERBOSE Loading Plugin: HelpWithBimlPlugin 15:39:03 VERBOSE Skipping Plugin: AttributeRelationshipNameFixPlugin 15:39:03 VERBOSE Skipping Plugin: CalcHelpersPlugin 15:39:03 VERBOSE Skipping Plugin: DeleteUnusedIndexesPlugin 15:39:03 VERBOSE Skipping Plugin: DeployMdxScriptPlugin 15:39:03 VERBOSE Skipping Plugin: DeployPerspectivesPlugin 15:39:03 VERBOSE Skipping Plugin: DuplicateRole 15:39:03 VERBOSE Skipping Plugin: EstimatedCountsPlugin 15:39:03 VERBOSE Skipping Plugin: ExtraPropertiesPlugin 15:39:03 VERBOSE Skipping Plugin: M2MMatrixCompressionPlugin 15:39:03 VERBOSE Loading Plugin: NonDefaultPropertiesPlugin 15:39:03 VERBOSE Skipping Plugin: PrinterFriendlyDimensionUsagePlugin 15:39:03 VERBOSE Skipping Plugin: RolesReportPlugin 15:39:03 VERBOSE Skipping Plugin: TabularDisplayFolderPlugin 15:39:03 VERBOSE Skipping Plugin: TabularSyncDescriptionsPlugin 15:39:03 VERBOSE Skipping Plugin: TabularTranslationsEditorPlugin 15:39:03 VERBOSE Skipping Plugin: UnusedColumnsPlugin 15:39:03 VERBOSE Skipping Plugin: UsedColumnsPlugin 15:39:03 VERBOSE Skipping Plugin: VisualizeAttributeLatticePlugin 15:39:08 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:08 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:09 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:09 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:09 DEBUG ExpressionHighlighter Scanning Connection: Flat File Connection Manager 15:39:09 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:39:09 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:09 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:39:09 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:39:09 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:39:09 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:39:09 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:39:09 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:39:09 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:39:09 DEBUG ExpressionHighlighter StartToDosThread enter 15:39:16 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:16 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:17 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:17 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:18 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:18 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:18 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:39:18 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:39:18 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:18 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:39:18 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:39:18 DEBUG ExpressionHighlighter scanning task: a617ca1c4ff94e8f86a75d1acb8f763c 15:39:18 DEBUG ExpressionHighlighter scanning task: 4122436383fc48d5b26aed5525b8ff6c 15:39:18 DEBUG ExpressionHighlighter scanning task: 36850e73221d4f93b61e623bd6a43a99 15:39:18 DEBUG ExpressionHighlighter scanning task: ba8600ea0214411a9162ce2d8fb12177 15:39:18 DEBUG ExpressionHighlighter scanning task: 5a51b5968fe6497290cb50e3bf147c98 15:39:18 DEBUG ExpressionHighlighter scanning task: e6759ef7f3374c58a634ca31b46eabe5 15:39:18 DEBUG ExpressionHighlighter scanning task: 407e1fe46b8445b39a546c137ffb3608 15:39:18 DEBUG ExpressionHighlighter scanning task: fb6483cab5984d568be540fe9c1f0e74 15:39:18 DEBUG ExpressionHighlighter scanning task: fc5f46d0c4324e71ab24902d9a425394 15:39:18 DEBUG ExpressionHighlighter scanning task: cdc616e5569443dabf8d4c993239ebfa 15:39:18 DEBUG ExpressionHighlighter scanning task: 7b2fa94c7f074b16a242746b0450be13 15:39:18 DEBUG ExpressionHighlighter scanning task: c4c393f082ef4102a25bdffb7518915e 15:39:18 DEBUG ExpressionHighlighter scanning task: 0ef2a0de82b143e7a1f978274c08b4a4 15:39:18 DEBUG ExpressionHighlighter scanning task: 1206bb8aa627490fa4f9d288ed3f9b3e 15:39:18 DEBUG ExpressionHighlighter scanning task: 511d584b0f794c5b9a49d6556457f2b0 15:39:18 DEBUG ExpressionHighlighter scanning task: 04967fe20f5c408ea947e264f6eba981 15:39:18 DEBUG ExpressionHighlighter scanning task: eb9ffc7bb7f04b0eb990aec7db7229b9 15:39:18 DEBUG ExpressionHighlighter scanning task: 7f8c310634e749bf89ed19306a444856 15:39:18 DEBUG ExpressionHighlighter scanning task: 36b9cc5d9e254380b9760ff9a1700585 15:39:18 DEBUG ExpressionHighlighter scanning task: b4b5a112245546d2b800fdc50f9895f9 15:39:18 DEBUG ExpressionHighlighter scanning task: 92daa811e08c4c07aa38007dad25df8c 15:39:18 DEBUG ExpressionHighlighter scanning task: 7c4dc607b8c64f3b8e8953f949464d49 15:39:18 DEBUG ExpressionHighlighter StartToDosThread enter 15:39:22 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:22 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:22 DEBUG ExpressionHighlighter Scanning Connection: Flat File Connection Manager 15:39:22 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:39:22 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:22 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:39:22 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:39:22 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:39:22 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:39:22 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:39:22 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:39:22 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:39:22 DEBUG ExpressionHighlighter StartToDosThread enter 15:39:32 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:32 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:32 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:39:32 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:39:32 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:32 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:39:32 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:39:32 DEBUG ExpressionHighlighter scanning task: a617ca1c4ff94e8f86a75d1acb8f763c 15:39:32 DEBUG ExpressionHighlighter scanning task: 4122436383fc48d5b26aed5525b8ff6c 15:39:32 DEBUG ExpressionHighlighter scanning task: 36850e73221d4f93b61e623bd6a43a99 15:39:32 DEBUG ExpressionHighlighter scanning task: ba8600ea0214411a9162ce2d8fb12177 15:39:32 DEBUG ExpressionHighlighter scanning task: 5a51b5968fe6497290cb50e3bf147c98 15:39:32 DEBUG ExpressionHighlighter scanning task: e6759ef7f3374c58a634ca31b46eabe5 15:39:32 DEBUG ExpressionHighlighter scanning task: 407e1fe46b8445b39a546c137ffb3608 15:39:32 DEBUG ExpressionHighlighter scanning task: fb6483cab5984d568be540fe9c1f0e74 15:39:32 DEBUG ExpressionHighlighter scanning task: fc5f46d0c4324e71ab24902d9a425394 15:39:32 DEBUG ExpressionHighlighter scanning task: cdc616e5569443dabf8d4c993239ebfa 15:39:32 DEBUG ExpressionHighlighter scanning task: 7b2fa94c7f074b16a242746b0450be13 15:39:32 DEBUG ExpressionHighlighter scanning task: c4c393f082ef4102a25bdffb7518915e 15:39:32 DEBUG ExpressionHighlighter scanning task: 0ef2a0de82b143e7a1f978274c08b4a4 15:39:32 DEBUG ExpressionHighlighter scanning task: 1206bb8aa627490fa4f9d288ed3f9b3e 15:39:32 DEBUG ExpressionHighlighter scanning task: 511d584b0f794c5b9a49d6556457f2b0 15:39:32 DEBUG ExpressionHighlighter scanning task: 04967fe20f5c408ea947e264f6eba981 15:39:32 DEBUG ExpressionHighlighter scanning task: eb9ffc7bb7f04b0eb990aec7db7229b9 15:39:32 DEBUG ExpressionHighlighter scanning task: 7f8c310634e749bf89ed19306a444856 15:39:32 DEBUG ExpressionHighlighter scanning task: 36b9cc5d9e254380b9760ff9a1700585 15:39:32 DEBUG ExpressionHighlighter scanning task: b4b5a112245546d2b800fdc50f9895f9 15:39:32 DEBUG ExpressionHighlighter scanning task: 92daa811e08c4c07aa38007dad25df8c 15:39:32 DEBUG ExpressionHighlighter scanning task: 7c4dc607b8c64f3b8e8953f949464d49 15:39:32 DEBUG ExpressionHighlighter StartToDosThread enter 15:39:34 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:39:34 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:39:34 DEBUG ExpressionHighlighter Scanning Connection: Flat File Connection Manager 15:39:34 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:39:34 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:34 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:39:34 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:39:34 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:39:34 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:39:34 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:39:34 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:39:34 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:39:34 DEBUG ExpressionHighlighter StartToDosThread enter 15:39:50 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:39:50 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:39:50 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:39:50 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:39:50 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:39:50 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:39:50 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:39:50 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:39:50 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:39:50 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:39:50 DEBUG ExpressionHighlighter StartToDosThread enter 15:40:08 VERBOSE Calling virtual ShouldDisplayCommand to see if we should be displaying this command FixedWidthColumnsPlugin 15:40:09 VERBOSE Calling virtual ShouldDisplayCommand to see if we should be displaying this command FixedWidthColumnsPlugin 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:40:13 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:40:13 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:40:13 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:40:13 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:40:13 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:40:13 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:40:13 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:40:13 DEBUG ExpressionHighlighter StartToDosThread enter 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:40:13 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:40:13 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:40:13 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:40:13 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:40:13 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:40:13 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:40:13 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:40:13 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:40:13 DEBUG ExpressionHighlighter StartToDosThread enter 15:40:13 VERBOSE Calling virtual ShouldDisplayCommand to see if we should be displaying this command FixedWidthColumnsPlugin 15:41:20 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:41:20 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:41:34 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:41:34 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:10 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:10 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:14 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:14 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:16 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:16 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:19 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:19 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:23 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:23 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:43:23 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:43:23 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:43:23 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:43:23 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:43:23 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:43:23 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:43:23 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:43:23 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:43:23 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:43:23 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:43:23 DEBUG ExpressionHighlighter StartToDosThread enter 15:43:33 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:43:33 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:44:36 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:44:36 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:44:42 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:44:42 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:44:42 DEBUG ExpressionHighlighter Scanning Connection: ELPA21_MISSING_STU_EXCEPTIONS 15:44:42 DEBUG ExpressionHighlighter Scanning Connection: ELPA21_RAW_CSV_FILE 15:44:42 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:44:42 DEBUG ExpressionHighlighter scanning task: f9d801d58d804145902f2f655de94e56 15:44:42 DEBUG ExpressionHighlighter scanning task: 83df1247792843fb9e946490ff375b0d 15:44:42 DEBUG ExpressionHighlighter scanning task: d1780e3fd1944434928fae5ee15f2ba3 15:44:42 DEBUG ExpressionHighlighter scanning task: d5ca515ba70f41bf823ba567d2646389 15:44:42 DEBUG ExpressionHighlighter scanning task: f7d91f182a1e4982a643d4aa8db73e0e 15:44:42 DEBUG ExpressionHighlighter scanning task: 6fb2711755224b7d8bdccfe7c2dce535 15:44:42 DEBUG ExpressionHighlighter scanning task: dd7d359845104d74a5ad6511e54d37cf 15:44:42 DEBUG ExpressionHighlighter scanning task: 624f13c16c0a4b80a3bac86599ac0219 15:44:42 DEBUG ExpressionHighlighter scanning task: 0f188f5633e244ce96d3be3c3e4cfff5 15:44:42 DEBUG ExpressionHighlighter scanning task: 241675a70da346dcabcf89ea0d53238f 15:44:42 DEBUG ExpressionHighlighter scanning task: 533aaf4c1fc14ebe8a7c37ec296d6b93 15:44:42 DEBUG ExpressionHighlighter scanning task: ff14431fa75d474e9ea30fa95a6ded10 15:44:42 DEBUG ExpressionHighlighter scanning task: f126a176608241b79e9964a41fc4559d 15:44:42 DEBUG ExpressionHighlighter scanning task: c47c5101a03749cb8e8d7ae814ba5b99 15:44:42 DEBUG ExpressionHighlighter scanning task: e0363e3f7afa4a969ea3d2b2281ed451 15:44:42 DEBUG ExpressionHighlighter scanning task: bc5f6c16ea264d978a32fb82e58a7b59 15:44:42 DEBUG ExpressionHighlighter scanning task: b48fac61b22f4d9798824d325b691350 15:44:42 DEBUG ExpressionHighlighter scanning task: 2bca87ba15f54f65adbb4dd3df75da98 15:44:42 DEBUG ExpressionHighlighter scanning task: 7f20409437874a62a462d1039f705737 15:44:42 DEBUG ExpressionHighlighter scanning task: 22ff2e06948c45c9b279e7dac13eed06 15:44:42 DEBUG ExpressionHighlighter scanning task: 121705beea5e4d27b53c38c8ca23d697 15:44:42 DEBUG ExpressionHighlighter scanning task: d3a7975afd88462da7a2193dd53c54bb 15:44:42 DEBUG ExpressionHighlighter StartToDosThread enter 15:44:49 DEBUG ExpressionHighlighterPlugin.OnWindowClosing 15:44:49 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:44:49 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=Null 15:44:49 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:44:49 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:44:49 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:44:49 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:44:49 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:44:49 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:44:49 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:44:49 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:44:49 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:44:49 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:44:49 DEBUG ExpressionHighlighter StartToDosThread enter 15:44:55 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:44:55 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:45:54 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:45:54 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:45:54 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:45:54 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:45:54 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:45:54 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:45:54 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:45:54 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:45:54 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:45:54 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:45:54 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:45:54 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:45:54 DEBUG ExpressionHighlighter StartToDosThread enter 15:46:29 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:46:29 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:47:13 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:47:13 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:47:13 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:47:13 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:47:13 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:47:13 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:47:13 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:47:13 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:47:13 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:47:13 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:47:13 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:47:13 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:47:13 DEBUG ExpressionHighlighter StartToDosThread enter 15:48:16 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:48:16 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:48:16 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:48:16 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:48:16 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:48:16 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:48:16 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:48:16 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:48:16 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:48:16 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:48:16 DEBUG ExpressionHighlighter StartToDosThread enter 15:48:22 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:48:22 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:49:45 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:49:45 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:49:45 DEBUG ExpressionHighlighter Scanning Connection: ActTestfile 15:49:45 DEBUG ExpressionHighlighter Scanning Connection: Pkg_VS2017_Child_Package_Template 15:49:45 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:49:45 DEBUG ExpressionHighlighter scanning task: 192dde22ee0845fb940d78cd5b871ac6 15:49:45 DEBUG ExpressionHighlighter scanning task: 81c310da50a94d11bf58b297b665dd92 15:49:45 DEBUG ExpressionHighlighter scanning task: 2cc5e41deec64ee0aebdb84e0ba33e5a 15:49:45 DEBUG ExpressionHighlighter scanning task: fd3e35bc13bd47c4934f6b2d388eed7a 15:49:45 DEBUG ExpressionHighlighter scanning task: 3c6e3ba4277f4eedad44712646dc01fd 15:49:45 DEBUG ExpressionHighlighter scanning task: 7c5ddc56ae71486f8f33da921cfaf7a4 15:49:45 DEBUG ExpressionHighlighter scanning task: 297f2f24e5aa4ae385c5c6448149d88f 15:49:45 DEBUG ExpressionHighlighter StartToDosThread enter 15:49:48 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:49:48 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:01 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:01 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:05 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:05 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:05 DEBUG ExpressionHighlighter Scanning Connection: ELPA21_MISSING_STU_EXCEPTIONS 15:51:05 DEBUG ExpressionHighlighter Scanning Connection: ELPA21_RAW_CSV_FILE 15:51:05 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:51:05 DEBUG ExpressionHighlighter scanning task: 0f19bf2714f9478ab1368ea08d28722e 15:51:05 DEBUG ExpressionHighlighter scanning task: 59714b81df864168ad95a3af789ad7c7 15:51:05 DEBUG ExpressionHighlighter scanning task: ac481d1c059d478e9760b4d3a0fbeb4f 15:51:05 DEBUG ExpressionHighlighter scanning task: ee67a675927448c5abb50519488042a2 15:51:05 DEBUG ExpressionHighlighter scanning task: d21c66941c324df2a3c473c6c9ec7e27 15:51:05 DEBUG ExpressionHighlighter scanning task: dda5b84642db4cca8719bc7601b7434c 15:51:05 DEBUG ExpressionHighlighter scanning task: 7272aa5964734066a5a7aa3a4146533e 15:51:05 DEBUG ExpressionHighlighter scanning task: c13eb5dc98f84bdaac54e018cf27b2bf 15:51:05 DEBUG ExpressionHighlighter scanning task: 1239dca413a54d5498e70f2f7b0fff71 15:51:05 DEBUG ExpressionHighlighter scanning task: 6700bdc6639742c1a6533b18a54a9633 15:51:05 DEBUG ExpressionHighlighter scanning task: d93cdd03ec154405ad09735c66cd1f10 15:51:05 DEBUG ExpressionHighlighter scanning task: afa10157c2c84ff8a47c3dc1eed382b5 15:51:05 DEBUG ExpressionHighlighter scanning task: ebde1dee4f154bebb6a0084c43f092e9 15:51:05 DEBUG ExpressionHighlighter scanning task: 77bb0e9bbe6b4ed7acaa7ba93499998c 15:51:05 DEBUG ExpressionHighlighter scanning task: 78ab6ecdbadf4681b798f47ed3fd0ebe 15:51:05 DEBUG ExpressionHighlighter scanning task: 66184c1c3fcc43f09d5aa27b4781f306 15:51:05 DEBUG ExpressionHighlighter scanning task: 37a39a650b944684b67543f3a0a83eab 15:51:05 DEBUG ExpressionHighlighter scanning task: ea3ee744bd7c49389aa373e06a597997 15:51:05 DEBUG ExpressionHighlighter scanning task: 823f898d8ffa4da1b64574000951850c 15:51:05 DEBUG ExpressionHighlighter scanning task: 05cd9cca4acd4cf9a5bb5133801d1484 15:51:05 DEBUG ExpressionHighlighter scanning task: 5b0cd02f8837450dad5c9c20977bc57b 15:51:05 DEBUG ExpressionHighlighter scanning task: aaaf012bd446444f83efca61d3263c08 15:51:05 DEBUG ExpressionHighlighter StartToDosThread enter 15:51:24 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:24 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:27 DEBUG ExpressionHighlighterPlugin.OnWindowClosing 15:51:28 DEBUG ExpressionHighlighterPlugin.OnWindowClosing 15:51:30 DEBUG ExpressionHighlighterPlugin.OnWindowClosing 15:51:33 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:33 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:36 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:36 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:51:36 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:51:36 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:51:36 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:51:36 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:51:36 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:51:36 DEBUG ExpressionHighlighter scanning task: 17dc826476b74f20be4f66d2df4ca837 15:51:36 DEBUG ExpressionHighlighter scanning task: 0bdfc8e0c6d24933a907088e0af0dd25 15:51:36 DEBUG ExpressionHighlighter scanning task: 50348df108714010af939578249ac21e 15:51:36 DEBUG ExpressionHighlighter scanning task: 82e1bce863104433954e24d689337c25 15:51:36 DEBUG ExpressionHighlighter scanning task: 68e80e1028d94ab5883e55a62d248b2a 15:51:36 DEBUG ExpressionHighlighter scanning task: 98c5c74351c14b6caa1aad1f3bec486b 15:51:36 DEBUG ExpressionHighlighter scanning task: 1a3eaacb50a34345912c6dce7e8e04c6 15:51:36 DEBUG ExpressionHighlighter scanning task: 8dc9059832dd4b5889a035a497476d13 15:51:36 DEBUG ExpressionHighlighter scanning task: 7a6d5aa033974d71b3c3dbdc07121766 15:51:36 DEBUG ExpressionHighlighter scanning task: 491d571ace964624a37a688243a344f0 15:51:36 DEBUG ExpressionHighlighter scanning task: ff4513217bcc475791dcaa7f8d230c03 15:51:36 DEBUG ExpressionHighlighter scanning task: edc73b427f7044cba7f65f5769121c73 15:51:36 DEBUG ExpressionHighlighter scanning task: 2dbf48c7f8a149ce95436d8b2006a71e 15:51:36 DEBUG ExpressionHighlighter scanning task: 2d88f13888aa4ca7a8d80ae05eb2d80c 15:51:36 DEBUG ExpressionHighlighter scanning task: 08f62631d2f44ce2bb7796612f02193f 15:51:36 DEBUG ExpressionHighlighter scanning task: 70a3b825bf0b40508574c521101d1a55 15:51:36 DEBUG ExpressionHighlighter scanning task: 1813a27cc8624b86b96dccac53f7f577 15:51:36 DEBUG ExpressionHighlighter scanning task: 3c2183a6c3014ab5963d1bb1d06bece8 15:51:36 DEBUG ExpressionHighlighter scanning task: 15500e70ee77436c8182c4b226841af2 15:51:36 DEBUG ExpressionHighlighter scanning task: 7486f004ed1b43acb7076de0c421517e 15:51:36 DEBUG ExpressionHighlighter scanning task: aad8dfacea5645699874b17a96c74607 15:51:36 DEBUG ExpressionHighlighter scanning task: a4d7a5d6b67649f89890ab0c6e7bd106 15:51:36 DEBUG ExpressionHighlighter StartToDosThread enter 15:51:37 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:51:37 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:52:47 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:52:47 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:52:47 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:52:47 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:52:47 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:52:47 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:52:47 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:52:47 DEBUG ExpressionHighlighter scanning task: 17dc826476b74f20be4f66d2df4ca837 15:52:47 DEBUG ExpressionHighlighter scanning task: 0bdfc8e0c6d24933a907088e0af0dd25 15:52:47 DEBUG ExpressionHighlighter scanning task: 50348df108714010af939578249ac21e 15:52:47 DEBUG ExpressionHighlighter scanning task: 82e1bce863104433954e24d689337c25 15:52:47 DEBUG ExpressionHighlighter scanning task: 68e80e1028d94ab5883e55a62d248b2a 15:52:47 DEBUG ExpressionHighlighter scanning task: 98c5c74351c14b6caa1aad1f3bec486b 15:52:47 DEBUG ExpressionHighlighter scanning task: 1a3eaacb50a34345912c6dce7e8e04c6 15:52:47 DEBUG ExpressionHighlighter scanning task: 8dc9059832dd4b5889a035a497476d13 15:52:47 DEBUG ExpressionHighlighter scanning task: 7a6d5aa033974d71b3c3dbdc07121766 15:52:47 DEBUG ExpressionHighlighter scanning task: 491d571ace964624a37a688243a344f0 15:52:47 DEBUG ExpressionHighlighter scanning task: ff4513217bcc475791dcaa7f8d230c03 15:52:47 DEBUG ExpressionHighlighter scanning task: edc73b427f7044cba7f65f5769121c73 15:52:47 DEBUG ExpressionHighlighter scanning task: 2dbf48c7f8a149ce95436d8b2006a71e 15:52:47 DEBUG ExpressionHighlighter scanning task: 2d88f13888aa4ca7a8d80ae05eb2d80c 15:52:47 DEBUG ExpressionHighlighter scanning task: 08f62631d2f44ce2bb7796612f02193f 15:52:47 DEBUG ExpressionHighlighter scanning task: 70a3b825bf0b40508574c521101d1a55 15:52:47 DEBUG ExpressionHighlighter scanning task: 1813a27cc8624b86b96dccac53f7f577 15:52:47 DEBUG ExpressionHighlighter scanning task: 3c2183a6c3014ab5963d1bb1d06bece8 15:52:47 DEBUG ExpressionHighlighter scanning task: 15500e70ee77436c8182c4b226841af2 15:52:47 DEBUG ExpressionHighlighter scanning task: 7486f004ed1b43acb7076de0c421517e 15:52:47 DEBUG ExpressionHighlighter scanning task: aad8dfacea5645699874b17a96c74607 15:52:47 DEBUG ExpressionHighlighter scanning task: a4d7a5d6b67649f89890ab0c6e7bd106 15:52:47 DEBUG ExpressionHighlighter StartToDosThread enter 15:52:48 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:52:48 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:52:51 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:52:51 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:52:51 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:52:51 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:52:51 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:52:51 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:52:51 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:52:51 DEBUG ExpressionHighlighter scanning task: 17dc826476b74f20be4f66d2df4ca837 15:52:51 DEBUG ExpressionHighlighter scanning task: 0bdfc8e0c6d24933a907088e0af0dd25 15:52:51 DEBUG ExpressionHighlighter scanning task: 50348df108714010af939578249ac21e 15:52:51 DEBUG ExpressionHighlighter scanning task: 82e1bce863104433954e24d689337c25 15:52:51 DEBUG ExpressionHighlighter scanning task: 68e80e1028d94ab5883e55a62d248b2a 15:52:51 DEBUG ExpressionHighlighter scanning task: 98c5c74351c14b6caa1aad1f3bec486b 15:52:51 DEBUG ExpressionHighlighter scanning task: 1a3eaacb50a34345912c6dce7e8e04c6 15:52:51 DEBUG ExpressionHighlighter scanning task: 8dc9059832dd4b5889a035a497476d13 15:52:51 DEBUG ExpressionHighlighter scanning task: 7a6d5aa033974d71b3c3dbdc07121766 15:52:51 DEBUG ExpressionHighlighter scanning task: 491d571ace964624a37a688243a344f0 15:52:51 DEBUG ExpressionHighlighter scanning task: ff4513217bcc475791dcaa7f8d230c03 15:52:51 DEBUG ExpressionHighlighter scanning task: edc73b427f7044cba7f65f5769121c73 15:52:51 DEBUG ExpressionHighlighter scanning task: 2dbf48c7f8a149ce95436d8b2006a71e 15:52:51 DEBUG ExpressionHighlighter scanning task: 2d88f13888aa4ca7a8d80ae05eb2d80c 15:52:51 DEBUG ExpressionHighlighter scanning task: 08f62631d2f44ce2bb7796612f02193f 15:52:51 DEBUG ExpressionHighlighter scanning task: 70a3b825bf0b40508574c521101d1a55 15:52:51 DEBUG ExpressionHighlighter scanning task: 1813a27cc8624b86b96dccac53f7f577 15:52:51 DEBUG ExpressionHighlighter scanning task: 3c2183a6c3014ab5963d1bb1d06bece8 15:52:51 DEBUG ExpressionHighlighter scanning task: 15500e70ee77436c8182c4b226841af2 15:52:51 DEBUG ExpressionHighlighter scanning task: 7486f004ed1b43acb7076de0c421517e 15:52:51 DEBUG ExpressionHighlighter scanning task: aad8dfacea5645699874b17a96c74607 15:52:51 DEBUG ExpressionHighlighter scanning task: a4d7a5d6b67649f89890ab0c6e7bd106 15:52:51 DEBUG ExpressionHighlighter StartToDosThread enter 15:53:12 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:53:12 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:53:14 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:53:14 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:53:14 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:53:14 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:53:14 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:53:14 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:53:14 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:53:14 DEBUG ExpressionHighlighter scanning task: 17dc826476b74f20be4f66d2df4ca837 15:53:14 DEBUG ExpressionHighlighter scanning task: 0bdfc8e0c6d24933a907088e0af0dd25 15:53:14 DEBUG ExpressionHighlighter scanning task: 50348df108714010af939578249ac21e 15:53:14 DEBUG ExpressionHighlighter scanning task: 82e1bce863104433954e24d689337c25 15:53:14 DEBUG ExpressionHighlighter scanning task: 68e80e1028d94ab5883e55a62d248b2a 15:53:14 DEBUG ExpressionHighlighter scanning task: 98c5c74351c14b6caa1aad1f3bec486b 15:53:14 DEBUG ExpressionHighlighter scanning task: 1a3eaacb50a34345912c6dce7e8e04c6 15:53:14 DEBUG ExpressionHighlighter scanning task: 8dc9059832dd4b5889a035a497476d13 15:53:14 DEBUG ExpressionHighlighter scanning task: 7a6d5aa033974d71b3c3dbdc07121766 15:53:14 DEBUG ExpressionHighlighter scanning task: 491d571ace964624a37a688243a344f0 15:53:14 DEBUG ExpressionHighlighter scanning task: ff4513217bcc475791dcaa7f8d230c03 15:53:14 DEBUG ExpressionHighlighter scanning task: edc73b427f7044cba7f65f5769121c73 15:53:14 DEBUG ExpressionHighlighter scanning task: 2dbf48c7f8a149ce95436d8b2006a71e 15:53:14 DEBUG ExpressionHighlighter scanning task: 2d88f13888aa4ca7a8d80ae05eb2d80c 15:53:14 DEBUG ExpressionHighlighter scanning task: 08f62631d2f44ce2bb7796612f02193f 15:53:14 DEBUG ExpressionHighlighter scanning task: 70a3b825bf0b40508574c521101d1a55 15:53:14 DEBUG ExpressionHighlighter scanning task: 1813a27cc8624b86b96dccac53f7f577 15:53:14 DEBUG ExpressionHighlighter scanning task: 3c2183a6c3014ab5963d1bb1d06bece8 15:53:14 DEBUG ExpressionHighlighter scanning task: 15500e70ee77436c8182c4b226841af2 15:53:14 DEBUG ExpressionHighlighter scanning task: 7486f004ed1b43acb7076de0c421517e 15:53:14 DEBUG ExpressionHighlighter scanning task: aad8dfacea5645699874b17a96c74607 15:53:14 DEBUG ExpressionHighlighter scanning task: a4d7a5d6b67649f89890ab0c6e7bd106 15:53:14 DEBUG ExpressionHighlighter StartToDosThread enter 15:54:28 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:54:28 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:54:43 DEBUG ExpressionHighlighterPlugin OnWindowActivated fired 15:54:43 DEBUG OnWindowActivated: GotFocus=NotNull LostFocus=NotNull 15:54:43 DEBUG ExpressionHighlighter Scanning Connection: AdoSynergyDB 15:54:43 DEBUG ExpressionHighlighter Scanning Connection: Pkg_UpdateStudentTestTables 15:54:43 DEBUG ExpressionHighlighter Scanning Connection: SynergyDB 15:54:43 DEBUG ExpressionHighlighter Scanning Connection: Unmatched_Students 15:54:43 DEBUG ExpressionHighlighter Scanning Connection: WorkKeysTestFile 15:54:43 DEBUG ExpressionHighlighter scanning task: 17dc826476b74f20be4f66d2df4ca837 15:54:43 DEBUG ExpressionHighlighter scanning task: 0bdfc8e0c6d24933a907088e0af0dd25 15:54:43 DEBUG ExpressionHighlighter scanning task: 50348df108714010af939578249ac21e 15:54:43 DEBUG ExpressionHighlighter scanning task: 82e1bce863104433954e24d689337c25 15:54:43 DEBUG ExpressionHighlighter scanning task: 68e80e1028d94ab5883e55a62d248b2a 15:54:43 DEBUG ExpressionHighlighter scanning task: 98c5c74351c14b6caa1aad1f3bec486b 15:54:43 DEBUG ExpressionHighlighter scanning task: 1a3eaacb50a34345912c6dce7e8e04c6 15:54:43 DEBUG ExpressionHighlighter scanning task: 8dc9059832dd4b5889a035a497476d13 15:54:43 DEBUG ExpressionHighlighter scanning task: 7a6d5aa033974d71b3c3dbdc07121766 15:54:43 DEBUG ExpressionHighlighter scanning task: 491d571ace964624a37a688243a344f0 15:54:43 DEBUG ExpressionHighlighter scanning task: ff4513217bcc475791dcaa7f8d230c03 15:54:43 DEBUG ExpressionHighlighter scanning task: edc73b427f7044cba7f65f5769121c73 15:54:43 DEBUG ExpressionHighlighter scanning task: 2dbf48c7f8a149ce95436d8b2006a71e 15:54:43 DEBUG ExpressionHighlighter scanning task: 2d88f13888aa4ca7a8d80ae05eb2d80c 15:54:43 DEBUG ExpressionHighlighter scanning task: 08f62631d2f44ce2bb7796612f02193f 15:54:43 DEBUG ExpressionHighlighter scanning task: 70a3b825bf0b40508574c521101d1a55 15:54:43 DEBUG ExpressionHighlighter scanning task: 1813a27cc8624b86b96dccac53f7f577 15:54:43 DEBUG Expre

furmangg commented 5 years ago

Can you try again on the image?

JornJorCon commented 5 years ago

This is my error when trying to open properties of an SSIS project. Worked fine until a few hours ago. (I guess when the updated version was installed automatically...)



Object reference not set to an instance of an object.

at BIDSHelper.SSIS.DeployPackagesPlugin.cmdButtonProperties_Click(CommandBarButton Ctrl, Boolean& CancelDefault) in C:\projects\BIDS Helper\GitHub\bideveloperextensions\SSIS\DeployPackagesPlugin.cs:line 515

OK

furmangg commented 5 years ago

@jornjorcon please start a new issue if you could and include a screenshot of the Tools... BIDS Helper... Version tab. If it asks you to upgrade versions can you do that? I don’t have any reason to believe your issue is the same.

Thanks for the stack trace. I will fix that object reference not found error.

mpalandri commented 5 years ago

OK, it'll be inline below, and also as an attachment:

Mike .

----- On Apr 30, 2019, at 6:36 AM, Greg Galloway notifications@github.com wrote:

Can you try again on the image?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

mpalandri commented 5 years ago

Due to the frequent error messagebox pop ups, I had disabled the extension in the VS | Tools | Extensions and Updates menu.

I needed to update the fixed width column layout for a flat file connection, so I re-enabled it. Now I cannot make that error messagebox pop up. I tried all the things that were making it pop up previously, which I listed in a previous email. Still no error messages.

So I uninstalled the debug version you sent me yesterday and installed the release version available from within the VS | Tools | Extensions and Updates menu.

Now this version does not produce the error.

Obviously something has changed, but I'm sorry that I can't tell you what. I'm working on a solution with seven projects and 14 packages, and I've made a few tweaks to a couple of them this morning, most c# changes in script tasks, but I added and deleted a couple packages as well.

Thought I should let you know.

Mike .

----- On Apr 30, 2019, at 7:08 AM, Greg Galloway notifications@github.com wrote:

@JornJorCon please start a new issue if you could and include a screenshot of the Tools... BIDS Helper... Version tab. If it asks you to upgrade versions can you do that? I don’t have any reason to believe your issue is the same.

Thanks for the stack trace. I will fix that object reference not found error.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

furmangg commented 5 years ago

@mpalandri if you look at https://github.com/BIDeveloperExtensions/bideveloperextensions/issues/63 your screenshot isn't showing. If you have a copy from when you reported it earlier, please do post so I can see whether this is a message box BI Developer Extensions is throwing or some built-in Visual Studio error message box.

I'm glad you can't repro it. The clue about it being a solution with multiple projects is helpful. We can do some further testing on that scenario. And once I see the message box we can look at ensuring that doesn't pop up but rather logs to the output window or something.

mpalandri commented 5 years ago

First screenshot of popup from yesterday: bids

Second screenshot from this morning:

bids1

mpalandri commented 5 years ago

Sorry about the screen shots, I had been replying via email, which evidently doesn't work for embedded or attached image files.

Here's a bit more info. (Just when I think I found a pattern, things change)

After removing the debug version you sent me an installing the release version I was able to work for 30 mins or so before the error messagebox popped up, then kept popping up frequently as I described yesterdy. At that point I was not aware of any action I had performed that started it popping up again.

At that point I removed the release version an reinstalled the debug version you sent me. Again, I was able to work for several minutes before the error message started popping up again.

After closing and reopening VS, it still kept popping up.

I disabled the extension, then reenabled it. No error messagebox popups at first, then I clicked the Variables tab. The message popped up immediately, and now keeps popping up frequently, as it did yesterday.

I closed and reopened VS, the error messagebox kept popping up frequently.

To summarize:

After the extension is installed or reactivated after a deactivation, the error generally* does not occur until the Variables window is clicked.

After the error messagebox pops up the first time, it will continue to do so frequently, even if VS is closed and restarted.

Clicking on a task in the control flow seems to stop it popping up until I click in an open space in Solution explorer or on the control flow design surface.

furmangg commented 5 years ago

@mpalandri please uninstall BI Developer Extensions and install the following debug build. I believe I have the issue fixed. Please let me know if the Variables Window Extensions (a) doesn't crash and (b) functions properly where you can see the BI Developer Extensions buttons added to the toolbar at the top of that variables pane.

Edit: Beta build removed since it's not the latest

mpalandri commented 5 years ago

I've got it installed and run through all the actions that caused problems in the previous versions, and so far so good.

My work for the next couple days is in another area, and I'll be out of the office for while after that, but I will let you know if/when I experience further issues.

Thank you for your work on this extension.

Mike .

----- On May 1, 2019, at 7:58 AM, Greg Galloway notifications@github.com wrote:

@mpalandri please uninstall BI Developer Extensions and install the following debug build. I believe I have the issue fixed. Please let me know if the Variables Window Extensions (a) doesn't crash and (b) functions properly where you can see the BI Developer Extensions buttons added to the toolbar at the top of that variables pane.

BI.Developer.Extensions.2.3.1_patchedv2.for.VS2017.vsix.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

furmangg commented 5 years ago

Release 2.3.2 includes this fix.