Giter Site home page Giter Site logo

ssms-executor's Introduction

SSMS Executor

SQL Server Management Studio (SSMS) extension for executing the current statement based on the cursor position.

If your script contains multiple statements, position the cursor within the desired statement and press ctrl+shift+e to execute it.

Documentation

Getting started guide

Known issues with workarounds

Release notes for released versions and daily builds

Downloads/builds

SQL Server Management Studio (SSMS) 16.x, 17.x and 18.x Extension

You can download the extension from the Releases section

SQL Server Management Studio (SSMS) 2012 AddIn

You can download the addin from the Releases section

ssms-executor's People

Contributors

devvcat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ssms-executor's Issues

Always performs F5

Great Idea but doesnt work for me. x86 Win7, SSMS 2014, installations was fine but hittin ctrl+shift+e always performs a F5 executing the whole script. Do you interpret the GO statement or you just interpret the current line?
I would prefer a ctrl-enter to run the current statement if you have to switch from oracle to microsoft.

Install not working for SSMS v18.4

Tried to install it using the installer and manually but the extension does not seem to be loaded.

My SSMS version is the following:
SQL Server Management Studio 15.0.18206.0
Microsoft Analysis Services Client Tools 15.0.1567.0
Microsoft Data Access Components (MDAC) 10.0.18362.1
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.18362.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 10.0.18363

Requirements for recompiling the project?

Hi there, this extension to MSSMS is promising, but with my version to be 18.12.x I'm hitting the hard space, as the shortcut is not available, respectively it triggers 'Resource View'.

reading the Known Issues -> Hardcoded key binding
I'd like to know what do I need to have to be able to recompile the project.
(I'm coming from Java background on POSIX systems, where if needed, I had all dev tools available, but on Windows, I'm getting lost).

Many thanks in advance.

Is there a way of installing this exenstion in a non-privileged location?

Many of my students are using a work computer where IT has the impression that you shouldn’t be allows to touch it.

As far as I can see, saving the unzipped extension in the Extensions folder required Admin privileges, which is a little like asking the Pope for the keys to the Vatican.

I have now idea how the SSMS extension mechanism works, but is there any chance of running this extension from another location, such as the user’s home directory?

SSMS-executor isn't working for v. 18.5

Hi @devvcat
I have SSMS v18.5 installed. I installed SSMS Executor using its *.exe. I found Execute Statement and Execute Inner Statement options under SSMS Tools menu. Also, I went through the process of assigning F9 to the Execute Statement option.

At this point, I'm experiencing a few issues:

  • default ctrl-shift-E key shortcut does not execute a single query when it's not highlighted (when the query is highlighted, it executes)
  • when Global F9 is assigned, the F9 key assignment is replaced by default ctrl-shift-E in the Tools menu option when query script window is open
  • F9 or ctrl-shift-E executes the whole script, not the current single query

Your help would be much appreciated. Also, uninstall instructions would be much appreciated. Thank you in advance.

Best,
Vlad

The extension fails when there is an error elsewhere on the page.

I have no idea what’s happening on the inside, but the extension doesn’t appear to be limited to the current statement. For example, when I have something like the following:

select;
select * from books;
select * from customers;

and try to run just the last statement (ctrl-shift-E) the error on the first line stops the last line from running.

Is this something that can be fixed?

SSMS 14 : Icon appears in toolbar, works but the shortcut doesn't work

Hi,
I'm using the alpha 2.0 as only this version works for me.
The functionnality works as expected, but the shortcut is not working. Moreover, when I hover on the icon, there's no shortcut assigned to it. I checked in the options and the Ctrl+Shift+E mapping isn't taken by another command so it should work properly.

Is this extension abandoned?

Is this extension abandoned? Will it be updated to work with the latest 17.x/18.x versions of SSMS?

Attached is the activity log with loading errors for extension on SSMSv17.9.1

ActivityLog.txt

Extension is disabled

After installation, this extension is disabled on tools menu, so i could not execute query with this extension. How can i solve this problem?

Not installable on MSSMS 2016

Hi, I took the latest release zip file, extracted it and run the SSMSExecute.vsix. However, the installation aborted on a

Microsoft SQL Server Management Studio      13.0.16106.4
Microsoft Analysis Services Client Tools    13.0.1700.441
Microsoft Data Access Components (MDAC)     6.3.9600.17415
Microsoft MSXML                             3.0 6.0
Microsoft Internet Explorer                 9.11.9600.18639
Microsoft .NET Framework                    4.0.30319.42000
Operating System                            6.3.9600

