I am trying to populate a table and a graph in a Telerik Report by assigning the Report data source to an ObjectDataSource, then binding that data source (=ReportItem.DataObject) to the Table and Chart, and filtering each of those(=fields.FuelChart = =True). The table is fine, but the graph does not like it (graph binding is added 2nd). Visual Studio crashes when I change the graph data source from the ObjectDataSource to None. VS crashes and closes. I am using VS 2012 Professional, I'm on a 64 bit Windows 7 machine, and I'm using the latest version of Telerik.Reporting. This is a WPF project which is using a class library of Telerik Reports. I went into my machines Application Log and there are 2 errors associated with this VS/Telerik failure:
1 - Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OverflowException
Stack:
at System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
at System.Windows.Forms.Control.Invoke(System.Delegate, System.Object[])
at Telerik.Reporting.Design.Behavior.SelectionManager.Refresh()
at Telerik.Reporting.Design.GraphDesigner.OnProcessItemCompleted()
at Telerik.Reporting.Design.GraphDesigner.ProcessItem()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
2 - Faulting application name: devenv.exe, version: 11.0.61030.0, time stamp: 0x5270a974
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x1594
Faulting application start time: 0x01cefdc4c0ee91bd
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 91febca5-69b8-11e3-b1fc-d4bed9ca6bf9
Also, I set up the Visual Studio devenv.exe.config file to log output. That file is attached. Looks like I can't attach text files. So here it is:
<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2012 version: 11.0.61030.0</description>
</entry>
<entry>
<record>2</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Running in User Groups: Users</description>
</entry>
<entry>
<record>3</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Available Drive Space: C:\ drive has 464885411840 bytes; G:\ drive has 415041728512 bytes</description>
</entry>
<entry>
<record>4</record>
<time>2013/12/20 20:52:28.573</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Internet Explorer Version: 11.0.9600.16476</description>
</entry>
<entry>
<record>5</record>
<time>2013/12/20 20:52:28.573</time>
<type>Information</type>
<source>VisualStudio</source>
<description>.NET Framework Version: 4.0.40305.0</description>
</entry>
<entry>
<record>6</record>
<time>2013/12/20 20:52:28.574</time>
<type>Information</type>
<source>VisualStudio</source>
<description>MSXML Version: 6.30.7601.17988</description>
</entry>
<entry>
<record>7</record>
<time>2013/12/20 20:52:28.574</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Creating PkgDefCacheNonVolatile</description>
</entry>
<entry>
<record>8</record>
<time>2013/12/20 20:52:28.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Double-checking master pkgdef file</description>
</entry>
<entry>
<record>9</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement initialized</description>
</entry>
<entry>
<record>10</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>RootFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\</path>
</entry>
<entry>
<record>11</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ShellFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\</path>
</entry>
<entry>
<record>12</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefSearchPath</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\Extensions;C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\CommonExtensions;C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\devenv.admin.pkgdef</path>
</entry>
<entry>
<record>13</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ApplicationExtensionsFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\Extensions</path>
</entry>
<entry>
<record>14</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>"ZeroImpact" = dword:0, "MergeRegistry" = dword:1</description>
</entry>
<entry>
<record>15</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement startup complete</description>
</entry>
<entry>
<record>16</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Configuration file to be used for CLR initialization</description>
<path>C:\Users\rgroses.LAT-LON\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config</path>
</entry>
<entry>
<record>17</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId setting up registry detouring</description>
</entry>
<entry>
<record>18</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Adding detour rule 1: from HKLM</description>
<path>Software\Microsoft\VisualStudio\11.0</path>
</entry>
<entry>
<record>19</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Detour to HKCU</description>
<path>Software\Microsoft\VisualStudio\11.0_Config</path>
</entry>
<entry>
<record>20</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Adding detour rule 2: from HKLM</description>
<path>Software\Microsoft\VisualStudio\11.0</path>
</entry>
<entry>
<record>21</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Detour to HKCU</description>
<path>Software\Microsoft\VisualStudio\11.0_Config</path>
</entry>
<entry>
<record>22</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId starting registry detouring</description>
</entry>
<entry>
<record>23</record>
<time>2013/12/20 20:52:28.677</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>24</record>
<time>2013/12/20 20:52:28.677</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>25</record>
<time>2013/12/20 20:52:28.739</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>26</record>
<time>2013/12/20 20:52:28.747</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>27</record>
<time>2013/12/20 20:52:28.748</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>28</record>
<time>2013/12/20 20:52:28.748</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE*\VsLogUI.dll</path>
</entry>
<entry>
<record>29</record>
<time>2013/12/20 20:52:28.752</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>30</record>
<time>2013/12/20 20:52:28.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>31</record>
<time>2013/12/20 20:52:28.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>32</record>
<time>2013/12/20 20:52:28.967</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>33</record>
<time>2013/12/20 20:52:29.015</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>34</record>
<time>2013/12/20 20:52:29.015</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [MRU Package]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>35</record>
<time>2013/12/20 20:52:29.017</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [MRU Package]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>36</record>
<time>2013/12/20 20:52:29.198</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>37</record>
<time>2013/12/20 20:52:29.198</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function LoadDTETypeLib</description>
</entry>
<entry>
<record>38</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function LoadDTETypeLib</description>
</entry>
<entry>
<record>39</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>40</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>41</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{18BEB7F2-CA98-11D1-B6E7-00A0C90F2744}</guid>
</entry>
<entry>
<record>42</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>43</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>44</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>45</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>46</record>
<time>2013/12/20 20:52:29.204</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>47</record>
<time>2013/12/20 20:52:29.204</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Project Upgrade]</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>48</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Project Upgrade]</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>49</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>50</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Menu]</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>51</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Menu]</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>52</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>53</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress ASP.NET Menu]</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>54</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress ASP.NET Menu]</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>55</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>56</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual C# Project Templates]</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>57</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual C# Project Templates]</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>58</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>59</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual Basic Project Templates]</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>60</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual Basic Project Templates]</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>61</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>62</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual Studio Menu Integration]</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>63</record>
<time>2013/12/20 20:52:29.284</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual Studio Menu Integration]</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>64</record>
<time>2013/12/20 20:52:29.285</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>65</record>
<time>2013/12/20 20:52:29.285</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [SqlStudio Profile Package]</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>66</record>
<time>2013/12/20 20:52:29.361</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [SqlStudio Profile Package]</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>67</record>
<time>2013/12/20 20:52:29.361</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>68</record>
<time>2013/12/20 20:52:29.362</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.JustCode.JustCode, Telerik.JustCode, Version=2009.3.1202.10, Culture=neutral, PublicKeyToken=null]</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>69</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.JustCode.JustCode, Telerik.JustCode, Version=2009.3.1202.10, Culture=neutral, PublicKeyToken=null]</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>70</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>71</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Reporting.VsPackage.VsPackage, Telerik.Reporting.VsPackage, Version=3.35.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be]</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>72</record>
<time>2013/12/20 20:52:29.463</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Reporting.VsPackage.VsPackage, Telerik.Reporting.VsPackage, Version=3.35.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be]</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>73</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>74</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>75</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>76</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>77</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>78</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>79</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>80</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Help Package]</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>81</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\*\msenvui.dll</path>
</entry>
<entry>
<record>82</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Help Package]</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>83</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>84</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.12.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>85</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.12.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>86</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>87</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>88</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>89</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>90</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>91</record>
<time>2013/12/20 20:52:29.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>92</record>
<time>2013/12/20 20:52:29.504</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>93</record>
<time>2013/12/20 20:52:29.504</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage.2013.3.1031.0, Version=2013.3.1031.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>94</record>
<time>2013/12/20 20:52:29.529</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage.2013.3.1031.0, Version=2013.3.1031.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>95</record>
<time>2013/12/20 20:52:29.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>96</record>
<time>2013/12/20 20:52:29.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.MVC.VSPackage.VSPackage, Telerik.MVC.VSPackage.2012.3.1212.0, Version=2012.3.1212.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>97</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.MVC.VSPackage.VSPackage, Telerik.MVC.VSPackage.2012.3.1212.0, Version=2012.3.1212.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>98</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>99</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>100</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>101</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>102</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage.2013.3.1015.0, Version=2013.3.1015.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>103</record>
<time>2013/12/20 20:52:29.579</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage.2013.3.1015.0, Version=2013.3.1015.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>104</record>
<time>2013/12/20 20:52:29.580</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>105</record>
<time>2013/12/20 20:52:29.580</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.KendoUI.Mvc.VSPackage.VsPackage, Telerik.KendoUI.Mvc.VSPackage.2013.2.716.0, Version=2013.2.716.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>106</record>
<time>2013/12/20 20:52:29.604</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.KendoUI.Mvc.VSPackage.VsPackage, Telerik.KendoUI.Mvc.VSPackage.2013.2.716.0, Version=2013.2.716.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>107</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>108</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>109</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>110</record>
<time>2013/12/20 20:52:29.923</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>111</record>
<time>2013/12/20 20:52:29.924</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>112</record>
<time>2013/12/20 20:52:29.924</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>113</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>114</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>115</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>116</record>
<time>2013/12/20 20:52:30.500</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>117</record>
<time>2013/12/20 20:52:30.500</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>118</record>
<time>2013/12/20 20:52:30.502</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>119</record>
<time>2013/12/20 20:52:30.602</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>120</record>
<time>2013/12/20 20:52:30.602</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>121</record>
<time>2013/12/20 20:52:30.849</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>122</record>
<time>2013/12/20 20:52:30.850</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>123</record>
<time>2013/12/20 20:52:30.850</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\Packages\Debugger\*\VSDebugUI.dll</path>
</entry>
<entry>
<record>124</record>
<time>2013/12/20 20:52:30.868</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>125</record>
<time>2013/12/20 20:52:30.868</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Text Management Package]</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>126</record>
<time>2013/12/20 20:52:30.871</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Text Management Package]</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>127</record>
<time>2013/12/20 20:52:30.873</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>128</record>
<time>2013/12/20 20:52:31.345</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>129</record>
<time>2013/12/20 20:52:31.345</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Component Model Host Package]</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>130</record>
<time>2013/12/20 20:52:31.375</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>131</record>
<time>2013/12/20 20:52:31.375</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ExtensionManagerPackage]</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>132</record>
<time>2013/12/20 20:52:31.381</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ExtensionManagerPackage]</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>133</record>
<time>2013/12/20 20:52:31.436</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\Microsoft.VisualStudio.Progression.GraphControl.dll</path>
</entry>
<entry>
<record>134</record>
<time>2013/12/20 20:52:31.436</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\Microsoft.VisualStudio.Modeling.Components.11.0.dll</path>
</entry>
<entry>
<record>135</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\Microsoft.VisualStudio.DataDesign.RiaComponents.dll</path>
</entry>
<entry>
<record>136</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\Microsoft.VisualStudio.SharePoint.ProjectExtensions.Bdc.dll</path>
</entry>
<entry>
<record>137</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\Microsoft.VisualStudio.SharePoint.Explorer.Extensions.Implementation.dll</path>
</entry>
<entry>
<record>138</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\Microsoft.VisualStudio.SharePoint.Designers.List.dll</path>
</entry>
<entry>
<record>139</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\Microsoft.VisualStudio.SharePoint.ProjectExtensions.VSPackage.dll</path>
</entry>
<entry>
<record>140</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\Microsoft.VisualStudio.SharePoint.Remote.Commands.V4.dll</path>
</entry>
<entry>
<record>141</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Languages\Microsoft.VisualStudio.Web.Extensions.dll</path>
</entry>
<entry>
<record>142</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Languages\Microsoft.VisualStudio.JavaScript.Web.Extensions.dll</path>
</entry>
<entry>
<record>143</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Page Inspector\Microsoft.VisualStudio.Web.PageInspector.Package.dll</path>
</entry>
<entry>
<record>144</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.DataSourceProviders.dll</path>
</entry>
<entry>
<record>145</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.DataObjectGenerators.dll</path>
</entry>
<entry>
<record>146</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.WpfComponents.dll</path>
</entry>
<entry>
<record>147</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Core.dll</path>
</entry>
<entry>
<record>148</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Client.dll</path>
</entry>
<entry>
<record>149</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\Microsoft.VisualStudio.Progression.Native.CodeProvider.dll</path>
</entry>
<entry>
<record>150</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\Microsoft.VisualStudio.Progression.VSProvider.dll</path>
</entry>
<entry>
<record>151</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.Core.dll</path>
</entry>
<entry>
<record>152</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\Microsoft.VisualStudio.SharePoint.AddServiceReference.dll</path>
</entry>
<entry>
<record>153</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\Microsoft.VisualStudio.CodeAnalysis.VCPlugin.dll</path>
</entry>
<entry>
<record>154</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\..\..\..\PrivateAssemblies\StanCore.dll</path>
</entry>
<entry>
<record>155</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\Microsoft.VisualStudio.CSharp.NavigateTo.dll</path>
</entry>
<entry>
<record>156</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\Microsoft.VisualStudio.CSharp.SmartTags.dll</path>
</entry>
<entry>
<record>157</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\Microsoft.VisualStudio.Diff.dll</path>
</entry>
<entry>
<record>158</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Editor.dll</path>
</entry>
<entry>
<record>159</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Editor.Implementation.dll</path>
</entry>
<entry>
<record>160</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.CoreUtility.dll</path>
</entry>
<entry>
<record>161</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Language.Intellisense.dll</path>
</entry>
<entry>
<record>162</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Language.StandardClassification.dll</path>
</entry>
<entry>
<record>163</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\VsDebugPresentationPackage.dll</path>
</entry>
<entry>
<record>164</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.Data.dll</path>
</entry>
<entry>
<record>165</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.Logic.dll</path>
</entry>
<entry>
<record>166</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.UI.dll</path>
</entry>
<entry>
<record>167</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.UI.Wpf.dll</path>
</entry>
<entry>
<record>168</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\Microsoft.VSDesigner.ExceptionAssistant.SmartTag.dll</path>
</entry>
<entry>
<record>169</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\Microsoft.VisualStudio.Language.CallHierarchy.Implementation.dll</path>
</entry>
<entry>
<record>170</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\Microsoft.VisualStudio.Language.GenerateType.Implementation.dll</path>
</entry>
<entry>
<record>171</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\Microsoft.VisualStudio.PerformanceTools.EditorIntegration.dll</path>
</entry>
<entry>
<record>172</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\Microsoft.VisualStudio.Project.Core.Impl.dll</path>
</entry>
<entry>
<record>173</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\Microsoft.VisualStudio.Project.VS.Implementation.dll</path>
</entry>
<entry>
<record>174</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\Microsoft.VisualStudio.ReferenceManager.Providers.dll</path>
</entry>
<entry>
<record>175</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\Microsoft.VisualStudio.ReferenceManager.Dialog.dll</path>
</entry>
<entry>
<record>176</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\Microsoft.VisualStudio.JSLS.dll</path>
</entry>
<entry>
<record>177</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\Microsoft.VisualStudio.Web.HTML.Implementation.dll</path>
</entry>
<entry>
<record>178</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\Microsoft.Web.Editor.dll</path>
</entry>
<entry>
<record>179</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.VisualStudio.CSS.Package.dll</path>
</entry>
<entry>
<record>180</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.CSS.Editor.dll</path>
</entry>
<entry>
<record>181</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll</path>
</entry>
<entry>
<record>182</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.VersionControl.dll</path>
</entry>
<entry>
<record>183</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.SharePointReporting.dll</path>
</entry>
<entry>
<record>184</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.Build.dll</path>
</entry>
<entry>
<record>185</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.dll</path>
</entry>
<entry>
<record>186</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\Microsoft.VisualStudio.TemplateProviders.Implementation.dll</path>
</entry>
<entry>
<record>187</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\Microsoft.VisualBasic.Editor.dll</path>
</entry>
<entry>
<record>188</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\Microsoft.VisualStudio.VisualBasic.LanguageService.dll</path>
</entry>
<entry>
<record>189</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\Microsoft.VisualStudio.VisualBasic.NavigateTo.dll</path>
</entry>
<entry>
<record>190</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\Microsoft.VisualC.Editor.Implementation.dll</path>
</entry>
<entry>
<record>191</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\Microsoft.VisualC.QuickSearch.Implementation.dll</path>
</entry>
<entry>
<record>192</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.dll</path>
</entry>
<entry>
<record>193</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.WorkItemTracking.Controls.dll</path>
</entry>
<entry>
<record>194</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.VersionControl.Controls.dll</path>
</entry>
<entry>
<record>195</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.VisualStudio.Web.CSS.Implementation.dll</path>
</entry>
<entry>
<record>196</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.TeamExplorer.Navigation.dll</path>
</entry>
<entry>
<record>197</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\Microsoft.VisualStudio.Web.Exports.dll</path>
</entry>
<entry>
<record>198</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.Controls.dll</path>
</entry>
<entry>
<record>199</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.Shims.1_0_0_0.dll</path>
</entry>
<entry>
<record>200</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\Microsoft.VisualStudio.WebClient.Diagnostics.HtmlToolHost.dll</path>
</entry>
<entry>
<record>201</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\Microsoft.JavaScript.Services.Implementation.dll</path>
</entry>
<entry>
<record>202</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.Build.Controls.dll</path>
</entry>
<entry>
<record>203</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\Microsoft.VisualStudio.JavaScript.Project.dll</path>
</entry>
<entry>
<record>204</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\Microsoft.VisualStudio.Activities.CSharp.dll</path>
</entry>
<entry>
<record>205</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Platform.VSEditor.dll</path>
</entry>
<entry>
<record>206</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\Microsoft.VisualStudio.Language.NavigateTo.Implementation.dll</path>
</entry>
<entry>
<record>207</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\Microsoft.VisualStudio.Language.QuickSearch.FileNameProvider.dll</path>
</entry>
<entry>
<record>208</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\Microsoft.VisualStudio.Debugger.Parallel.Extension.dll</path>
</entry>
<entry>
<record>209</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\Microsoft.VisualStudio.Shell.TreeNavigation.HierarchyProvider.dll</path>
</entry>
<entry>
<record>210</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider.dll</path>
</entry>
<entry>
<record>211</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\Microsoft.Expression.DesignHost.dll</path>
</entry>
<entry>
<record>212</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.dll</path>
</entry>
<entry>
<record>213</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\Microsoft.VisualStudio.Progression.VBProvider.dll</path>
</entry>
<entry>
<record>214</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.VSTest.dll</path>
</entry>
<entry>
<record>215</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.MSTest.TestWindow.dll</path>
</entry>
<entry>
<record>216</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\Microsoft.VisualStudio.Progression.LanguageService.CSharp.dll</path>
</entry>
<entry>
<record>217</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Common.dll</path>
</entry>
<entry>
<record>218</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.Data.Entity.Design.DataSourceWizardExtension.dll</path>
</entry>
<entry>
<record>219</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</path>
</entry>
<entry>
<record>220</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Utilities.dll</path>
</entry>
<entry>
<record>221</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.CppUnitTestExtension.dll</path>
</entry>
<entry>
<record>222</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.Shims.2_0.dll</path>
</entry>
<entry>
<record>223</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\Microsoft.VisualStudio.WebClient.Diagnostics.PerformanceToolHost.dll</path>
</entry>
<entry>
<record>224</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\Microsoft.DiagnosticsHub.VisualStudio.Package.dll</path>
</entry>
<entry>
<record>225</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\Microsoft.DiagnosticsHub.Runtime.dll</path>
</entry>
<entry>
<record>226</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.Delta.dll</path>
</entry>
<entry>
<record>227</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.Delta.UI.dll</path>
</entry>
<entry>
<record>228</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.SQLPDWExtensions.dll</path>
</entry>
<entry>
<record>229</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.dll</path>
</entry>
<entry>
<record>230</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\DevExpress.Xpo.VisualDesigner.VS11.Dsl.dll</path>
</entry>
<entry>
<record>231</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\DevExpress.Xpo.VisualDesigner.VS11.DslPackage.dll</path>
</entry>
<entry>
<record>232</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGetConsole.Host.PowerShellProvider.dll</path>
</entry>
<entry>
<record>233</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGet.Console.dll</path>
</entry>
<entry>
<record>234</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGet.VisualStudio.dll</path>
</entry>
<entry>
<record>235</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS10Integration.dll</path>
</entry>
<entry>
<record>236</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS11Integration.dll</path>
</entry>
<entry>
<record>237</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS11SpecificIntegration.dll</path>
</entry>
<entry>
<record>238</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\PreEmptive.Analytics.Aggregator.VSPackage.TeamFoundation.11.0.dll</path>
</entry>
<entry>
<record>239</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\PreEmptive.Analytics.Aggregator.VSPackage.11.0.dll</path>
</entry>
<entry>
<record>240</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\VsGraphicsDebuggerPkg.dll</path>
</entry>
<entry>
<record>241</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.VSExtension.dll</path>
</entry>
<entry>
<record>242</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.EntityFramework.dll</path>
</entry>
<entry>
<record>243</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\Microsoft.LightSwitch.JavaScript.Project.dll</path>
</entry>
<entry>
<record>244</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\PasteJsonAsClasses\Microsoft.VisualStudio.Web.PasteJson.dll</path>
</entry>
<entry>
<record>245</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Publish\Microsoft.VisualStudio.Web.Publish.dll</path>
</entry>
<entry>
<record>246</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.Core.dll</path>
</entry>
<entry>
<record>247</record>
<time>2013/12/20 20:52:31.449</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Component Model Host Package]</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>248</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\</path>
</entry>
<entry>
<record>249</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\</path>
</entry>
<entry>
<record>250</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\CONCURRENCYVISUALIZER\</path>
</entry>
<entry>
<record>251</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\CONCURRENCYVISUALIZER\</path>
</entry>
<entry>
<record>252</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH COSMOPOLITAN\</path>
</entry>
<entry>
<record>253</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH COSMOPOLITAN\</path>
</entry>
<entry>
<record>254</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH EXTENSIONS\</path>
</entry>
<entry>
<record>255</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH EXTENSIONS\</path>
</entry>
<entry>
<record>256</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\</path>
</entry>
<entry>
<record>257</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\</path>
</entry>
<entry>
<record>258</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\PORTABLE LIBRARY TOOLS\</path>
</entry>
<entry>
<record>259</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\PORTABLE LIBRARY TOOLS\</path>
</entry>
<entry>
<record>260</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\</path>
</entry>
<entry>
<record>261</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\</path>
</entry>
<entry>
<record>262</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\PACKAGE\</path>
</entry>
<entry>
<record>263</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\PACKAGE\</path>
</entry>
<entry>
<record>264</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\</path>
</entry>
<entry>
<record>265</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\</path>
</entry>
<entry>
<record>266</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\</path>
</entry>
<entry>
<record>267</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\</path>
</entry>
<entry>
<record>268</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\</path>
</entry>
<entry>
<record>269</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\</path>
</entry>
<entry>
<record>270</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\</path>
</entry>
<entry>
<record>271</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\</path>
</entry>
<entry>
<record>272</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\</path>
</entry>
<entry>
<record>273</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\</path>
</entry>
<entry>
<record>274</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VC\CLASSWIZARD\10.0\</path>
</entry>
<entry>
<record>275</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VC\CLASSWIZARD\10.0\</path>
</entry>
<entry>
<record>276</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\10.0\</path>
</entry>
<entry>
<record>277</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\10.0\</path>
</entry>
<entry>
<record>278</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>279</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>280</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
</entry>
<entry>
<record>281</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
</entry>
<entry>
<record>282</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\</path>
</entry>
<entry>
<record>283</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\</path>
</entry>
<entry>
<record>284</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\</path>
</entry>
<entry>
<record>285</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\</path>
</entry>
<entry>
<record>286</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHPROVIDERPACKAGE\</path>
</entry>
<entry>
<record>287</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHPROVIDERPACKAGE\</path>
</entry>
<entry>
<record>288</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\</path>
</entry>
<entry>
<record>289</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\</path>
</entry>
<entry>
<record>290</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\</path>
</entry>
<entry>
<record>291</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\</path>
</entry>
<entry>
<record>292</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\</path>
</entry>
<entry>
<record>293</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\</path>
</entry>
<entry>
<record>294</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\</path>
</entry>
<entry>
<record>295</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\</path>
</entry>
<entry>
<record>296</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\</path>
</entry>
<entry>
<record>297</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\</path>
</entry>
<entry>
<record>298</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
</entry>
<entry>
<record>299</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
</entry>
<entry>
<record>300</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\</path>
</entry>
<entry>
<record>301</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\</path>
</entry>
<entry>
<record>302</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\</path>
</entry>
<entry>
<record>303</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\</path>
</entry>
<entry>
<record>304</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\</path>
</entry>
<entry>
<record>305</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\</path>
</entry>
<entry>
<record>306</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\</path>
</entry>
<entry>
<record>307</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\</path>
</entry>
<entry>
<record>308</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\</path>
</entry>
<entry>
<record>309</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\</path>
</entry>
<entry>
<record>310</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\</path>
</entry>
<entry>
<record>311</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\</path>
</entry>
<entry>
<record>312</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\</path>
</entry>
<entry>
<record>313</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\</path>
</entry>
<entry>
<record>314</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\</path>
</entry>
<entry>
<record>315</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\</path>
</entry>
<entry>
<record>316</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
</entry>
<entry>
<record>317</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
</entry>
<entry>
<record>318</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\</path>
</entry>
<entry>
<record>319</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\</path>
</entry>
<entry>
<record>320</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
</entry>
<entry>
<record>321</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
</entry>
<entry>
<record>322</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
</entry>
<entry>
<record>323</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
</entry>
<entry>
<record>324</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
</entry>
<entry>
<record>325</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
</entry>
<entry>
<record>326</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
</entry>
<entry>
<record>327</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
</entry>
<entry>
<record>328</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\</path>
</entry>
<entry>
<record>329</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\</path>
</entry>
<entry>
<record>330</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\</path>
</entry>
<entry>
<record>331</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\</path>
</entry>
<entry>
<record>332</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\</path>
</entry>
<entry>
<record>333</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\</path>
</entry>
<entry>
<record>334</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
</entry>
<entry>
<record>335</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
</entry>
<entry>
<record>336</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
</entry>
<entry>
<record>337</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
</entry>
<entry>
<record>338</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
</entry>
<entry>
<record>339</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
</entry>
<entry>
<record>340</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\</path>
</entry>
<entry>
<record>341</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\</path>
</entry>
<entry>
<record>342</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\</path>
</entry>
<entry>
<record>343</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\</path>
</entry>
<entry>
<record>344</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
</entry>
<entry>
<record>345</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
</entry>
<entry>
<record>346</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\</path>
</entry>
<entry>
<record>347</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\</path>
</entry>
<entry>
<record>348</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\</path>
</entry>
<entry>
<record>349</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\</path>
</entry>
<entry>
<record>350</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\</path>
</entry>
<entry>
<record>351</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\</path>
</entry>
<entry>
<record>352</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\</path>
</entry>
<entry>
<record>353</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\</path>
</entry>
<entry>
<record>354</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
</entry>
<entry>
<record>355</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
</entry>
<entry>
<record>356</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
</entry>
<entry>
<record>357</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
</entry>
<entry>
<record>358</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
</entry>
<entry>
<record>359</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
</entry>
<entry>
<record>360</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
</entry>
<entry>
<record>361</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
</entry>
<entry>
<record>362</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
</entry>
<entry>
<record>363</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
</entry>
<entry>
<record>364</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
</entry>
<entry>
<record>365</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
</entry>
<entry>
<record>366</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
</entry>
<entry>
<record>367</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
</entry>
<entry>
<record>368</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
</entry>
<entry>
<record>369</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
</entry>
<entry>
<record>370</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
</entry>
<entry>
<record>371</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
</entry>
<entry>
<record>372</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
</entry>
<entry>
<record>373</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
</entry>
<entry>
<record>374</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
</entry>
<entry>
<record>375</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
</entry>
<entry>
<record>376</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
</entry>
<entry>
<record>377</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
</entry>
<entry>
<record>378</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\11.0\</path>
</entry>
<entry>
<record>379</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\11.0\</path>
</entry>
<entry>
<record>380</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLEDITOR\VSIX\</path>
</entry>
<entry>
<record>381</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLEDITOR\VSIX\</path>
</entry>
<entry>
<record>382</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\</path>
</entry>
<entry>
<record>383</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\</path>
</entry>
<entry>
<record>384</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
</entry>
<entry>
<record>385</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
</entry>
<entry>
<record>386</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\</path>
</entry>
<entry>
<record>387</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\</path>
</entry>
<entry>
<record>388</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
</entry>
<entry>
<record>389</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
</entry>
<entry>
<record>390</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>391</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>392</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>393</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.XTRAREPORTS.V13.1\</path>
</entry>
<entry>
<record>394</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.XTRAREPORTS.V13.1\</path>
</entry>
<entry>
<record>395</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.WEB.V13.1\</path>
</entry>
<entry>
<record>396</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.WEB.V13.1\</path>
</entry>
<entry>
<record>397</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.XPO.V13.1\</path>
</entry>
<entry>
<record>398</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.XPO.V13.1\</path>
</entry>
<entry>
<record>399</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.V13.1\</path>
</entry>
<entry>
<record>400</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.V13.1\</path>
</entry>
<entry>
<record>401</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXMENU\</path>
</entry>
<entry>
<record>402</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXMENU\</path>
</entry>
<entry>
<record>403</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTS\</path>
</entry>
<entry>
<record>404</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTS\</path>
</entry>
<entry>
<record>405</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTSVB\</path>
</entry>
<entry>
<record>406</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTSVB\</path>
</entry>
<entry>
<record>407</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\VSMENUINTEGRATION\</path>
</entry>
<entry>
<record>408</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\VSMENUINTEGRATION\</path>
</entry>
<entry>
<record>409</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\</path>
</entry>
<entry>
<record>410</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\</path>
</entry>
<entry>
<record>411</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>412</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>413</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>414</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>415</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>416</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>417</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>418</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>419</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>420</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTCODE\</path>
</entry>
<entry>
<record>421</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTCODE\</path>
</entry>
<entry>
<record>422</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTMOCK\1.0.0.0\</path>
</entry>
<entry>
<record>423</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTMOCK\1.0.0.0\</path>
</entry>
<entry>
<record>424</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTDECOMPILE\</path>
</entry>
<entry>
<record>425</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTDECOMPILE\</path>
</entry>
<entry>
<record>426</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>427</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>428</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>429</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>430</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>431</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>432</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>433</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>434</record>
<time>2013/12/20 20:52:31.506</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>435</record>
<time>2013/12/20 20:52:31.506</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>436</record>
<time>2013/12/20 20:52:32.319</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>437</record>
<time>2013/12/20 20:52:32.321</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual C# Language Service Package]</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>438</record>
<time>2013/12/20 20:52:32.321</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC#\VCSPackages\*\cslangsvcui.dll</path>
</entry>
<entry>
<record>439</record>
<time>2013/12/20 20:52:32.322</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual C# Language Service Package]</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>440</record>
<time>2013/12/20 20:52:32.941</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>441</record>
<time>2013/12/20 20:52:32.941</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>442</record>
<time>2013/12/20 20:52:32.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>443</record>
<time>2013/12/20 20:52:32.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Toolbox.ToolboxPackage, Microsoft.VisualStudio.Toolbox, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>444</record>
<time>2013/12/20 20:52:32.951</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Toolbox.ToolboxPackage, Microsoft.VisualStudio.Toolbox, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>445</record>
<time>2013/12/20 20:52:32.960</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>446</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ProductID: </description>
</entry>
<entry>
<record>447</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Data Access Version: 6.1.7601.17514</description>
</entry>
<entry>
<record>448</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Application Name: Microsoft Visual Studio</description>
</entry>
<entry>
<record>449</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>SKU Edition: Professional</description>
</entry>
<entry>
<record>450</record>
<time>2013/12/20 20:52:33.586</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>451</record>
<time>2013/12/20 20:52:33.586</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Image Service Package]</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>452</record>
<time>2013/12/20 20:52:33.587</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Image Service Package]</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>453</record>
<time>2013/12/20 20:52:33.617</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
</entry>
<entry>
<record>454</record>
<time>2013/12/20 20:52:33.617</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>455</record>
<time>2013/12/20 20:52:33.619</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Task Scheduler Package]</description>
<guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
</entry>
<entry>
<record>456</record>
<time>2013/12/20 20:52:33.636</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PERF: Shell start. 5170 ms</description>
</entry>
<entry>
<record>457</record>
<time>2013/12/20 20:52:33.685</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Searching folder for extension.vsixmanifest files...</description>
<path>C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions</path>
</entry>
<entry>
<record>458</record>
<time>2013/12/20 20:52:33.686</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>459</record>
<time>2013/12/20 20:52:33.686</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>460</record>
<time>2013/12/20 20:52:33.686</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\METRO SDK\</path>
</entry>
<entry>
<record>461</record>
<time>2013/12/20 20:52:33.686</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\METRO SDK\</path>
</entry>
<entry>
<record>462</record>
<time>2013/12/20 20:52:33.686</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>463</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V8.0\EXTENSIONSDKS\MICROSOFT.WINJS.SHARED\VSIX\</path>
</entry>
<entry>
<record>464</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V8.0\EXTENSIONSDKS\MICROSOFT.WINJS.SHARED\VSIX\</path>
</entry>
<entry>
<record>465</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>466</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>467</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>468</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>469</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>470</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>471</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>472</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>473</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>474</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>475</record>
<time>2013/12/20 20:52:35.632</time>
<type>Information</type>
<source>Toolbox registry content loader</source>
<description>Reading previous state from toolbox cache.</description>
</entry>
<entry>
<record>476</record>
<time>2013/12/20 20:52:35.645</time>
<type>Information</type>
<source>Toolbox registry content loader</source>
<description>Cache data read successfully.</description>
</entry>
<entry>
<record>477</record>
<time>2013/12/20 20:52:35.649</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading new toolbox content</description>
</entry>
<entry>
<record>478</record>
<time>2013/12/20 20:52:35.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>479</record>
<time>2013/12/20 20:52:35.651</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Toolbox Controls Installer Package]</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>480</record>
<time>2013/12/20 20:52:35.653</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Toolbox Controls Installer Package]</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>481</record>
<time>2013/12/20 20:52:35.684</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>482</record>
<time>2013/12/20 20:52:35.684</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>483</record>
<time>2013/12/20 20:52:35.689</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>484</record>
<time>2013/12/20 20:52:35.766</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Done loading new toolbox content, total time = 109 ms</description>
</entry>
<entry>
<record>485</record>
<time>2013/12/20 20:55:43.291</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>486</record>
<time>2013/12/20 20:55:43.291</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>487</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>488</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\compsvcspkgui.dll</path>
</entry>
<entry>
<record>489</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>490</record>
<time>2013/12/20 20:55:43.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>491</record>
<time>2013/12/20 20:55:43.293</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>492</record>
<time>2013/12/20 20:55:43.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>493</record>
<time>2013/12/20 20:55:43.306</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>494</record>
<time>2013/12/20 20:55:43.311</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>495</record>
<time>2013/12/20 20:55:43.311</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>496</record>
<time>2013/12/20 20:55:43.311</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>497</record>
<time>2013/12/20 20:55:43.312</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>498</record>
<time>2013/12/20 20:55:43.335</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>499</record>
<time>2013/12/20 20:55:43.335</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>500</record>
<time>2013/12/20 20:55:43.335</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>501</record>
<time>2013/12/20 20:55:43.336</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>502</record>
<time>2013/12/20 20:55:43.337</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>503</record>
<time>2013/12/20 20:55:43.338</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>504</record>
<time>2013/12/20 20:55:43.338</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>505</record>
<time>2013/12/20 20:55:43.403</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>506</record>
<time>2013/12/20 20:55:43.403</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>507</record>
<time>2013/12/20 20:55:43.403</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>508</record>
<time>2013/12/20 20:55:43.414</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>509</record>
<time>2013/12/20 20:55:43.414</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>510</record>
<time>2013/12/20 20:55:43.414</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>511</record>
<time>2013/12/20 20:55:43.415</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>512</record>
<time>2013/12/20 20:55:43.421</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>513</record>
<time>2013/12/20 20:55:43.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>514</record>
<time>2013/12/20 20:55:43.525</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>515</record>
<time>2013/12/20 20:55:43.534</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>516</record>
<time>2013/12/20 20:55:43.534</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>517</record>
<time>2013/12/20 20:55:43.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\VC#\VCSPackages\*\csprojui.dll</path>
</entry>
<entry>
<record>518</record>
<time>2013/12/20 20:55:43.536</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>519</record>
<time>2013/12/20 20:55:43.608</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>520</record>
<time>2013/12/20 20:55:43.608</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>521</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>522</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\dirprjui.dll</path>
</entry>
<entry>
<record>523</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>524</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>525</record>
<time>2013/12/20 20:55:43.637</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>526</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>527</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>528</record>
<time>2013/12/20 20:55:43.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>529</record>
<time>2013/12/20 20:55:43.650</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>530</record>
<time>2013/12/20 20:55:43.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>531</record>
<time>2013/12/20 20:55:43.693</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>532</record>
<time>2013/12/20 20:55:43.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>533</record>
<time>2013/12/20 20:55:43.778</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>534</record>
<time>2013/12/20 20:55:43.779</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>535</record>
<time>2013/12/20 20:55:43.779</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>536</record>
<time>2013/12/20 20:55:43.787</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>537</record>
<time>2013/12/20 20:55:43.787</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>538</record>
<time>2013/12/20 20:55:43.787</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>539</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>540</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>541</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>542</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>543</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>544</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>545</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>546</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>547</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>548</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>549</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>550</record>
<time>2013/12/20 20:55:50.713</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>551</record>
<time>2013/12/20 20:55:50.713</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>552</record>
<time>2013/12/20 20:55:50.713</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>553</record>
<time>2013/12/20 20:55:50.719</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>554</record>
<time>2013/12/20 20:55:50.761</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>555</record>
<time>2013/12/20 20:55:50.761</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>556</record>
<time>2013/12/20 20:55:50.761</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>557</record>
<time>2013/12/20 20:55:50.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>558</record>
<time>2013/12/20 20:55:50.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>559</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>560</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>561</record>
<time>2013/12/20 20:55:50.801</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>562</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>563</record>
<time>2013/12/20 20:55:50.809</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>564</record>
<time>2013/12/20 20:55:50.810</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>565</record>
<time>2013/12/20 20:55:50.810</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>566</record>
<time>2013/12/20 20:55:50.810</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>567</record>
<time>2013/12/20 20:55:50.835</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>568</record>
<time>2013/12/20 20:55:50.836</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>569</record>
<time>2013/12/20 20:55:50.836</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>570</record>
<time>2013/12/20 20:55:50.836</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>571</record>
<time>2013/12/20 20:55:50.894</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>572</record>
<time>2013/12/20 20:55:50.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>573</record>
<time>2013/12/20 20:55:50.948</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>574</record>
<time>2013/12/20 20:55:50.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>575</record>
<time>2013/12/20 20:55:51.289</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>576</record>
<time>2013/12/20 20:55:51.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>577</record>
<time>2013/12/20 20:55:51.503</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>578</record>
<time>2013/12/20 20:55:51.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>579</record>
<time>2013/12/20 20:55:51.511</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>580</record>
<time>2013/12/20 20:55:51.512</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>581</record>
<time>2013/12/20 20:55:51.512</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>582</record>
<time>2013/12/20 20:55:51.512</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>583</record>
<time>2013/12/20 20:55:51.519</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>584</record>
<time>2013/12/20 20:55:51.520</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>585</record>
<time>2013/12/20 20:55:51.520</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>586</record>
<time>2013/12/20 20:55:51.520</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>587</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>588</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>589</record>
<time>2013/12/20 20:55:51.530</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>590</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>591</record>
<time>2013/12/20 20:55:51.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>592</record>
<time>2013/12/20 20:55:51.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>593</record>
<time>2013/12/20 20:55:51.536</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>594</record>
<time>2013/12/20 20:55:51.536</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>595</record>
<time>2013/12/20 20:55:51.582</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>596</record>
<time>2013/12/20 20:55:54.317</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>597</record>
<time>2013/12/20 20:55:54.317</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>598</record>
<time>2013/12/20 20:55:54.318</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>599</record>
<time>2013/12/20 20:55:54.319</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\webdirprjui.dll</path>
</entry>
<entry>
<record>600</record>
<time>2013/12/20 20:55:54.320</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>601</record>
<time>2013/12/20 20:55:55.147</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>602</record>
<time>2013/12/20 20:55:55.148</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>603</record>
<time>2013/12/20 20:55:55.148</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>604</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>605</record>
<time>2013/12/20 20:55:55.161</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>606</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>607</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>608</record>
<time>2013/12/20 20:55:55.166</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>609</record>
<time>2013/12/20 20:55:56.688</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>610</record>
<time>2013/12/20 20:55:56.688</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>611</record>
<time>2013/12/20 20:55:56.688</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>612</record>
<time>2013/12/20 20:55:56.739</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>613</record>
<time>2013/12/20 20:55:57.877</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>614</record>
<time>2013/12/20 20:55:57.877</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>615</record>
<time>2013/12/20 20:55:57.877</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>616</record>
<time>2013/12/20 20:55:58.002</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>617</record>
<time>2013/12/20 20:55:58.638</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Windows.Forms.TextBox against framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>618</record>
<time>2013/12/20 20:55:58.639</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>619</record>
<time>2013/12/20 20:55:58.639</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>620</record>
<time>2013/12/20 20:55:58.639</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>621</record>
<time>2013/12/20 20:55:58.640</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>622</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>The item provider re-added the existing object, indicating that it supports framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>623</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Windows.Forms.TextBox against framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>624</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>The item provider re-added the existing object, indicating that it supports framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>625</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Web.UI.WebControls.AccessDataSource against framework .NETFramework,Version=v4.5</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>626</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>627</record>
<time>2013/12/20 20:55:58.652</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>628</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>629</record>
<time>2013/12/20 20:55:58.654</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>630</record>
<time>2013/12/20 20:55:58.659</time>
<type>Information</type>
<source>VisualStudio</source>
<description>No item of type System.Web.UI.WebControls.AccessDataSource supports framework .NETFramework,Version=v4.5</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>631</record>
<time>2013/12/20 20:55:59.138</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>632</record>
<time>2013/12/20 20:55:59.138</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>633</record>
<time>2013/12/20 20:55:59.138</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>634</record>
<time>2013/12/20 20:55:59.142</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>635</record>
<time>2013/12/20 20:55:59.575</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>636</record>
<time>2013/12/20 20:55:59.575</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>637</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>638</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>639</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>640</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>641</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>642</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>643</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>644</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>645</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>646</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>647</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>648</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>649</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>650</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>651</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>652</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>653</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>654</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>655</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>656</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>657</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>658</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>659</record>
<time>2013/12/20 20:55:59.582</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>660</record>
<time>2013/12/20 20:55:59.598</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>661</record>
<time>2013/12/20 20:55:59.598</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VB\Bin\*\msvbprjui.dll</path>
</entry>
<entry>
<record>662</record>
<time>2013/12/20 20:55:59.599</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>663</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>664</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>665</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>666</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>667</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>668</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>669</record>
<time>2013/12/20 20:56:00.121</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>670</record>
<time>2013/12/20 20:56:00.136</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.JSLS.JavaScriptLanguageServicePackage, Microsoft.VisualStudio.JSLS, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>671</record>
<time>2013/12/20 20:56:00.142</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.JSLS.JavaScriptLanguageServicePackage, Microsoft.VisualStudio.JSLS, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>672</record>
<time>2013/12/20 20:56:05.447</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>673</record>
<time>2013/12/20 20:56:05.447</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.WitPackage, Microsoft.VisualStudio.TeamFoundation.WorkItemTracking, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>674</record>
<time>2013/12/20 20:56:05.556</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.WitPackage, Microsoft.VisualStudio.TeamFoundation.WorkItemTracking, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>675</record>
<time>2013/12/20 20:56:14.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>676</record>
<time>2013/12/20 20:56:14.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>677</record>
<time>2013/12/20 20:56:14.329</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>678</record>
<time>2013/12/20 20:57:09.064</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>679</record>
<time>2013/12/20 20:57:09.079</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Settings and Project Designers Package]</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>680</record>
<time>2013/12/20 20:57:09.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Settings and Project Designers Package]</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>681</record>
<time>2013/12/20 20:57:09.315</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>682</record>
<time>2013/12/20 20:57:09.316</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Code Analysis Package]</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>683</record>
<time>2013/12/20 20:57:09.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Code Analysis Package]</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>684</record>
<time>2013/12/20 21:03:33.210</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>685</record>
<time>2013/12/20 21:03:33.210</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio XML Editor Package]</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>686</record>
<time>2013/12/20 21:03:33.257</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio XML Editor Package]</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>687</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>688</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Code Snippets Package]</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>689</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Code Snippets Package]</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>690</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
<entry>
<record>691</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Class Outline Package]</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
<entry>
<record>692</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Class Outline Package]</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
</activity>
Both the table and the graph work fine independently when I call my data access method for each object. I dont want to have to call the data access method twice. This report has the potential to be very large, and the larger the better for my customers. These are the exact steps I took that led to this failure:
1 - Set Report data source to the ObjectDataSource (lets call that dsFuel)
2 - Change Table data source from dsFuel to None.
3 - Set Table binding data source to ReportItem.DataObject
4 - Set Filter on Table =Fields.FuelLevel = =False
5 - Change Graph data source from dsFuel to None --- **** This is where VS crashes ******
So I have a two questions. Is this a known issue? Am I correctly setting this up to have both the Table and Graph use the same data source?
1 - Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OverflowException
Stack:
at System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
at System.Windows.Forms.Control.Invoke(System.Delegate, System.Object[])
at Telerik.Reporting.Design.Behavior.SelectionManager.Refresh()
at Telerik.Reporting.Design.GraphDesigner.OnProcessItemCompleted()
at Telerik.Reporting.Design.GraphDesigner.ProcessItem()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
2 - Faulting application name: devenv.exe, version: 11.0.61030.0, time stamp: 0x5270a974
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x1594
Faulting application start time: 0x01cefdc4c0ee91bd
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 91febca5-69b8-11e3-b1fc-d4bed9ca6bf9
Also, I set up the Visual Studio devenv.exe.config file to log output. That file is attached. Looks like I can't attach text files. So here it is:
<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2012 version: 11.0.61030.0</description>
</entry>
<entry>
<record>2</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Running in User Groups: Users</description>
</entry>
<entry>
<record>3</record>
<time>2013/12/20 20:52:28.572</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Available Drive Space: C:\ drive has 464885411840 bytes; G:\ drive has 415041728512 bytes</description>
</entry>
<entry>
<record>4</record>
<time>2013/12/20 20:52:28.573</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Internet Explorer Version: 11.0.9600.16476</description>
</entry>
<entry>
<record>5</record>
<time>2013/12/20 20:52:28.573</time>
<type>Information</type>
<source>VisualStudio</source>
<description>.NET Framework Version: 4.0.40305.0</description>
</entry>
<entry>
<record>6</record>
<time>2013/12/20 20:52:28.574</time>
<type>Information</type>
<source>VisualStudio</source>
<description>MSXML Version: 6.30.7601.17988</description>
</entry>
<entry>
<record>7</record>
<time>2013/12/20 20:52:28.574</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Creating PkgDefCacheNonVolatile</description>
</entry>
<entry>
<record>8</record>
<time>2013/12/20 20:52:28.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Double-checking master pkgdef file</description>
</entry>
<entry>
<record>9</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement initialized</description>
</entry>
<entry>
<record>10</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>RootFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\</path>
</entry>
<entry>
<record>11</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ShellFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\</path>
</entry>
<entry>
<record>12</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefSearchPath</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\Extensions;C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\CommonExtensions;C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\devenv.admin.pkgdef</path>
</entry>
<entry>
<record>13</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ApplicationExtensionsFolder</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\Extensions</path>
</entry>
<entry>
<record>14</record>
<time>2013/12/20 20:52:28.583</time>
<type>Information</type>
<source>VisualStudio</source>
<description>"ZeroImpact" = dword:0, "MergeRegistry" = dword:1</description>
</entry>
<entry>
<record>15</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement startup complete</description>
</entry>
<entry>
<record>16</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Configuration file to be used for CLR initialization</description>
<path>C:\Users\rgroses.LAT-LON\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config</path>
</entry>
<entry>
<record>17</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId setting up registry detouring</description>
</entry>
<entry>
<record>18</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Adding detour rule 1: from HKLM</description>
<path>Software\Microsoft\VisualStudio\11.0</path>
</entry>
<entry>
<record>19</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Detour to HKCU</description>
<path>Software\Microsoft\VisualStudio\11.0_Config</path>
</entry>
<entry>
<record>20</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Adding detour rule 2: from HKLM</description>
<path>Software\Microsoft\VisualStudio\11.0</path>
</entry>
<entry>
<record>21</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Detour to HKCU</description>
<path>Software\Microsoft\VisualStudio\11.0_Config</path>
</entry>
<entry>
<record>22</record>
<time>2013/12/20 20:52:28.585</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId starting registry detouring</description>
</entry>
<entry>
<record>23</record>
<time>2013/12/20 20:52:28.677</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>24</record>
<time>2013/12/20 20:52:28.677</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>25</record>
<time>2013/12/20 20:52:28.739</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>26</record>
<time>2013/12/20 20:52:28.747</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>27</record>
<time>2013/12/20 20:52:28.748</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>28</record>
<time>2013/12/20 20:52:28.748</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE*\VsLogUI.dll</path>
</entry>
<entry>
<record>29</record>
<time>2013/12/20 20:52:28.752</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>30</record>
<time>2013/12/20 20:52:28.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>31</record>
<time>2013/12/20 20:52:28.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>32</record>
<time>2013/12/20 20:52:28.967</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>33</record>
<time>2013/12/20 20:52:29.015</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>34</record>
<time>2013/12/20 20:52:29.015</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [MRU Package]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>35</record>
<time>2013/12/20 20:52:29.017</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [MRU Package]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>36</record>
<time>2013/12/20 20:52:29.198</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>37</record>
<time>2013/12/20 20:52:29.198</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function LoadDTETypeLib</description>
</entry>
<entry>
<record>38</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function LoadDTETypeLib</description>
</entry>
<entry>
<record>39</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>40</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>41</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{18BEB7F2-CA98-11D1-B6E7-00A0C90F2744}</guid>
</entry>
<entry>
<record>42</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>43</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>44</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>45</record>
<time>2013/12/20 20:52:29.202</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>46</record>
<time>2013/12/20 20:52:29.204</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>47</record>
<time>2013/12/20 20:52:29.204</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Project Upgrade]</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>48</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Project Upgrade]</description>
<guid>{922C5B77-0DF3-441F-8E07-5D12F054D8C5}</guid>
</entry>
<entry>
<record>49</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>50</record>
<time>2013/12/20 20:52:29.249</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Menu]</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>51</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Menu]</description>
<guid>{8B0D07E8-BD3D-4C9A-B065-5378B0BB7C7D}</guid>
</entry>
<entry>
<record>52</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>53</record>
<time>2013/12/20 20:52:29.255</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress ASP.NET Menu]</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>54</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress ASP.NET Menu]</description>
<guid>{53CC94C8-453A-4718-AE3D-7CF035B967E1}</guid>
</entry>
<entry>
<record>55</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>56</record>
<time>2013/12/20 20:52:29.263</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual C# Project Templates]</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>57</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual C# Project Templates]</description>
<guid>{B5A28A82-164C-44C0-B904-553EC29DC59A}</guid>
</entry>
<entry>
<record>58</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>59</record>
<time>2013/12/20 20:52:29.266</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual Basic Project Templates]</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>60</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual Basic Project Templates]</description>
<guid>{A75A428E-C71A-463F-AC2D-EBE91B0A7BD5}</guid>
</entry>
<entry>
<record>61</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>62</record>
<time>2013/12/20 20:52:29.269</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DevExpress Visual Studio Menu Integration]</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>63</record>
<time>2013/12/20 20:52:29.284</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DevExpress Visual Studio Menu Integration]</description>
<guid>{BC4E7AB7-E6C0-4775-9D51-392C0D24344F}</guid>
</entry>
<entry>
<record>64</record>
<time>2013/12/20 20:52:29.285</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>65</record>
<time>2013/12/20 20:52:29.285</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [SqlStudio Profile Package]</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>66</record>
<time>2013/12/20 20:52:29.361</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [SqlStudio Profile Package]</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
</entry>
<entry>
<record>67</record>
<time>2013/12/20 20:52:29.361</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>68</record>
<time>2013/12/20 20:52:29.362</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.JustCode.JustCode, Telerik.JustCode, Version=2009.3.1202.10, Culture=neutral, PublicKeyToken=null]</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>69</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.JustCode.JustCode, Telerik.JustCode, Version=2009.3.1202.10, Culture=neutral, PublicKeyToken=null]</description>
<guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
</entry>
<entry>
<record>70</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>71</record>
<time>2013/12/20 20:52:29.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Reporting.VsPackage.VsPackage, Telerik.Reporting.VsPackage, Version=3.35.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be]</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>72</record>
<time>2013/12/20 20:52:29.463</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Reporting.VsPackage.VsPackage, Telerik.Reporting.VsPackage, Version=3.35.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be]</description>
<guid>{EF758E88-9A91-4C54-87EA-D6E1542BE262}</guid>
</entry>
<entry>
<record>73</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>74</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>75</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>76</record>
<time>2013/12/20 20:52:29.464</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>77</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>78</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>79</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>80</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Help Package]</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>81</record>
<time>2013/12/20 20:52:29.467</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE\*\msenvui.dll</path>
</entry>
<entry>
<record>82</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Help Package]</description>
<guid>{4A791146-19E4-11D3-B86B-00C04F79F802}</guid>
</entry>
<entry>
<record>83</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>84</record>
<time>2013/12/20 20:52:29.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.12.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>85</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.12.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
<guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
</entry>
<entry>
<record>86</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>87</record>
<time>2013/12/20 20:52:29.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>88</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.VSX.UserSettingsPackage.UserSettingsPackage, Telerik.VSX.UserSettingsPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{94C35263-71D0-4F81-886E-C1E23EA9C837}</guid>
</entry>
<entry>
<record>89</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>90</record>
<time>2013/12/20 20:52:29.481</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>91</record>
<time>2013/12/20 20:52:29.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Windows.WPF.VSPackage.VSPackage, Telerik.Windows.WPF.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{4E80FBA9-6E50-49C2-B929-D1B3EF152AB2}</guid>
</entry>
<entry>
<record>92</record>
<time>2013/12/20 20:52:29.504</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>93</record>
<time>2013/12/20 20:52:29.504</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage.2013.3.1031.0, Version=2013.3.1031.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>94</record>
<time>2013/12/20 20:52:29.529</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage.2013.3.1031.0, Version=2013.3.1031.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
</entry>
<entry>
<record>95</record>
<time>2013/12/20 20:52:29.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>96</record>
<time>2013/12/20 20:52:29.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.MVC.VSPackage.VSPackage, Telerik.MVC.VSPackage.2012.3.1212.0, Version=2012.3.1212.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>97</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.MVC.VSPackage.VSPackage, Telerik.MVC.VSPackage.2012.3.1212.0, Version=2012.3.1212.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{0C0A0DFE-3485-470C-8830-1B6064E10D0F}</guid>
</entry>
<entry>
<record>98</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>99</record>
<time>2013/12/20 20:52:29.547</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>100</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage.2013.3.1014.0, Version=2013.3.1014.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
</entry>
<entry>
<record>101</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>102</record>
<time>2013/12/20 20:52:29.555</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage.2013.3.1015.0, Version=2013.3.1015.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>103</record>
<time>2013/12/20 20:52:29.579</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.WinControls.VSPackage.VSPackage, Telerik.WinControls.VSPackage.2013.3.1015.0, Version=2013.3.1015.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{6D4BD4EA-594D-4DDC-BCA8-512B6D3C7FA1}</guid>
</entry>
<entry>
<record>104</record>
<time>2013/12/20 20:52:29.580</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>105</record>
<time>2013/12/20 20:52:29.580</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Telerik.KendoUI.Mvc.VSPackage.VsPackage, Telerik.KendoUI.Mvc.VSPackage.2013.2.716.0, Version=2013.2.716.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>106</record>
<time>2013/12/20 20:52:29.604</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Telerik.KendoUI.Mvc.VSPackage.VsPackage, Telerik.KendoUI.Mvc.VSPackage.2013.2.716.0, Version=2013.2.716.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
<guid>{04DEE904-467F-4B23-BC85-F6DBE3B799D2}</guid>
</entry>
<entry>
<record>107</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>108</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>109</record>
<time>2013/12/20 20:52:29.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>110</record>
<time>2013/12/20 20:52:29.923</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>111</record>
<time>2013/12/20 20:52:29.924</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>112</record>
<time>2013/12/20 20:52:29.924</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>113</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>114</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>115</record>
<time>2013/12/20 20:52:30.497</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>116</record>
<time>2013/12/20 20:52:30.500</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>117</record>
<time>2013/12/20 20:52:30.500</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>118</record>
<time>2013/12/20 20:52:30.502</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>119</record>
<time>2013/12/20 20:52:30.602</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>120</record>
<time>2013/12/20 20:52:30.602</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>121</record>
<time>2013/12/20 20:52:30.849</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>122</record>
<time>2013/12/20 20:52:30.850</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>123</record>
<time>2013/12/20 20:52:30.850</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\Packages\Debugger\*\VSDebugUI.dll</path>
</entry>
<entry>
<record>124</record>
<time>2013/12/20 20:52:30.868</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>125</record>
<time>2013/12/20 20:52:30.868</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Text Management Package]</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>126</record>
<time>2013/12/20 20:52:30.871</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Text Management Package]</description>
<guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
</entry>
<entry>
<record>127</record>
<time>2013/12/20 20:52:30.873</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Debugger]</description>
<guid>{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}</guid>
</entry>
<entry>
<record>128</record>
<time>2013/12/20 20:52:31.345</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>129</record>
<time>2013/12/20 20:52:31.345</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Component Model Host Package]</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>130</record>
<time>2013/12/20 20:52:31.375</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>131</record>
<time>2013/12/20 20:52:31.375</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ExtensionManagerPackage]</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>132</record>
<time>2013/12/20 20:52:31.381</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ExtensionManagerPackage]</description>
<guid>{E7576C05-1874-450C-9E98-CF3A0897A069}</guid>
</entry>
<entry>
<record>133</record>
<time>2013/12/20 20:52:31.436</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\Microsoft.VisualStudio.Progression.GraphControl.dll</path>
</entry>
<entry>
<record>134</record>
<time>2013/12/20 20:52:31.436</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\Microsoft.VisualStudio.Modeling.Components.11.0.dll</path>
</entry>
<entry>
<record>135</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\Microsoft.VisualStudio.DataDesign.RiaComponents.dll</path>
</entry>
<entry>
<record>136</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\Microsoft.VisualStudio.SharePoint.ProjectExtensions.Bdc.dll</path>
</entry>
<entry>
<record>137</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\Microsoft.VisualStudio.SharePoint.Explorer.Extensions.Implementation.dll</path>
</entry>
<entry>
<record>138</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\Microsoft.VisualStudio.SharePoint.Designers.List.dll</path>
</entry>
<entry>
<record>139</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\Microsoft.VisualStudio.SharePoint.ProjectExtensions.VSPackage.dll</path>
</entry>
<entry>
<record>140</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\Microsoft.VisualStudio.SharePoint.Remote.Commands.V4.dll</path>
</entry>
<entry>
<record>141</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Languages\Microsoft.VisualStudio.Web.Extensions.dll</path>
</entry>
<entry>
<record>142</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Languages\Microsoft.VisualStudio.JavaScript.Web.Extensions.dll</path>
</entry>
<entry>
<record>143</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Page Inspector\Microsoft.VisualStudio.Web.PageInspector.Package.dll</path>
</entry>
<entry>
<record>144</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.DataSourceProviders.dll</path>
</entry>
<entry>
<record>145</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.DataObjectGenerators.dll</path>
</entry>
<entry>
<record>146</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.VisualStudio.DataDesign.WpfComponents.dll</path>
</entry>
<entry>
<record>147</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Core.dll</path>
</entry>
<entry>
<record>148</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Client.dll</path>
</entry>
<entry>
<record>149</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\Microsoft.VisualStudio.Progression.Native.CodeProvider.dll</path>
</entry>
<entry>
<record>150</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\Microsoft.VisualStudio.Progression.VSProvider.dll</path>
</entry>
<entry>
<record>151</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.Core.dll</path>
</entry>
<entry>
<record>152</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\Microsoft.VisualStudio.SharePoint.AddServiceReference.dll</path>
</entry>
<entry>
<record>153</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\Microsoft.VisualStudio.CodeAnalysis.VCPlugin.dll</path>
</entry>
<entry>
<record>154</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\..\..\..\PrivateAssemblies\StanCore.dll</path>
</entry>
<entry>
<record>155</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\Microsoft.VisualStudio.CSharp.NavigateTo.dll</path>
</entry>
<entry>
<record>156</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\Microsoft.VisualStudio.CSharp.SmartTags.dll</path>
</entry>
<entry>
<record>157</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\Microsoft.VisualStudio.Diff.dll</path>
</entry>
<entry>
<record>158</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Editor.dll</path>
</entry>
<entry>
<record>159</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Editor.Implementation.dll</path>
</entry>
<entry>
<record>160</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.CoreUtility.dll</path>
</entry>
<entry>
<record>161</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Language.Intellisense.dll</path>
</entry>
<entry>
<record>162</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Language.StandardClassification.dll</path>
</entry>
<entry>
<record>163</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\VsDebugPresentationPackage.dll</path>
</entry>
<entry>
<record>164</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.Data.dll</path>
</entry>
<entry>
<record>165</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.Logic.dll</path>
</entry>
<entry>
<record>166</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.UI.dll</path>
</entry>
<entry>
<record>167</record>
<time>2013/12/20 20:52:31.437</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Text.UI.Wpf.dll</path>
</entry>
<entry>
<record>168</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\Microsoft.VSDesigner.ExceptionAssistant.SmartTag.dll</path>
</entry>
<entry>
<record>169</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\Microsoft.VisualStudio.Language.CallHierarchy.Implementation.dll</path>
</entry>
<entry>
<record>170</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\Microsoft.VisualStudio.Language.GenerateType.Implementation.dll</path>
</entry>
<entry>
<record>171</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\Microsoft.VisualStudio.PerformanceTools.EditorIntegration.dll</path>
</entry>
<entry>
<record>172</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\Microsoft.VisualStudio.Project.Core.Impl.dll</path>
</entry>
<entry>
<record>173</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\Microsoft.VisualStudio.Project.VS.Implementation.dll</path>
</entry>
<entry>
<record>174</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\Microsoft.VisualStudio.ReferenceManager.Providers.dll</path>
</entry>
<entry>
<record>175</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\Microsoft.VisualStudio.ReferenceManager.Dialog.dll</path>
</entry>
<entry>
<record>176</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\Microsoft.VisualStudio.JSLS.dll</path>
</entry>
<entry>
<record>177</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\Microsoft.VisualStudio.Web.HTML.Implementation.dll</path>
</entry>
<entry>
<record>178</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\Microsoft.Web.Editor.dll</path>
</entry>
<entry>
<record>179</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.VisualStudio.CSS.Package.dll</path>
</entry>
<entry>
<record>180</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.CSS.Editor.dll</path>
</entry>
<entry>
<record>181</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll</path>
</entry>
<entry>
<record>182</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.VersionControl.dll</path>
</entry>
<entry>
<record>183</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.SharePointReporting.dll</path>
</entry>
<entry>
<record>184</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.Build.dll</path>
</entry>
<entry>
<record>185</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.VisualStudio.TeamFoundation.dll</path>
</entry>
<entry>
<record>186</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\Microsoft.VisualStudio.TemplateProviders.Implementation.dll</path>
</entry>
<entry>
<record>187</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\Microsoft.VisualBasic.Editor.dll</path>
</entry>
<entry>
<record>188</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\Microsoft.VisualStudio.VisualBasic.LanguageService.dll</path>
</entry>
<entry>
<record>189</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\Microsoft.VisualStudio.VisualBasic.NavigateTo.dll</path>
</entry>
<entry>
<record>190</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\Microsoft.VisualC.Editor.Implementation.dll</path>
</entry>
<entry>
<record>191</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\Microsoft.VisualC.QuickSearch.Implementation.dll</path>
</entry>
<entry>
<record>192</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.dll</path>
</entry>
<entry>
<record>193</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.WorkItemTracking.Controls.dll</path>
</entry>
<entry>
<record>194</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.VersionControl.Controls.dll</path>
</entry>
<entry>
<record>195</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\Microsoft.VisualStudio.Web.CSS.Implementation.dll</path>
</entry>
<entry>
<record>196</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.TeamExplorer.Navigation.dll</path>
</entry>
<entry>
<record>197</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\Microsoft.VisualStudio.Web.Exports.dll</path>
</entry>
<entry>
<record>198</record>
<time>2013/12/20 20:52:31.438</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.Controls.dll</path>
</entry>
<entry>
<record>199</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.Shims.1_0_0_0.dll</path>
</entry>
<entry>
<record>200</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\Microsoft.VisualStudio.WebClient.Diagnostics.HtmlToolHost.dll</path>
</entry>
<entry>
<record>201</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\Microsoft.JavaScript.Services.Implementation.dll</path>
</entry>
<entry>
<record>202</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\Microsoft.TeamFoundation.Build.Controls.dll</path>
</entry>
<entry>
<record>203</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\Microsoft.VisualStudio.JavaScript.Project.dll</path>
</entry>
<entry>
<record>204</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\Microsoft.VisualStudio.Activities.CSharp.dll</path>
</entry>
<entry>
<record>205</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\Microsoft.VisualStudio.Platform.VSEditor.dll</path>
</entry>
<entry>
<record>206</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\Microsoft.VisualStudio.Language.NavigateTo.Implementation.dll</path>
</entry>
<entry>
<record>207</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\Microsoft.VisualStudio.Language.QuickSearch.FileNameProvider.dll</path>
</entry>
<entry>
<record>208</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\Microsoft.VisualStudio.Debugger.Parallel.Extension.dll</path>
</entry>
<entry>
<record>209</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\Microsoft.VisualStudio.Shell.TreeNavigation.HierarchyProvider.dll</path>
</entry>
<entry>
<record>210</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider.dll</path>
</entry>
<entry>
<record>211</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\Microsoft.Expression.DesignHost.dll</path>
</entry>
<entry>
<record>212</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.dll</path>
</entry>
<entry>
<record>213</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\Microsoft.VisualStudio.Progression.VBProvider.dll</path>
</entry>
<entry>
<record>214</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.VSTest.dll</path>
</entry>
<entry>
<record>215</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.MSTest.TestWindow.dll</path>
</entry>
<entry>
<record>216</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\Microsoft.VisualStudio.Progression.LanguageService.CSharp.dll</path>
</entry>
<entry>
<record>217</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Common.dll</path>
</entry>
<entry>
<record>218</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\Microsoft.Data.Entity.Design.DataSourceWizardExtension.dll</path>
</entry>
<entry>
<record>219</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</path>
</entry>
<entry>
<record>220</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestPlatform.Utilities.dll</path>
</entry>
<entry>
<record>221</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\Microsoft.VisualStudio.TestWindow.CppUnitTestExtension.dll</path>
</entry>
<entry>
<record>222</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.Shims.2_0.dll</path>
</entry>
<entry>
<record>223</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\Microsoft.VisualStudio.WebClient.Diagnostics.PerformanceToolHost.dll</path>
</entry>
<entry>
<record>224</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\Microsoft.DiagnosticsHub.VisualStudio.Package.dll</path>
</entry>
<entry>
<record>225</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\Microsoft.DiagnosticsHub.Runtime.dll</path>
</entry>
<entry>
<record>226</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.Delta.dll</path>
</entry>
<entry>
<record>227</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.Delta.UI.dll</path>
</entry>
<entry>
<record>228</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\Microsoft.VisualStudio.Data.Tools.SQLPDWExtensions.dll</path>
</entry>
<entry>
<record>229</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\Microsoft.VisualStudio.Web.HTML.Razor.Implementation.dll</path>
</entry>
<entry>
<record>230</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\DevExpress.Xpo.VisualDesigner.VS11.Dsl.dll</path>
</entry>
<entry>
<record>231</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\DevExpress.Xpo.VisualDesigner.VS11.DslPackage.dll</path>
</entry>
<entry>
<record>232</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGetConsole.Host.PowerShellProvider.dll</path>
</entry>
<entry>
<record>233</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGet.Console.dll</path>
</entry>
<entry>
<record>234</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\NuGet.VisualStudio.dll</path>
</entry>
<entry>
<record>235</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS10Integration.dll</path>
</entry>
<entry>
<record>236</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS11Integration.dll</path>
</entry>
<entry>
<record>237</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\Program Files (x86)\Telerik\JustCode\Libraries\Telerik.JustCode.VS11SpecificIntegration.dll</path>
</entry>
<entry>
<record>238</record>
<time>2013/12/20 20:52:31.439</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\PreEmptive.Analytics.Aggregator.VSPackage.TeamFoundation.11.0.dll</path>
</entry>
<entry>
<record>239</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\PreEmptive.Analytics.Aggregator.VSPackage.11.0.dll</path>
</entry>
<entry>
<record>240</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\VsGraphicsDebuggerPkg.dll</path>
</entry>
<entry>
<record>241</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.VSExtension.dll</path>
</entry>
<entry>
<record>242</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.EntityFramework.dll</path>
</entry>
<entry>
<record>243</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\Microsoft.LightSwitch.JavaScript.Project.dll</path>
</entry>
<entry>
<record>244</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\PasteJsonAsClasses\Microsoft.VisualStudio.Web.PasteJson.dll</path>
</entry>
<entry>
<record>245</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Publish\Microsoft.VisualStudio.Web.Publish.dll</path>
</entry>
<entry>
<record>246</record>
<time>2013/12/20 20:52:31.440</time>
<type>Information</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Successfully loaded component assembly from cache</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\Scaffolding\Microsoft.AspNet.Scaffolding.Core.dll</path>
</entry>
<entry>
<record>247</record>
<time>2013/12/20 20:52:31.449</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Component Model Host Package]</description>
<guid>{49D12072-378B-4FFA-A09E-40E0B5D097CC}</guid>
</entry>
<entry>
<record>248</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\</path>
</entry>
<entry>
<record>249</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHDOCUMENTPACKAGE\</path>
</entry>
<entry>
<record>250</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\CONCURRENCYVISUALIZER\</path>
</entry>
<entry>
<record>251</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\CONCURRENCYVISUALIZER\</path>
</entry>
<entry>
<record>252</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH COSMOPOLITAN\</path>
</entry>
<entry>
<record>253</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH COSMOPOLITAN\</path>
</entry>
<entry>
<record>254</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH EXTENSIONS\</path>
</entry>
<entry>
<record>255</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\LIGHTSWITCH EXTENSIONS\</path>
</entry>
<entry>
<record>256</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\</path>
</entry>
<entry>
<record>257</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\MODELING\11.0\</path>
</entry>
<entry>
<record>258</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\PORTABLE LIBRARY TOOLS\</path>
</entry>
<entry>
<record>259</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\PORTABLE LIBRARY TOOLS\</path>
</entry>
<entry>
<record>260</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\</path>
</entry>
<entry>
<record>261</record>
<time>2013/12/20 20:52:31.500</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\DATABINDING\</path>
</entry>
<entry>
<record>262</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\PACKAGE\</path>
</entry>
<entry>
<record>263</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\RIATOOLS\PACKAGE\</path>
</entry>
<entry>
<record>264</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\</path>
</entry>
<entry>
<record>265</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\BDC\</path>
</entry>
<entry>
<record>266</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\</path>
</entry>
<entry>
<record>267</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\EXPLORER\</path>
</entry>
<entry>
<record>268</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\</path>
</entry>
<entry>
<record>269</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\LISTDESIGNER\</path>
</entry>
<entry>
<record>270</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\</path>
</entry>
<entry>
<record>271</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\PROJECT\</path>
</entry>
<entry>
<record>272</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\</path>
</entry>
<entry>
<record>273</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SHAREPOINT\EXTENSIONS\REMOTECOMMANDS\</path>
</entry>
<entry>
<record>274</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VC\CLASSWIZARD\10.0\</path>
</entry>
<entry>
<record>275</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VC\CLASSWIZARD\10.0\</path>
</entry>
<entry>
<record>276</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\10.0\</path>
</entry>
<entry>
<record>277</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VISUAL STUDIO MPF\10.0\</path>
</entry>
<entry>
<record>278</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>279</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>280</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
</entry>
<entry>
<record>281</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V2.0\</path>
</entry>
<entry>
<record>282</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\</path>
</entry>
<entry>
<record>283</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\PREEMPTIVE SOLUTIONS\PREEMPTIVE ANALYTICS AGGREGATOR VISUALIZER\1.0\</path>
</entry>
<entry>
<record>284</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\</path>
</entry>
<entry>
<record>285</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\DATADESIGN\</path>
</entry>
<entry>
<record>286</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHPROVIDERPACKAGE\</path>
</entry>
<entry>
<record>287</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\GRAPHPROVIDERPACKAGE\</path>
</entry>
<entry>
<record>288</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\</path>
</entry>
<entry>
<record>289</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\CSHARP\</path>
</entry>
<entry>
<record>290</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\</path>
</entry>
<entry>
<record>291</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\NATIVECODE\</path>
</entry>
<entry>
<record>292</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\</path>
</entry>
<entry>
<record>293</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\SOLUTION\</path>
</entry>
<entry>
<record>294</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\</path>
</entry>
<entry>
<record>295</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ARCHITECTURE TOOLS\PROVIDERS\VB\</path>
</entry>
<entry>
<record>296</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\</path>
</entry>
<entry>
<record>297</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\ASREXTENSIONS\SHAREPOINT\</path>
</entry>
<entry>
<record>298</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
</entry>
<entry>
<record>299</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\</path>
</entry>
<entry>
<record>300</record>
<time>2013/12/20 20:52:31.501</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\</path>
</entry>
<entry>
<record>301</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CODEANALYSIS\</path>
</entry>
<entry>
<record>302</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\</path>
</entry>
<entry>
<record>303</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\NAVIGATETO\</path>
</entry>
<entry>
<record>304</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\</path>
</entry>
<entry>
<record>305</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CS\SMARTTAGS\</path>
</entry>
<entry>
<record>306</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\</path>
</entry>
<entry>
<record>307</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\DIFF\</path>
</entry>
<entry>
<record>308</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\</path>
</entry>
<entry>
<record>309</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EDITOR\</path>
</entry>
<entry>
<record>310</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\</path>
</entry>
<entry>
<record>311</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\EXCEPTIONASSISTANT\SMARTTAGS\10.0\</path>
</entry>
<entry>
<record>312</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\</path>
</entry>
<entry>
<record>313</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\CALLHIERARCHY\</path>
</entry>
<entry>
<record>314</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\</path>
</entry>
<entry>
<record>315</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LANGUAGE\GENERATETYPE\</path>
</entry>
<entry>
<record>316</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
</entry>
<entry>
<record>317</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PERFORMANCE TOOLS\</path>
</entry>
<entry>
<record>318</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\</path>
</entry>
<entry>
<record>319</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\LIGHTSWITCH\V3.0\</path>
</entry>
<entry>
<record>320</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
</entry>
<entry>
<record>321</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PROJECT\</path>
</entry>
<entry>
<record>322</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
</entry>
<entry>
<record>323</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\REFERENCEMANAGER\</path>
</entry>
<entry>
<record>324</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
</entry>
<entry>
<record>325</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
</entry>
<entry>
<record>326</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
</entry>
<entry>
<record>327</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEMPLATEPROVIDERS\</path>
</entry>
<entry>
<record>328</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\</path>
</entry>
<entry>
<record>329</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\BLEND\</path>
</entry>
<entry>
<record>330</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\</path>
</entry>
<entry>
<record>331</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\LANGUAGESERVICE\</path>
</entry>
<entry>
<record>332</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\</path>
</entry>
<entry>
<record>333</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VB\NAVIGATETO\</path>
</entry>
<entry>
<record>334</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
</entry>
<entry>
<record>335</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\EDITOR\</path>
</entry>
<entry>
<record>336</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
</entry>
<entry>
<record>337</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\NAVIGATETO\</path>
</entry>
<entry>
<record>338</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
</entry>
<entry>
<record>339</record>
<time>2013/12/20 20:52:31.502</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\VC\PROJECT\</path>
</entry>
<entry>
<record>340</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\</path>
</entry>
<entry>
<record>341</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\CSS\</path>
</entry>
<entry>
<record>342</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\</path>
</entry>
<entry>
<record>343</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EDITOR\</path>
</entry>
<entry>
<record>344</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
</entry>
<entry>
<record>345</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\EXPORTS\</path>
</entry>
<entry>
<record>346</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\</path>
</entry>
<entry>
<record>347</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\HTML\</path>
</entry>
<entry>
<record>348</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\</path>
</entry>
<entry>
<record>349</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\IMPL\</path>
</entry>
<entry>
<record>350</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\</path>
</entry>
<entry>
<record>351</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEB\RAZOR\V1.0\</path>
</entry>
<entry>
<record>352</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\</path>
</entry>
<entry>
<record>353</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\WEB TOOLS\</path>
</entry>
<entry>
<record>354</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
</entry>
<entry>
<record>355</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\IPC\WEBDIAGNOSTICSATTACH\</path>
</entry>
<entry>
<record>356</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
</entry>
<entry>
<record>357</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\TOOLWINDOWS\</path>
</entry>
<entry>
<record>358</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
</entry>
<entry>
<record>359</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\LANGUAGE SERVICE\</path>
</entry>
<entry>
<record>360</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
</entry>
<entry>
<record>361</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\PROJECT SYSTEM\</path>
</entry>
<entry>
<record>362</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
</entry>
<entry>
<record>363</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WORKFLOWDESIGNER\</path>
</entry>
<entry>
<record>364</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
</entry>
<entry>
<record>365</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DEBUGGER\</path>
</entry>
<entry>
<record>366</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
</entry>
<entry>
<record>367</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\</path>
</entry>
<entry>
<record>368</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
</entry>
<entry>
<record>369</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\NAVIGATETO\FILEPROVIDER\</path>
</entry>
<entry>
<record>370</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
</entry>
<entry>
<record>371</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\PARALLELDEBUGGER\</path>
</entry>
<entry>
<record>372</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
</entry>
<entry>
<record>373</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\SHELL\</path>
</entry>
<entry>
<record>374</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
</entry>
<entry>
<record>375</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\</path>
</entry>
<entry>
<record>376</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
</entry>
<entry>
<record>377</record>
<time>2013/12/20 20:52:31.503</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\TREENAVIGATION\GRAPHPROVIDER\</path>
</entry>
<entry>
<record>378</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\11.0\</path>
</entry>
<entry>
<record>379</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\VISUAL STUDIO MPF\11.0\</path>
</entry>
<entry>
<record>380</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLEDITOR\VSIX\</path>
</entry>
<entry>
<record>381</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLEDITOR\VSIX\</path>
</entry>
<entry>
<record>382</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\</path>
</entry>
<entry>
<record>383</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\SQLDB\VSIX\</path>
</entry>
<entry>
<record>384</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
</entry>
<entry>
<record>385</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\PRODUCTUPDATE\</path>
</entry>
<entry>
<record>386</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\</path>
</entry>
<entry>
<record>387</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\PERFTOOLS\</path>
</entry>
<entry>
<record>388</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
</entry>
<entry>
<record>389</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\COMMONEXTENSIONS\PLATFORM\DIAGNOSTICSHUB\</path>
</entry>
<entry>
<record>390</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>391</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>392</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>393</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.XTRAREPORTS.V13.1\</path>
</entry>
<entry>
<record>394</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.XTRAREPORTS.V13.1\</path>
</entry>
<entry>
<record>395</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.WEB.V13.1\</path>
</entry>
<entry>
<record>396</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.WEB.V13.1\</path>
</entry>
<entry>
<record>397</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.XPO.V13.1\</path>
</entry>
<entry>
<record>398</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.XPO.V13.1\</path>
</entry>
<entry>
<record>399</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.V13.1\</path>
</entry>
<entry>
<record>400</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS.TEMPLATEGALLERY.V13.1\</path>
</entry>
<entry>
<record>401</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXMENU\</path>
</entry>
<entry>
<record>402</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXMENU\</path>
</entry>
<entry>
<record>403</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTS\</path>
</entry>
<entry>
<record>404</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTS\</path>
</entry>
<entry>
<record>405</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTSVB\</path>
</entry>
<entry>
<record>406</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\DXPROJECTSVB\</path>
</entry>
<entry>
<record>407</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\VSMENUINTEGRATION\</path>
</entry>
<entry>
<record>408</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS\VSMENUINTEGRATION\</path>
</entry>
<entry>
<record>409</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\</path>
</entry>
<entry>
<record>410</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\DEVEXPRESS ORM DATA MODEL WIZARD\</path>
</entry>
<entry>
<record>411</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>412</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>413</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>414</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>415</record>
<time>2013/12/20 20:52:31.504</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>416</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>417</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>418</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>419</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>420</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTCODE\</path>
</entry>
<entry>
<record>421</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTCODE\</path>
</entry>
<entry>
<record>422</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTMOCK\1.0.0.0\</path>
</entry>
<entry>
<record>423</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTMOCK\1.0.0.0\</path>
</entry>
<entry>
<record>424</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTDECOMPILE\</path>
</entry>
<entry>
<record>425</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TELERIK\JUSTDECOMPILE\</path>
</entry>
<entry>
<record>426</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>427</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>428</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>429</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>430</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>431</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>432</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>433</record>
<time>2013/12/20 20:52:31.505</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>434</record>
<time>2013/12/20 20:52:31.506</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>435</record>
<time>2013/12/20 20:52:31.506</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>436</record>
<time>2013/12/20 20:52:32.319</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>437</record>
<time>2013/12/20 20:52:32.321</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual C# Language Service Package]</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>438</record>
<time>2013/12/20 20:52:32.321</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC#\VCSPackages\*\cslangsvcui.dll</path>
</entry>
<entry>
<record>439</record>
<time>2013/12/20 20:52:32.322</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual C# Language Service Package]</description>
<guid>{A066E284-DCAB-11D2-B551-00C04F68D4DB}</guid>
</entry>
<entry>
<record>440</record>
<time>2013/12/20 20:52:32.941</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>441</record>
<time>2013/12/20 20:52:32.941</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>442</record>
<time>2013/12/20 20:52:32.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>443</record>
<time>2013/12/20 20:52:32.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Toolbox.ToolboxPackage, Microsoft.VisualStudio.Toolbox, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>444</record>
<time>2013/12/20 20:52:32.951</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Toolbox.ToolboxPackage, Microsoft.VisualStudio.Toolbox, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{6F453E1A-31DF-4CD6-AF8B-72AE242272B9}</guid>
</entry>
<entry>
<record>445</record>
<time>2013/12/20 20:52:32.960</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>446</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ProductID: </description>
</entry>
<entry>
<record>447</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Data Access Version: 6.1.7601.17514</description>
</entry>
<entry>
<record>448</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Application Name: Microsoft Visual Studio</description>
</entry>
<entry>
<record>449</record>
<time>2013/12/20 20:52:33.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>SKU Edition: Professional</description>
</entry>
<entry>
<record>450</record>
<time>2013/12/20 20:52:33.586</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>451</record>
<time>2013/12/20 20:52:33.586</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Image Service Package]</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>452</record>
<time>2013/12/20 20:52:33.587</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Image Service Package]</description>
<guid>{1491E936-6FFE-474E-8371-30E5920D8FDD}</guid>
</entry>
<entry>
<record>453</record>
<time>2013/12/20 20:52:33.617</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
</entry>
<entry>
<record>454</record>
<time>2013/12/20 20:52:33.617</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>455</record>
<time>2013/12/20 20:52:33.619</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Task Scheduler Package]</description>
<guid>{00CD9DDA-7350-457C-A240-71BD667FC4DE}</guid>
</entry>
<entry>
<record>456</record>
<time>2013/12/20 20:52:33.636</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PERF: Shell start. 5170 ms</description>
</entry>
<entry>
<record>457</record>
<time>2013/12/20 20:52:33.685</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Searching folder for extension.vsixmanifest files...</description>
<path>C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions</path>
</entry>
<entry>
<record>458</record>
<time>2013/12/20 20:52:33.686</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>459</record>
<time>2013/12/20 20:52:33.686</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>460</record>
<time>2013/12/20 20:52:33.686</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\METRO SDK\</path>
</entry>
<entry>
<record>461</record>
<time>2013/12/20 20:52:33.686</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\METRO SDK\</path>
</entry>
<entry>
<record>462</record>
<time>2013/12/20 20:52:33.686</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>463</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Successfully loaded extension...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V8.0\EXTENSIONSDKS\MICROSOFT.WINJS.SHARED\VSIX\</path>
</entry>
<entry>
<record>464</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V8.0\EXTENSIONSDKS\MICROSOFT.WINJS.SHARED\VSIX\</path>
</entry>
<entry>
<record>465</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SJSJKAZ1.OUT\</path>
</entry>
<entry>
<record>466</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TO34NUP5.VZ5\</path>
</entry>
<entry>
<record>467</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 11.0\COMMON7\IDE\EXTENSIONS\TUCI3SMP.2CP\</path>
</entry>
<entry>
<record>468</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\TSEP5Z4O.TN4\</path>
</entry>
<entry>
<record>469</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\CJEI1ZVP.BYL\</path>
</entry>
<entry>
<record>470</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\DUL54AIE.R42\</path>
</entry>
<entry>
<record>471</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\VTXSMDZ5.0ZX\</path>
</entry>
<entry>
<record>472</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\UMP0DW1R.QXF\</path>
</entry>
<entry>
<record>473</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\3YALF0OA.WSS\</path>
</entry>
<entry>
<record>474</record>
<time>2013/12/20 20:52:33.798</time>
<type>Information</type>
<source>Extension Manager</source>
<description>Extension is enabled...</description>
<path>C:\USERS\RGROSES.LAT-LON\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\SUFTCPJQ.RPL\</path>
</entry>
<entry>
<record>475</record>
<time>2013/12/20 20:52:35.632</time>
<type>Information</type>
<source>Toolbox registry content loader</source>
<description>Reading previous state from toolbox cache.</description>
</entry>
<entry>
<record>476</record>
<time>2013/12/20 20:52:35.645</time>
<type>Information</type>
<source>Toolbox registry content loader</source>
<description>Cache data read successfully.</description>
</entry>
<entry>
<record>477</record>
<time>2013/12/20 20:52:35.649</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading new toolbox content</description>
</entry>
<entry>
<record>478</record>
<time>2013/12/20 20:52:35.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>479</record>
<time>2013/12/20 20:52:35.651</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Toolbox Controls Installer Package]</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>480</record>
<time>2013/12/20 20:52:35.653</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Toolbox Controls Installer Package]</description>
<guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
<record>481</record>
<time>2013/12/20 20:52:35.684</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>482</record>
<time>2013/12/20 20:52:35.684</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>483</record>
<time>2013/12/20 20:52:35.689</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>484</record>
<time>2013/12/20 20:52:35.766</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Done loading new toolbox content, total time = 109 ms</description>
</entry>
<entry>
<record>485</record>
<time>2013/12/20 20:55:43.291</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>486</record>
<time>2013/12/20 20:55:43.291</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>487</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>488</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\compsvcspkgui.dll</path>
</entry>
<entry>
<record>489</record>
<time>2013/12/20 20:55:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Component Enumerator Package]</description>
<guid>{588205E0-66E0-11D3-8600-00C04F6123B3}</guid>
</entry>
<entry>
<record>490</record>
<time>2013/12/20 20:55:43.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>491</record>
<time>2013/12/20 20:55:43.293</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>492</record>
<time>2013/12/20 20:55:43.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>493</record>
<time>2013/12/20 20:55:43.306</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Build Manager Package]</description>
<guid>{B718A162-0361-4B0E-920B-D88D70BE609B}</guid>
</entry>
<entry>
<record>494</record>
<time>2013/12/20 20:55:43.311</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>495</record>
<time>2013/12/20 20:55:43.311</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>496</record>
<time>2013/12/20 20:55:43.311</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>497</record>
<time>2013/12/20 20:55:43.312</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [File Change Manager Package]</description>
<guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
</entry>
<entry>
<record>498</record>
<time>2013/12/20 20:55:43.335</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>499</record>
<time>2013/12/20 20:55:43.335</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>500</record>
<time>2013/12/20 20:55:43.335</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>501</record>
<time>2013/12/20 20:55:43.336</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Team Foundation Server Provider Package]</description>
<guid>{5BF14E63-E267-4787-B20B-B814FD043B38}</guid>
</entry>
<entry>
<record>502</record>
<time>2013/12/20 20:55:43.337</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>503</record>
<time>2013/12/20 20:55:43.338</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>504</record>
<time>2013/12/20 20:55:43.338</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>505</record>
<time>2013/12/20 20:55:43.403</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>506</record>
<time>2013/12/20 20:55:43.403</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>507</record>
<time>2013/12/20 20:55:43.403</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>508</record>
<time>2013/12/20 20:55:43.414</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>509</record>
<time>2013/12/20 20:55:43.414</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>510</record>
<time>2013/12/20 20:55:43.414</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>511</record>
<time>2013/12/20 20:55:43.415</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Services.Integration.ServicesPackage, Microsoft.VisualStudio.Services.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{0B93CCC5-BC52-40E9-91A3-7B8B58C4526B}</guid>
</entry>
<entry>
<record>512</record>
<time>2013/12/20 20:55:43.421</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost, Microsoft.VisualStudio.TeamFoundation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B80B010D-188C-4B19-B483-6C20D52071AE}</guid>
</entry>
<entry>
<record>513</record>
<time>2013/12/20 20:55:43.473</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
</entry>
<entry>
<record>514</record>
<time>2013/12/20 20:55:43.525</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>515</record>
<time>2013/12/20 20:55:43.534</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>516</record>
<time>2013/12/20 20:55:43.534</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>517</record>
<time>2013/12/20 20:55:43.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\\VC#\VCSPackages\*\csprojui.dll</path>
</entry>
<entry>
<record>518</record>
<time>2013/12/20 20:55:43.536</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>519</record>
<time>2013/12/20 20:55:43.608</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>520</record>
<time>2013/12/20 20:55:43.608</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>521</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>522</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\dirprjui.dll</path>
</entry>
<entry>
<record>523</record>
<time>2013/12/20 20:55:43.609</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Project Persistence Package]</description>
<guid>{DE353D20-56EB-11D2-BF19-00C04F79EFBC}</guid>
</entry>
<entry>
<record>524</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>525</record>
<time>2013/12/20 20:55:43.637</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>526</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>527</record>
<time>2013/12/20 20:55:43.637</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Task List Package]</description>
<guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
</entry>
<entry>
<record>528</record>
<time>2013/12/20 20:55:43.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>529</record>
<time>2013/12/20 20:55:43.650</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>530</record>
<time>2013/12/20 20:55:43.650</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>531</record>
<time>2013/12/20 20:55:43.693</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>532</record>
<time>2013/12/20 20:55:43.778</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>533</record>
<time>2013/12/20 20:55:43.778</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>534</record>
<time>2013/12/20 20:55:43.779</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>535</record>
<time>2013/12/20 20:55:43.779</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Solution Build Package]</description>
<guid>{282BD676-8B5B-11D0-8A34-00A0C91E2ACD}</guid>
</entry>
<entry>
<record>536</record>
<time>2013/12/20 20:55:43.787</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>537</record>
<time>2013/12/20 20:55:43.787</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>538</record>
<time>2013/12/20 20:55:43.787</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>539</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>540</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>541</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>542</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>543</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>544</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>545</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>546</record>
<time>2013/12/20 20:55:43.791</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>547</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>548</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>549</record>
<time>2013/12/20 20:55:43.792</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>550</record>
<time>2013/12/20 20:55:50.713</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>551</record>
<time>2013/12/20 20:55:50.713</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>552</record>
<time>2013/12/20 20:55:50.713</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>553</record>
<time>2013/12/20 20:55:50.719</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Internal.WPFFlavor.WPFPackage, Microsoft.VisualStudio.WPFFlavor, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{B3BAE735-386C-4030-8329-EF48EEDA4036}</guid>
</entry>
<entry>
<record>554</record>
<time>2013/12/20 20:55:50.761</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>555</record>
<time>2013/12/20 20:55:50.761</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>556</record>
<time>2013/12/20 20:55:50.761</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>557</record>
<time>2013/12/20 20:55:50.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>558</record>
<time>2013/12/20 20:55:50.767</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>559</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.ServiceModel.VisualStudioPackage, Microsoft.VisualStudio.ServiceModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
<guid>{2C0F61BF-3C36-468C-94B8-4021965749E7}</guid>
</entry>
<entry>
<record>560</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>561</record>
<time>2013/12/20 20:55:50.801</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>562</record>
<time>2013/12/20 20:55:50.801</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>563</record>
<time>2013/12/20 20:55:50.809</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson]</description>
<guid>{F97FC405-54EB-4873-9215-24B7CFA8A75D}</guid>
</entry>
<entry>
<record>564</record>
<time>2013/12/20 20:55:50.810</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>565</record>
<time>2013/12/20 20:55:50.810</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>566</record>
<time>2013/12/20 20:55:50.810</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>567</record>
<time>2013/12/20 20:55:50.835</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [NuGet.Tools.NuGetVSEventsPackage, NuGet.Tools, Version=2.7.40808.167, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{98BF0691-D23C-4897-A241-9CF5BEFDCC4A}</guid>
</entry>
<entry>
<record>568</record>
<time>2013/12/20 20:55:50.836</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>569</record>
<time>2013/12/20 20:55:50.836</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>570</record>
<time>2013/12/20 20:55:50.836</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>571</record>
<time>2013/12/20 20:55:50.894</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [VsDebugPresentationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{BEB01DDF-9D2B-435B-A9E7-76557E2B6B52}</guid>
</entry>
<entry>
<record>572</record>
<time>2013/12/20 20:55:50.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>573</record>
<time>2013/12/20 20:55:50.948</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>574</record>
<time>2013/12/20 20:55:50.948</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>575</record>
<time>2013/12/20 20:55:51.289</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>576</record>
<time>2013/12/20 20:55:51.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>577</record>
<time>2013/12/20 20:55:51.503</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>578</record>
<time>2013/12/20 20:55:51.503</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>579</record>
<time>2013/12/20 20:55:51.511</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [XtraReports package]</description>
<guid>{625908B4-E24E-4D9A-AB5A-51055E9E6D62}</guid>
</entry>
<entry>
<record>580</record>
<time>2013/12/20 20:55:51.512</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>581</record>
<time>2013/12/20 20:55:51.512</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>582</record>
<time>2013/12/20 20:55:51.512</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>583</record>
<time>2013/12/20 20:55:51.519</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft Visual Studio Designer Bootstrap Package]</description>
<guid>{AC2D3F3C-563E-4308-BC26-E00D49746A74}</guid>
</entry>
<entry>
<record>584</record>
<time>2013/12/20 20:55:51.520</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>585</record>
<time>2013/12/20 20:55:51.520</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>586</record>
<time>2013/12/20 20:55:51.520</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>587</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
</entry>
<entry>
<record>588</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>589</record>
<time>2013/12/20 20:55:51.530</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>590</record>
<time>2013/12/20 20:55:51.530</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>591</record>
<time>2013/12/20 20:55:51.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.LightSwitch.VSIntegration.Project.ProjectUpgradeDelegator.ProjectUpgradeDelegatorPackage, Microsoft.LightSwitch.UpgradeDelegator, Version=11.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A913423B-D79B-4CC2-9B85-351C679B40AC}</guid>
</entry>
<entry>
<record>592</record>
<time>2013/12/20 20:55:51.535</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>593</record>
<time>2013/12/20 20:55:51.536</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>594</record>
<time>2013/12/20 20:55:51.536</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>595</record>
<time>2013/12/20 20:55:51.582</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [TestWindowPackage]</description>
<guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid>
</entry>
<entry>
<record>596</record>
<time>2013/12/20 20:55:54.317</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>597</record>
<time>2013/12/20 20:55:54.317</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>598</record>
<time>2013/12/20 20:55:54.318</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>599</record>
<time>2013/12/20 20:55:54.319</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\*\webdirprjui.dll</path>
</entry>
<entry>
<record>600</record>
<time>2013/12/20 20:55:54.320</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Web Developer Project Persistance Package]</description>
<guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
</entry>
<entry>
<record>601</record>
<time>2013/12/20 20:55:55.147</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>602</record>
<time>2013/12/20 20:55:55.148</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>603</record>
<time>2013/12/20 20:55:55.148</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>604</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>605</record>
<time>2013/12/20 20:55:55.161</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>606</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>607</record>
<time>2013/12/20 20:55:55.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Events Service Hosting Package]</description>
<guid>{9DA57A40-22DE-4CC9-896A-500489DCE0E7}</guid>
</entry>
<entry>
<record>608</record>
<time>2013/12/20 20:55:55.166</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Hosting Package]</description>
<guid>{68939055-38E0-4D17-92CB-8909710D8178}</guid>
</entry>
<entry>
<record>609</record>
<time>2013/12/20 20:55:56.688</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>610</record>
<time>2013/12/20 20:55:56.688</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>611</record>
<time>2013/12/20 20:55:56.688</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>612</record>
<time>2013/12/20 20:55:56.739</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Explorers and Designers Package]</description>
<guid>{8D8529D3-625D-4496-8354-3DAD630ECC1B}</guid>
</entry>
<entry>
<record>613</record>
<time>2013/12/20 20:55:57.877</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>614</record>
<time>2013/12/20 20:55:57.877</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>615</record>
<time>2013/12/20 20:55:57.877</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>616</record>
<time>2013/12/20 20:55:58.002</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [DesignerPackage]</description>
<guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid>
</entry>
<entry>
<record>617</record>
<time>2013/12/20 20:55:58.638</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Windows.Forms.TextBox against framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>618</record>
<time>2013/12/20 20:55:58.639</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>619</record>
<time>2013/12/20 20:55:58.639</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>620</record>
<time>2013/12/20 20:55:58.639</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>621</record>
<time>2013/12/20 20:55:58.640</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Resources Package]</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>622</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>The item provider re-added the existing object, indicating that it supports framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>623</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Windows.Forms.TextBox against framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>624</record>
<time>2013/12/20 20:55:58.642</time>
<type>Information</type>
<source>VisualStudio</source>
<description>The item provider re-added the existing object, indicating that it supports framework .NETFramework,Version=v4.5</description>
<guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
<record>625</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Evaluating type System.Web.UI.WebControls.AccessDataSource against framework .NETFramework,Version=v4.5</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>626</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>627</record>
<time>2013/12/20 20:55:58.652</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>628</record>
<time>2013/12/20 20:55:58.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>629</record>
<time>2013/12/20 20:55:58.654</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Web Developer Web Package]</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>630</record>
<time>2013/12/20 20:55:58.659</time>
<type>Information</type>
<source>VisualStudio</source>
<description>No item of type System.Web.UI.WebControls.AccessDataSource supports framework .NETFramework,Version=v4.5</description>
<guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid>
</entry>
<entry>
<record>631</record>
<time>2013/12/20 20:55:59.138</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>632</record>
<time>2013/12/20 20:55:59.138</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>633</record>
<time>2013/12/20 20:55:59.138</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>634</record>
<time>2013/12/20 20:55:59.142</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.Initialization.InitializationPackage, Microsoft.VisualStudio.TeamFoundation.InitializationPackage, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{75DF55D4-EC28-47FC-88AC-BE56203C9012}</guid>
</entry>
<entry>
<record>635</record>
<time>2013/12/20 20:55:59.575</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>636</record>
<time>2013/12/20 20:55:59.575</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>637</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>638</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>639</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>640</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>641</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>642</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>643</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>644</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>645</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>646</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>647</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>648</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>649</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>650</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>651</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>652</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>653</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>654</record>
<time>2013/12/20 20:55:59.576</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>655</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>656</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>657</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>658</record>
<time>2013/12/20 20:55:59.577</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>659</record>
<time>2013/12/20 20:55:59.582</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>660</record>
<time>2013/12/20 20:55:59.598</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>661</record>
<time>2013/12/20 20:55:59.598</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
<path>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VB\Bin\*\msvbprjui.dll</path>
</entry>
<entry>
<record>662</record>
<time>2013/12/20 20:55:59.599</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>663</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>664</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>665</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>666</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>667</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>668</record>
<time>2013/12/20 20:55:59.668</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>669</record>
<time>2013/12/20 20:56:00.121</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>670</record>
<time>2013/12/20 20:56:00.136</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.JSLS.JavaScriptLanguageServicePackage, Microsoft.VisualStudio.JSLS, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>671</record>
<time>2013/12/20 20:56:00.142</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.JSLS.JavaScriptLanguageServicePackage, Microsoft.VisualStudio.JSLS, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{D62C17C6-44B3-4E5D-B0AA-1C5536E979D9}</guid>
</entry>
<entry>
<record>672</record>
<time>2013/12/20 20:56:05.447</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>673</record>
<time>2013/12/20 20:56:05.447</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.WitPackage, Microsoft.VisualStudio.TeamFoundation.WorkItemTracking, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>674</record>
<time>2013/12/20 20:56:05.556</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.WitPackage, Microsoft.VisualStudio.TeamFoundation.WorkItemTracking, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{CA39E596-31ED-4B34-AA36-5F0240457A7E}</guid>
</entry>
<entry>
<record>675</record>
<time>2013/12/20 20:56:14.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>676</record>
<time>2013/12/20 20:56:14.293</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>677</record>
<time>2013/12/20 20:56:14.329</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft VSDesigner WCF Package]</description>
<guid>{BC9CA0B3-BB4F-449A-967C-29A8FAE32086}</guid>
</entry>
<entry>
<record>678</record>
<time>2013/12/20 20:57:09.064</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>679</record>
<time>2013/12/20 20:57:09.079</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Settings and Project Designers Package]</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>680</record>
<time>2013/12/20 20:57:09.161</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Settings and Project Designers Package]</description>
<guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
</entry>
<entry>
<record>681</record>
<time>2013/12/20 20:57:09.315</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>682</record>
<time>2013/12/20 20:57:09.316</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Code Analysis Package]</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>683</record>
<time>2013/12/20 20:57:09.468</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Code Analysis Package]</description>
<guid>{B20604B0-72BC-4953-BB92-95BF26D30CFA}</guid>
</entry>
<entry>
<record>684</record>
<time>2013/12/20 21:03:33.210</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>685</record>
<time>2013/12/20 21:03:33.210</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio XML Editor Package]</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>686</record>
<time>2013/12/20 21:03:33.257</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio XML Editor Package]</description>
<guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid>
</entry>
<entry>
<record>687</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>688</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Code Snippets Package]</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>689</record>
<time>2013/12/20 21:03:33.344</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Code Snippets Package]</description>
<guid>{0B680757-2C29-4531-80FA-535A5178AA98}</guid>
</entry>
<entry>
<record>690</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
<entry>
<record>691</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Class Outline Package]</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
<entry>
<record>692</record>
<time>2013/12/20 21:03:33.581</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Class Outline Package]</description>
<guid>{21AF45B0-FFA5-11D0-B63F-00A0C922E851}</guid>
</entry>
</activity>
Both the table and the graph work fine independently when I call my data access method for each object. I dont want to have to call the data access method twice. This report has the potential to be very large, and the larger the better for my customers. These are the exact steps I took that led to this failure:
1 - Set Report data source to the ObjectDataSource (lets call that dsFuel)
2 - Change Table data source from dsFuel to None.
3 - Set Table binding data source to ReportItem.DataObject
4 - Set Filter on Table =Fields.FuelLevel = =False
5 - Change Graph data source from dsFuel to None --- **** This is where VS crashes ******
So I have a two questions. Is this a known issue? Am I correctly setting this up to have both the Table and Graph use the same data source?