with the following error message:

02.05.2017 09:37:59 - Microsoft VSIX Installer
02.05.2017 09:37:59 - -------------------------------------------
02.05.2017 09:37:59 - Initializing Install...
02.05.2017 09:37:59 - Extension Details...
02.05.2017 09:37:59 - 	Identifier      : SSMSExecutor.17e8fa63-4183-460e-8840-f8b2293f545c
02.05.2017 09:37:59 - 	Name            : SSMS Executor
02.05.2017 09:37:59 - 	Author          : Stanislav Stoyanov
02.05.2017 09:37:59 - 	Version         : 1.0
02.05.2017 09:37:59 - 	Description     : SSMS Executor is a SQL Server Management Studio Add-in for executing the current statement, based on the cursor position.
02.05.2017 09:37:59 - 	Locale          : en-US
02.05.2017 09:37:59 - 	MoreInfoURL     : http://devvcat.com/
02.05.2017 09:37:59 - 	InstalledByMSI  : False
02.05.2017 09:37:59 - 	SupportedFrameworkVersionRange : [4.5,)
02.05.2017 09:37:59 - 
02.05.2017 09:37:59 - 	Supported Products : 
02.05.2017 09:37:59 - 		Microsoft.VisualStudio.Community
02.05.2017 09:37:59 - 			Version : [14.0,15.0]
02.05.2017 09:37:59 - 		Microsoft.VisualStudio.IntegratedShell
02.05.2017 09:37:59 - 			Version : [14.0,15.0)
02.05.2017 09:37:59 - 
02.05.2017 09:37:59 - 	References      : 
02.05.2017 09:37:59 - 		-------------------------------------------------------
02.05.2017 09:37:59 - 		Identifier   : Microsoft.VisualStudio.MPF.14.0
02.05.2017 09:37:59 - 		Name         : Visual Studio MPF 14.0
02.05.2017 09:37:59 - 		Version      : [14.0]
02.05.2017 09:37:59 - 		MoreInfoURL  : 
02.05.2017 09:37:59 - 		Nested       : No
02.05.2017 09:37:59 - 
02.05.2017 09:37:59 - 
02.05.2017 09:37:59 - Searching for applicable products...
02.05.2017 09:38:00 - Found installed product - Global Location
02.05.2017 09:38:00 - Found installed product - ssms
02.05.2017 09:38:00 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
   at VSIXInstaller.App.InitializeInstall()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

Installing without the installer.

I do a lot of teaching on SSMS, so thank you so much for this extension.

Much of the teaching is remote, and in many cases the participants are on company machines which won’t allows downloading and running executables.

I know there is an accompanying ZIP file, and the idea is to extract it and copy to the Extensions folder. However, after I install using the installer, the Extensions folder only has a single SSMSExecutor folder with only two files extension.vsixmanifest and SSMSExecutor.pkgdef.

What happens with the other files?

SQL Server Management Studio not installed.

Some of my remote students are getting this message when trying to install SSMSExecutor on their computer. They all have SSMS 19 installed so that’s obviously not right.

What does this message mean and is there a way around it?

Installing SSMSExecutor on Newer Versions

I have something that works for me. I’ve tried with new installations of both SSMS 19 and SSMS 20. It involves unzipping the Zip package and putting it directly in the SSMS Extensions folder

  1. Download the zip file from:

    https://github.com/devvcat/ssms-executor/releases/download/v2.0.3-alpha/SSMSExecutor-2.0.3-alpha.zip

    You may have an issue with the downloaded the file. Your browser or Windows may not trust the file, so you should unblock the ZIP file after downloading:

    • Right-Click on the ZIP file and select Properties
    • Near the bottom select Unblock
  2. Unzip the file as SSMSExecutor

    and put the SSMSExecutor folder into the following folder:

    • C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\

    For SSMS 19, it’s

    • C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions\

This assumes a normal installation of SSMS. In any case, find the corresponding Extensions folder and put the SSMSExecutor folder inside.

2016 Install failure, with Log file

Update

See comment at bottom for why I closed this.

TLDR;

When installing v2.0.2-alpha on SSMS 2016, I get the following error message:

Failed to load the frame control registered at MainWindowFrameControls{304ee989-b7c9-46c8-aa48-f080bc47cee0}. Exception: Microsoft.VisualStudio.PlatformUI.ControlRegistrationException: Registration error for MainWindowFrameControls{304ee989-b7c9-46c8-aa48-f080bc47cee0} ---> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure) at Microsoft.VisualStudio.PlatformUI.FrameControl.LoadDisplayName(SettingsStore store, String collection) at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection) --- End of inner exception stack trace --- at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection) at Microsoft.VisualStudio.PlatformUI.FrameControlManager.<LoadFrameControls_OnIdle>d__7.MoveNext()

Full details

When I copy the latest alpha release (I tried both v2.0.2-alpha and v2.0.1-alpha) to C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\Extensions\SSMSExecutor, SSMS fails with the following message:

Image

Ctl+Shift+E does not work, and I do not see an icon in the toolbars, but maybe I'm missing it.

toolbars

I'm using SSMS 2016:

Component Version
Microsoft SQL Server Management Studio 13.0.16100.1
Microsoft Analysis Services Client Tools 13.0.1700.441
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 9.11.9600.18230
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.1.7601

My installation of the package looks like this:

installation-folder


Each time I tried with a new plugin, SSMS gave a new activity log, as mentioned in the error message.
Below is the activity log in it's entirety, from both runs. For your convenience, I've also included the stylesheet used to render it in the browser, below the log itself.

ActivityLog.xml (v2.0.2-alpha)

<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
  <entry>
    <record>1</record>
    <time>2018/03/20 14:31:42.516</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>SSMS version: 2015.130.16100.1</description>
  </entry>
  <entry>
    <record>2</record>
    <time>2018/03/20 14:31:42.516</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Microsoft Visual Studio 2015 version: 14.0.25420.1</description>
  </entry>
  <entry>
    <record>3</record>
    <time>2018/03/20 14:31:56.486</time>
    <type>Information</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>Application launch on system with DPI X/Y: 96/96</description>
  </entry>
  <entry>
    <record>4</record>
    <time>2018/03/20 14:31:56.495</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>5</record>
    <time>2018/03/20 14:31:56.496</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Async Query Service Package]</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>6</record>
    <time>2018/03/20 14:31:56.606</time>
    <type>Information</type>
    <source>Package Framework</source>
    <description>Initialized ServiceProvider.GlobalProvider from SetSite.</description>
  </entry>
  <entry>
    <record>7</record>
    <time>2018/03/20 14:31:56.608</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [Async Query Service Package]</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>8</record>
    <time>2018/03/20 14:31:56.631</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
  </entry>
  <entry>
    <record>9</record>
    <time>2018/03/20 14:31:56.631</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Task Scheduler Package]</description>
    <guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
  </entry>
  <entry>
    <record>10</record>
    <time>2018/03/20 14:31:56.632</time>
    <type>Information</type>
    <source>Package Framework</source>
    <description>Initialized AsyncServiceProvider.GlobalProvider from SetSite.</description>
  </entry>
  <entry>
    <record>162</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
  </entry>
  <entry>
    <record>163</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
  </entry>
  <entry>
    <record>164</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\POWERPROFILER\</path>
  </entry>
  <entry>
    <record>165</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\POWERPROFILER\</path>
  </entry>
  <entry>
    <record>166</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
  </entry>
  <entry>
    <record>167</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
  </entry>
  <entry>
    <record>168</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE3\</path>
  </entry>
  <entry>
    <record>169</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE3\</path>
  </entry>
  <entry>
    <record>170</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
  </entry>
  <entry>
    <record>171</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
  </entry>
  <entry>
    <record>172</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
  </entry>
  <entry>
    <record>173</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
  </entry>
  <entry>
    <record>174</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\EXPRESSION EVALUATORS\</path>
  </entry>
  <entry>
    <record>175</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\EXPRESSION EVALUATORS\</path>
  </entry>
  <entry>
    <record>176</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>177</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>178</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>179</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>180</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>181</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>182</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>183</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>184</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>185</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>186</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\WINDOWS STORE SDK\</path>
  </entry>
  <entry>
    <record>187</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\WINDOWS STORE SDK\</path>
  </entry>
  <entry>
    <record>188</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\TELEMETRY\</path>
  </entry>
  <entry>
    <record>189</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\TELEMETRY\</path>
  </entry>
  <entry>
    <record>190</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\VISUALSTUDIO INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>191</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\VISUALSTUDIO INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>192</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
  </entry>
  <entry>
    <record>193</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
  </entry>
  <entry>
    <record>194</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
  </entry>
  <entry>
    <record>195</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
  </entry>
  <entry>
    <record>196</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
  </entry>
  <entry>
    <record>197</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
  </entry>
  <entry>
    <record>198</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TYPESCRIPT\</path>
  </entry>
  <entry>
    <record>199</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Searching folder for extension.vsixmanifest files...</description>
    <path>C:\Program Files (x86)\Microsoft SDKs</path>
  </entry>
  <entry>
    <record>200</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TYPESCRIPT\</path>
  </entry>
  <entry>
    <record>201</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
  </entry>
  <entry>
    <record>202</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
  </entry>
  <entry>
    <record>203</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>204</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>205</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
  </entry>
  <entry>
    <record>206</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
  </entry>
  <entry>
    <record>207</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\ASPX\</path>
  </entry>
  <entry>
    <record>208</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\ASPX\</path>
  </entry>
  <entry>
    <record>209</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
  </entry>
  <entry>
    <record>210</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
  </entry>
  <entry>
    <record>211</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
  </entry>
  <entry>
    <record>212</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
  </entry>
  <entry>
    <record>213</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V3.0\</path>
  </entry>
  <entry>
    <record>214</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V3.0\</path>
  </entry>
  <entry>
    <record>215</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V4.0\</path>
  </entry>
  <entry>
    <record>216</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V4.0\</path>
  </entry>
  <entry>
    <record>217</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
  </entry>
  <entry>
    <record>218</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
  </entry>
  <entry>
    <record>219</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
  </entry>
  <entry>
    <record>220</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
  </entry>
  <entry>
    <record>221</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
  </entry>
  <entry>
    <record>222</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
  </entry>
  <entry>
    <record>223</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
  </entry>
  <entry>
    <record>224</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
  </entry>
  <entry>
    <record>225</record>
    <time>2018/03/20 14:31:58.439</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
  </entry>
  <entry>
    <record>226</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
  </entry>
  <entry>
    <record>227</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNERCOLORS\</path>
  </entry>
  <entry>
    <record>228</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNERCOLORS\</path>
  </entry>
  <entry>
    <record>229</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLLANGUAGESERVICE\</path>
  </entry>
  <entry>
    <record>230</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLLANGUAGESERVICE\</path>
  </entry>
  <entry>
    <record>231</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\CPUSAMPLING\</path>
  </entry>
  <entry>
    <record>232</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\CPUSAMPLING\</path>
  </entry>
  <entry>
    <record>233</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
  </entry>
  <entry>
    <record>234</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
  </entry>
  <entry>
    <record>235</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
  </entry>
  <entry>
    <record>236</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
  </entry>
  <entry>
    <record>237</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>238</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>239</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
  </entry>
  <entry>
    <record>240</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
  </entry>
  <entry>
    <record>241</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [Microsoft.VisualStudio.Shell.VsHubServicePackage]</description>
    <guid>{F419E6BB-F72F-42CF-ACFE-D0D0E17FCB17}</guid>
  </entry>
  <entry>
    <record>242</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
  </entry>
  <entry>
    <record>243</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
  </entry>
  <entry>
    <record>244</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
  </entry>
  <entry>
    <record>245</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
  </entry>
  <entry>
    <record>246</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
  </entry>
  <entry>
    <record>247</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
  </entry>
  <entry>
    <record>248</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
  </entry>
  <entry>
    <record>249</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
  </entry>
  <entry>
    <record>250</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\14.0\</path>
  </entry>
  <entry>
    <record>251</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\14.0\</path>
  </entry>
  <entry>
    <record>252</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT SQL SERVER\130\TOOLS\BINN\MANAGEMENTSTUDIO\EXTENSIONS\APPLICATION\</path>
  </entry>
  <entry>
    <record>253</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT SQL SERVER\130\TOOLS\BINN\MANAGEMENTSTUDIO\EXTENSIONS\APPLICATION\</path>
  </entry>
  <entry>
    <record>254</record>
    <time>2018/03/20 14:31:58.440</time>
    <type>Error</type>
    <source>Extension Manager</source>
    <description>Extension will not be loaded because an extension with the same ID &apos;Microsoft.Windows.DevelopmentKit.Desktop&apos; is already loaded at C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>255</record>
    <time>2018/03/20 14:31:58.485</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>PERF: Shell start. 16018 ms</description>
  </entry>
  <entry>
    <record>256</record>
    <time>2018/03/20 14:31:58.490</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Performance warning: String load failed. Pkg:{B89CD7D2-19DB-4B60-A958-E882AE71A66E} LANG:0409 ID:1006&#x000D;&#x000A;</description>
  </entry>
  <entry>
    <record>257</record>
    <time>2018/03/20 14:31:58.492</time>
    <type>Error</type>
    <source>FrameControlManager</source>
    <description>Failed to load the frame control registered at MainWindowFrameControls\{304ee989-b7c9-46c8-aa48-f080bc47cee0}.&#x000D;&#x000A;Exception: Microsoft.VisualStudio.PlatformUI.ControlRegistrationException: Registration error for MainWindowFrameControls\{304ee989-b7c9-46c8-aa48-f080bc47cee0} ---&gt; System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.&#x000D;&#x000A;   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)&#x000D;&#x000A;   at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.LoadDisplayName(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   --- End of inner exception stack trace ---&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControlManager.&lt;LoadFrameControls_OnIdle&gt;d__7.MoveNext()</description>
  </entry>
  <entry>
    <record>258</record>
    <time>2018/03/20 14:31:58.493</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Performance warning: String load failed. Pkg:{5E80A5A1-B722-4727-9015-148AAB6310B0} LANG:0409 ID:1000&#x000D;&#x000A;</description>
  </entry>
  <entry>
    <record>259</record>
    <time>2018/03/20 14:31:58.493</time>
    <type>Error</type>
    <source>FrameControlManager</source>
    <description>Failed to load the frame control registered at MainWindowFrameControls\{73988e61-7e30-4e87-b891-23b5e460db21}.&#x000D;&#x000A;Exception: Microsoft.VisualStudio.PlatformUI.ControlRegistrationException: Registration error for MainWindowFrameControls\{73988e61-7e30-4e87-b891-23b5e460db21} ---&gt; System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.&#x000D;&#x000A;   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)&#x000D;&#x000A;   at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.LoadDisplayName(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   --- End of inner exception stack trace ---&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControlManager.&lt;LoadFrameControls_OnIdle&gt;d__7.MoveNext()</description>
  </entry>
  <entry>
    <record>260</record>
    <time>2018/03/20 14:31:58.531</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{A64D9865-B938-4543-BF8F-A553CC4F67F3}</guid>
  </entry>
  <entry>
    <record>261</record>
    <time>2018/03/20 14:31:58.531</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Appid denied the loading of package</description>
    <guid>{A64D9865-B938-4543-BF8F-A553CC4F67F3}</guid>
  </entry>
</activity>

ActivityLog.xml (v2.0.1-alpha)

<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
  <entry>
    <record>1</record>
    <time>2018/03/20 13:45:52.212</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>SSMS version: 2015.130.16100.1</description>
  </entry>
  <entry>
    <record>2</record>
    <time>2018/03/20 13:45:52.213</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Microsoft Visual Studio 2015 version: 14.0.25420.1</description>
  </entry>
  <entry>
    <record>3</record>
    <time>2018/03/20 13:46:05.002</time>
    <type>Information</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>Application launch on system with DPI X/Y: 96/96</description>
  </entry>
  <entry>
    <record>4</record>
    <time>2018/03/20 13:46:05.012</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>5</record>
    <time>2018/03/20 13:46:05.012</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Async Query Service Package]</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>6</record>
    <time>2018/03/20 13:46:05.127</time>
    <type>Information</type>
    <source>Package Framework</source>
    <description>Initialized ServiceProvider.GlobalProvider from SetSite.</description>
  </entry>
  <entry>
    <record>7</record>
    <time>2018/03/20 13:46:05.129</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [Async Query Service Package]</description>
    <guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
  </entry>
  <entry>
    <record>8</record>
    <time>2018/03/20 13:46:05.154</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
  </entry>
  <entry>
    <record>9</record>
    <time>2018/03/20 13:46:05.154</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Task Scheduler Package]</description>
    <guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
  </entry>
  <entry>
    <record>10</record>
    <time>2018/03/20 13:46:05.154</time>
    <type>Information</type>
    <source>Package Framework</source>
    <description>Initialized AsyncServiceProvider.GlobalProvider from SetSite.</description>
  </entry>
  <entry>
    <record>162</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
  </entry>
  <entry>
    <record>163</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
  </entry>
  <entry>
    <record>164</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\POWERPROFILER\</path>
  </entry>
  <entry>
    <record>165</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\POWERPROFILER\</path>
  </entry>
  <entry>
    <record>166</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
  </entry>
  <entry>
    <record>167</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
  </entry>
  <entry>
    <record>168</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE3\</path>
  </entry>
  <entry>
    <record>169</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE3\</path>
  </entry>
  <entry>
    <record>170</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
  </entry>
  <entry>
    <record>171</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
  </entry>
  <entry>
    <record>172</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
  </entry>
  <entry>
    <record>173</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
  </entry>
  <entry>
    <record>174</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\EXPRESSION EVALUATORS\</path>
  </entry>
  <entry>
    <record>175</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\EXPRESSION EVALUATORS\</path>
  </entry>
  <entry>
    <record>176</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>177</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>178</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>179</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>180</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>181</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\ROSLYN INTERACTIVE LANGUAGE SERVICES\</path>
  </entry>
  <entry>
    <record>182</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\TELEMETRY\</path>
  </entry>
  <entry>
    <record>183</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\TELEMETRY\</path>
  </entry>
  <entry>
    <record>184</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\VISUALSTUDIO INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>185</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ROSLYN\VISUALSTUDIO INTERACTIVE COMPONENTS\</path>
  </entry>
  <entry>
    <record>186</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
  </entry>
  <entry>
    <record>187</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
  </entry>
  <entry>
    <record>188</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
  </entry>
  <entry>
    <record>189</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
  </entry>
  <entry>
    <record>190</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
  </entry>
  <entry>
    <record>191</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>192</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
  </entry>
  <entry>
    <record>193</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>194</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TYPESCRIPT\</path>
  </entry>
  <entry>
    <record>195</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TYPESCRIPT\</path>
  </entry>
  <entry>
    <record>196</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>197</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>198</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
  </entry>
  <entry>
    <record>199</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
  </entry>
  <entry>
    <record>200</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\WINDOWS STORE SDK\</path>
  </entry>
  <entry>
    <record>201</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>202</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\WINDOWS STORE SDK\</path>
  </entry>
  <entry>
    <record>203</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>204</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
  </entry>
  <entry>
    <record>205</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
  </entry>
  <entry>
    <record>206</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\ASPX\</path>
  </entry>
  <entry>
    <record>207</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\ASPX\</path>
  </entry>
  <entry>
    <record>208</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
  </entry>
  <entry>
    <record>209</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
  </entry>
  <entry>
    <record>210</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
  </entry>
  <entry>
    <record>211</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
  </entry>
  <entry>
    <record>212</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V3.0\</path>
  </entry>
  <entry>
    <record>213</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Searching folder for extension.vsixmanifest files...</description>
    <path>C:\Program Files (x86)\Microsoft SDKs</path>
  </entry>
  <entry>
    <record>214</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V3.0\</path>
  </entry>
  <entry>
    <record>215</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V4.0\</path>
  </entry>
  <entry>
    <record>216</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V4.0\</path>
  </entry>
  <entry>
    <record>217</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
  </entry>
  <entry>
    <record>218</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
  </entry>
  <entry>
    <record>219</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
  </entry>
  <entry>
    <record>220</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
  </entry>
  <entry>
    <record>221</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
  </entry>
  <entry>
    <record>222</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
  </entry>
  <entry>
    <record>223</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
  </entry>
  <entry>
    <record>224</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
  </entry>
  <entry>
    <record>225</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
  </entry>
  <entry>
    <record>226</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
  </entry>
  <entry>
    <record>227</record>
    <time>2018/03/20 13:46:06.951</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNERCOLORS\</path>
  </entry>
  <entry>
    <record>228</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNERCOLORS\</path>
  </entry>
  <entry>
    <record>229</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLLANGUAGESERVICE\</path>
  </entry>
  <entry>
    <record>230</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\XAMLLANGUAGESERVICE\</path>
  </entry>
  <entry>
    <record>231</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\CPUSAMPLING\</path>
  </entry>
  <entry>
    <record>232</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\CPUSAMPLING\</path>
  </entry>
  <entry>
    <record>233</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
  </entry>
  <entry>
    <record>234</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
  </entry>
  <entry>
    <record>235</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
  </entry>
  <entry>
    <record>236</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
  </entry>
  <entry>
    <record>237</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>238</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
  </entry>
  <entry>
    <record>239</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
  </entry>
  <entry>
    <record>240</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
  </entry>
  <entry>
    <record>241</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
  </entry>
  <entry>
    <record>242</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
  </entry>
  <entry>
    <record>243</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
  </entry>
  <entry>
    <record>244</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
  </entry>
  <entry>
    <record>245</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
  </entry>
  <entry>
    <record>246</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
  </entry>
  <entry>
    <record>247</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
  </entry>
  <entry>
    <record>248</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
  </entry>
  <entry>
    <record>249</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\14.0\</path>
  </entry>
  <entry>
    <record>250</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\14.0\</path>
  </entry>
  <entry>
    <record>251</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Successfully loaded extension...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT SQL SERVER\130\TOOLS\BINN\MANAGEMENTSTUDIO\EXTENSIONS\APPLICATION\</path>
  </entry>
  <entry>
    <record>252</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Information</type>
    <source>Extension Manager</source>
    <description>Extension is enabled...</description>
    <path>C:\PROGRAM FILES (X86)\MICROSOFT SQL SERVER\130\TOOLS\BINN\MANAGEMENTSTUDIO\EXTENSIONS\APPLICATION\</path>
  </entry>
  <entry>
    <record>253</record>
    <time>2018/03/20 13:46:06.952</time>
    <type>Error</type>
    <source>Extension Manager</source>
    <description>Extension will not be loaded because an extension with the same ID &apos;Microsoft.Windows.DevelopmentKit.Desktop&apos; is already loaded at C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\...</description>
    <path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
  </entry>
  <entry>
    <record>254</record>
    <time>2018/03/20 13:46:06.954</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [Microsoft.VisualStudio.Shell.VsHubServicePackage]</description>
    <guid>{F419E6BB-F72F-42CF-ACFE-D0D0E17FCB17}</guid>
  </entry>
  <entry>
    <record>255</record>
    <time>2018/03/20 13:46:06.981</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>PERF: Shell start. 14856 ms</description>
  </entry>
  <entry>
    <record>256</record>
    <time>2018/03/20 13:46:07.000</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Performance warning: String load failed. Pkg:{B89CD7D2-19DB-4B60-A958-E882AE71A66E} LANG:0409 ID:1006&#x000D;&#x000A;</description>
  </entry>
  <entry>
    <record>257</record>
    <time>2018/03/20 13:46:07.003</time>
    <type>Error</type>
    <source>FrameControlManager</source>
    <description>Failed to load the frame control registered at MainWindowFrameControls\{304ee989-b7c9-46c8-aa48-f080bc47cee0}.&#x000D;&#x000A;Exception: Microsoft.VisualStudio.PlatformUI.ControlRegistrationException: Registration error for MainWindowFrameControls\{304ee989-b7c9-46c8-aa48-f080bc47cee0} ---&gt; System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.&#x000D;&#x000A;   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)&#x000D;&#x000A;   at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.LoadDisplayName(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   --- End of inner exception stack trace ---&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControlManager.&lt;LoadFrameControls_OnIdle&gt;d__7.MoveNext()</description>
  </entry>
  <entry>
    <record>258</record>
    <time>2018/03/20 13:46:07.003</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Performance warning: String load failed. Pkg:{5E80A5A1-B722-4727-9015-148AAB6310B0} LANG:0409 ID:1000&#x000D;&#x000A;</description>
  </entry>
  <entry>
    <record>259</record>
    <time>2018/03/20 13:46:07.003</time>
    <type>Error</type>
    <source>FrameControlManager</source>
    <description>Failed to load the frame control registered at MainWindowFrameControls\{73988e61-7e30-4e87-b891-23b5e460db21}.&#x000D;&#x000A;Exception: Microsoft.VisualStudio.PlatformUI.ControlRegistrationException: Registration error for MainWindowFrameControls\{73988e61-7e30-4e87-b891-23b5e460db21} ---&gt; System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.&#x000D;&#x000A;   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)&#x000D;&#x000A;   at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.LoadDisplayName(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   --- End of inner exception stack trace ---&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControl.Read(SettingsStore store, String collection)&#x000D;&#x000A;   at Microsoft.VisualStudio.PlatformUI.FrameControlManager.&lt;LoadFrameControls_OnIdle&gt;d__7.MoveNext()</description>
  </entry>
  <entry>
    <record>260</record>
    <time>2018/03/20 13:46:07.043</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{A64D9865-B938-4543-BF8F-A553CC4F67F3}</guid>
  </entry>
  <entry>
    <record>261</record>
    <time>2018/03/20 13:46:07.043</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Appid denied the loading of package</description>
    <guid>{A64D9865-B938-4543-BF8F-A553CC4F67F3}</guid>
  </entry>
</activity>

ActivityLog.xsl

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:output method="html"  encoding="utf-16"/>
    <xsl:template match="activity">
        <head>
        <title>Activity Monitor Log</title>
        <style type="text/css">
            body{ text-align: left; width: 100%;  font-family: Verdana, sans-serif; }

            table{ border: none;  border-collapse: separate;  width: 100%; }

            tr.title td{ font-size: 24px;  font-weight: bold; }

            th{ background: #d0d0d0;  font-weight: bold;  font-size: 10pt;  text-align: left; }
            tr{ background: #eeeeee}
            td, th{ font-size: 8pt;  padding: 1px;  border: none; }

            tr.info td{}
            tr.warning td{background-color:yellow;color:black}
            tr.error td{background-color:red;color:black}
            
            span {text-decoration:underline}
            a:hover{text-transform:uppercase;color: #9090F0;}
        </style>
        </head>

        <body>      
        <table>
            <tr class="title">
                <td colspan="7">Activity Monitor Log</td>
            </tr>             
            <tr>
                <td colspan="2">infos</td>
                <td colspan="5"><xsl:value-of select="count(entry[type='Information'])"/></td>
            </tr>
            <tr>
                <td colspan="2">warnings</td>
                <td colspan="5"><xsl:value-of select="count(entry[type='Warning'])"/></td>
            </tr>
            <tr>
                <td colspan="2">errors</td>
                <td colspan="5"><xsl:value-of select="count(entry[type='Error'])"/></td>
            </tr>
            <tr>
                <th width="20">#</th>
                <th width="50">Type</th>
                <th>Description</th>
                <th width="280">GUID</th>
                <th>Hr</th>                
                <th>Source</th>
                <th>Time (UTC)</th>
            </tr>               
            <xsl:apply-templates/>
        </table>

        </body>
    </xsl:template>

    <xsl:template match="entry">
        <!-- example 
        
          <entry>
            <record>136</record>
            <time>2004/02/26 00:42:59.706</time>
            <type>Error</type>
            <source>Microsoft Visual Studio</source>
            <description>Loading UI library</description>
            <guid>{00000000-0000-0000-0000-000000000000}</guid>
            <hr>800a006f</hr>
            <path></path>
        </entry>
        
        -->
        <xsl:choose>

            <xsl:when test="type='Information'">
                    <tr id="info" class="info">
                        <td><xsl:value-of select="record"/></td>
                        <td></td>
                        <xsl:call-template name="row"/>
                    </tr>                
            </xsl:when>                

            <xsl:when test="type='Warning'">
                    <tr id="warning" class="warning">
                        <td><xsl:value-of select="record"/></td>
                        <td>Warning</td>
                        <xsl:call-template name="row"/>
                    </tr>                
            </xsl:when>             

            <xsl:when test="type='Error'">
                    <tr id="error" class="error">
                        <td><xsl:value-of select="record"/></td>
                        <td>ERROR</td>
                        <xsl:call-template name="row"/>
                    </tr>                
            </xsl:when>                

        </xsl:choose>  

    </xsl:template>
    
    <xsl:template name="row">
                <td id="description"><xsl:value-of select="description"/><xsl:if test="path"><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<xsl:value-of select="path"/></xsl:if></td>
                <td id="guid"><xsl:value-of select="guid"/></td>    
                <td id="hr"><xsl:value-of select="hr"/></td>    
                <td><xsl:value-of select="source"/></td>    
                <td><xsl:value-of select="time"/></td>
    </xsl:template>            

</xsl:stylesheet>

SSMS v17.4 not running the extension

Created an Extension folder under C:\Program Files\Microsoft SQL Server\140\Tools\Binn\ManagementStudio and unzipped the contents of the release zip into the extension folder. restarted SSMS 2017 and it has not loaded the extension. (tried the shortcut and query was not executed)

no errors were produced either.

extension doesn't seem to be loaded

From the installation instructions I'm not quite sure. Is this how it's supposed to be extracted (see below screenshot)?

When I press Ctrl-Shift-E, nothing happens.

Within SSMSExecutor will be Resources, Microsoft.SqlServer.TransactSql.ScriptDom.dll, etc.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.