Trying to add an event in calendar causes it to crash (version 7, beta 2)

Each time I try and add a new event or edit an existing event on the calendar, it crashes.  Right click, select New event - crash!
eM Client (7.0.25432.0)
Windows: Microsoft Windows NT 6.2.9200.0, Framework: 4.0.30319.42000
The following error has occurred:
System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add)    at MailClient.UI.Controls.ComboBoxCategory.SetSource(ICollection1 selectedItems, ItemType parentType)
   at MailClient.UI.Forms.formEvent…ctor()
   at MailClient.UI.Forms.formEvent…ctor(Folder folder, DateTime eventDate, Boolean allday)
   at MailClient.UI.Controls.controlCalendar.newEventToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at MailClient.Common.UI.Controls.ToolStripMenuItemEx.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at MailClient.Program.<>c.b__50_1()
at MailClient.ExceptionUtils.ExceptionUtils.Filter(BodyDelegate body, FilterDelegate filter, Action1 handler)<br><br><br><report xmlns="&lt;a href=" http:>" rel="nofollow"&gt;http://emclient.com/ns/report"&gt;;<br> <product><br> <name>eM Client</name><br> <version>7.0.25432.0</version><br> </product><br> <silent>false</silent><br> <environment><br> <osversion>Microsoft Windows NT 6.2.9200.0</osversion><br> <frameworkversion>4.0.30319.42000</frameworkversion><br> </environment><br> <exception><br> <type>System.ArgumentException</type><br> <message>An item with the same key has already been added.</message><br> <source>mscorlib</source><br> <stack><br> <frame> <br> <method><br> <modulename>mscorlib.dll</modulename><br> <metadatatoken>100664097</metadatatoken><br> <assembly>mscorlib</assembly><br> <type>System.ThrowHelper</type><br> <name>ThrowArgumentException</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.ExceptionResource</type><br> <name>resource</name><br> </parameter><br> </parameters><br> </method><br> <offset>10</offset><br> <nativeoffset>34</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>mscorlib.dll</modulename><br> <metadatatoken>100677536</metadatatoken><br> <assembly>mscorlib</assembly><br> <type>System.Collections.Generic.Dictionary2
Insert


mscorlib

key


mscorlib

value


mscorlib
System.Boolean
add



0
b3aea2




MailClient.exe
100675259
MailClient
MailClient.UI.Controls.ComboBoxCategory
SetSource


mscorlib
System.Collections.Generic.ICollection1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</type><br> <name>selectedItems</name><br> </parameter><br> <parameter><br> <assembly>MailClient.Accounts</assembly><br> <type>MailClient.Storage.Application.ItemType</type><br> <name>parentType</name><br> </parameter><br> </parameters><br> </method><br> <offset>3d</offset><br> <nativeoffset>107</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.exe</modulename><br> <metadatatoken>100671880</metadatatoken><br> <assembly>MailClient</assembly><br> <type>MailClient.UI.Forms.formEvent</type><br> <name>.ctor</name><br> <parameters></parameters><br> </method><br> <offset>17</offset><br> <nativeoffset>62</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.exe</modulename><br> <metadatatoken>100671881</metadatatoken><br> <assembly>MailClient</assembly><br> <type>MailClient.UI.Forms.formEvent</type><br> <name>.ctor</name><br> <parameters><br> <parameter><br> <assembly>MailClient.Accounts</assembly><br> <type>MailClient.Storage.Application.Folder</type><br> <name>folder</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.DateTime</type><br> <name>eventDate</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Boolean</type><br> <name>allday</name><br> </parameter><br> </parameters><br> </method><br> <offset>0</offset><br> <nativeoffset>1b</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.exe</modulename><br> <metadatatoken>100676315</metadatatoken><br> <assembly>MailClient</assembly><br> <type>MailClient.UI.Controls.controlCalendar</type><br> <name>newEventToolStripMenuItem_Click</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Object</type><br> <name>sender</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>0</offset><br> <nativeoffset>1af</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679166</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItem</type><br> <name>RaiseEvent</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Object</type><br> <name>key</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>15</offset><br> <nativeoffset>6d</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679482</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripMenuItem</type><br> <name>OnClick</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>17</offset><br> <nativeoffset>45</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.Common.UI.dll</modulename><br> <metadatatoken>100665538</metadatatoken><br> <assembly>MailClient.Common.UI</assembly><br> <type>MailClient.Common.UI.Controls.ToolStripMenuItemEx</type><br> <name>OnClick</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>0</offset><br> <nativeoffset>d</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679101</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItem</type><br> <name>HandleClick</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>3b</offset><br> <nativeoffset>c3</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679110</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItem</type><br> <name>HandleMouseUp</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.MouseEventArgs</type><br> <name>e</name><br> </parameter><br> </parameters><br> </method><br> <offset>c6</offset><br> <nativeoffset>201</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679087</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItem</type><br> <name>FireEventInteractive</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItemEventType</type><br> <name>met</name><br> </parameter><br> </parameters><br> </method><br> <offset>46</offset><br> <nativeoffset>88</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100679086</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItem</type><br> <name>FireEvent</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.EventArgs</type><br> <name>e</name><br> </parameter><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripItemEventType</type><br> <name>met</name><br> </parameter><br> </parameters><br> </method><br> <offset>c9</offset><br> <nativeoffset>8edb1c</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100678124</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStrip</type><br> <name>OnMouseUp</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.MouseEventArgs</type><br> <name>mea</name><br> </parameter><br> </parameters><br> </method><br> <offset>6f</offset><br> <nativeoffset>b1</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100678643</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripDropDown</type><br> <name>OnMouseUp</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.MouseEventArgs</type><br> <name>mea</name><br> </parameter><br> </parameters><br> </method><br> <offset>0</offset><br> <nativeoffset>23</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100666912</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Control</type><br> <name>WmMouseUp</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.MouseButtons</type><br> <name>button</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>clicks</name><br> </parameter><br> </parameters><br> </method><br> <offset>184</offset><br> <nativeoffset>27e</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100666928</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Control</type><br> <name>WndProc</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>62f</offset><br> <nativeoffset>913230</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100676306</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ScrollableControl</type><br> <name>WndProc</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>34</offset><br> <nativeoffset>2f</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100678175</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStrip</type><br> <name>WndProc</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>e3</offset><br> <nativeoffset>49</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100678674</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ToolStripDropDown</type><br> <name>WndProc</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>71</offset><br> <nativeoffset>35</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100684775</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Control+ControlNativeWindow</type><br> <name>OnMessage</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>0</offset><br> <nativeoffset>12</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100684778</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Control+ControlNativeWindow</type><br> <name>WndProc</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Message&amp;</type><br> <name>m</name><br> </parameter><br> </parameters><br> </method><br> <offset>8e</offset><br> <nativeoffset>34</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100674667</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.NativeWindow</type><br> <name>DebuggableCallback</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.IntPtr</type><br> <name>hWnd</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>msg</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.IntPtr</type><br> <name>wparam</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.IntPtr</type><br> <name>lparam</name><br> </parameter><br> </parameters><br> </method><br> <offset>25</offset><br> <nativeoffset>5d</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100681139</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.UnsafeNativeMethods</type><br> <name>DispatchMessageW</name><br> <parameters><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.NativeMethods+MSG&amp;</type><br> <name>msg</name><br> </parameter><br> </parameters><br> </method><br> <offset>ffffffff</offset><br> <nativeoffset>0</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100684342</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Application+ComponentManager</type><br> <name>System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.IntPtr</type><br> <name>dwComponentID</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>reason</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>pvLoopData</name><br> </parameter><br> </parameters><br> </method><br> <offset>173</offset><br> <nativeoffset>24c</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100684388</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Application+ThreadContext</type><br> <name>RunMessageLoopInner</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>reason</name><br> </parameter><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ApplicationContext</type><br> <name>context</name><br> </parameter><br> </parameters><br> </method><br> <offset>1df</offset><br> <nativeoffset>154</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>System.Windows.Forms.dll</modulename><br> <metadatatoken>100684387</metadatatoken><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.Application+ThreadContext</type><br> <name>RunMessageLoop</name><br> <parameters><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Int32</type><br> <name>reason</name><br> </parameter><br> <parameter><br> <assembly>System.Windows.Forms</assembly><br> <type>System.Windows.Forms.ApplicationContext</type><br> <name>context</name><br> </parameter><br> </parameters><br> </method><br> <offset>14</offset><br> <nativeoffset>4b</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.exe</modulename><br> <metadatatoken>100688144</metadatatoken><br> <assembly>MailClient</assembly><br> <type>MailClient.Program+&lt;&gt;c</type><br> <name>&lt;Main&gt;b__50_1</name><br> <parameters></parameters><br> </method><br> <offset>17</offset><br> <nativeoffset>38</nativeoffset><br> <br> <frame> <br> <method><br> <modulename>MailClient.ExceptionUtils.dll</modulename><br> <metadatatoken>100663314</metadatatoken><br> <assembly>MailClient.ExceptionUtils</assembly><br> <type>MailClient.ExceptionUtils.ExceptionUtils</type><br> <name>Filter</name><br> <parameters><br> <parameter><br> <assembly>MailClient.ExceptionUtils</assembly><br> <type>MailClient.ExceptionUtils.ExceptionUtils+BodyDelegate</type><br> <name>body</name><br> </parameter><br> <parameter><br> <assembly>MailClient.ExceptionUtils</assembly><br> <type>MailClient.ExceptionUtils.ExceptionUtils+FilterDelegate</type><br> <name>filter</name><br> </parameter><br> <parameter><br> <assembly>mscorlib</assembly><br> <type>System.Action1[[System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
handler



0
22






MailClient.exe
C:\Program Files (x86)\eM Client\MailClient.exe
MailClient.exe
MailClient.exe
7.0.25432.0
eM Client
eM Client
7.0.25432.0
False
False
False
False
False
Language Neutral


ntdll.dll
C:\WINDOWS\SYSTEM32\ntdll.dll
ntdll.dll
ntdll.dll.mui
10.0.10586.0 (th2_release.151029-1700)
NT Layer DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MSCOREE.DLL
C:\WINDOWS\SYSTEM32\MSCOREE.DLL
mscoree.dll
mscoree.dll
10.0.10586.0 (th2_release.151029-1700)
Microsoft .NET Runtime Execution Engine
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


KERNEL32.dll
C:\WINDOWS\SYSTEM32\KERNEL32.dll
kernel32
kernel32
10.0.10586.0 (th2_release.151029-1700)
Windows NT BASE API Client DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


KERNELBASE.dll
C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Kernelbase.dll
Kernelbase.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows NT BASE API Client DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


ADVAPI32.dll
C:\WINDOWS\SYSTEM32\ADVAPI32.dll
advapi32.dll
advapi32.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Advanced Windows 32 Base API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


msvcrt.dll
C:\WINDOWS\SYSTEM32\msvcrt.dll
msvcrt.dll
msvcrt.dll
7.0.10586.0 (th2_release.151029-1700)
Windows NT CRT DLL
Microsoft® Windows® Operating System
7.0.10586.0
False
False
False
False
False
English (United States)


sechost.dll
C:\WINDOWS\SYSTEM32\sechost.dll
sechost.dll
sechost.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Host for SCM/SDDL/LSA Lookup APIs
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


RPCRT4.dll
C:\WINDOWS\SYSTEM32\RPCRT4.dll
rpcrt4.dll
rpcrt4.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Remote Procedure Call Runtime
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


SspiCli.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
security.dll
security.dll
10.0.10586.0 (th2_release.151029-1700)
Security Support Provider Interface
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


CRYPTBASE.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
cryptbase.dll
cryptbase.dll
10.0.10586.0 (th2_release.151029-1700)
Base cryptographic API DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


bcryptPrimitives.dll
C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
bcryptprimitives.dll
bcryptprimitives.dll
10.0.10586.0 (th2_release.151029-1700)
Windows Cryptographic Primitives Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


mscoreei.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
mscoreei.dll
mscoreei.dll
4.6.1038.0 built by: NETFXREL2
Microsoft .NET Runtime Execution Engine
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


SHLWAPI.dll
C:\WINDOWS\SYSTEM32\SHLWAPI.dll
SHLWAPI
SHLWAPI.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Shell Light-weight Utility Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


combase.dll
C:\WINDOWS\SYSTEM32\combase.dll
COMBASE.DLL
COMBASE.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Microsoft COM for Windows
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


GDI32.dll
C:\WINDOWS\SYSTEM32\GDI32.dll
gdi32
gdi32
10.0.10586.306 (th2_release_sec.160422-1850)
GDI Client DLL
Microsoft® Windows® Operating System
10.0.10586.306
False
False
False
False
False
English (United States)


USER32.dll
C:\WINDOWS\SYSTEM32\USER32.dll
user32
user32
10.0.10586.0 (th2_release.151029-1700)
Multi-User Windows USER API Client DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


IMM32.DLL
C:\WINDOWS\SYSTEM32\IMM32.DLL
imm32
imm32
10.0.10586.0 (th2_release.151029-1700)
Multi-User Windows IMM32 API Client DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


kernel.appcore.dll
C:\WINDOWS\SYSTEM32\kernel.appcore.dll
kernel.appcore.dll
kernel.appcore.dll
10.0.10586.0 (th2_release.151029-1700)
AppModel API Host
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


VERSION.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
version
VERSION.DLL
10.0.10586.0 (th2_release.151029-1700)
Version Checking and File Installation Libraries
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


clr.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
clr.dll
clr.dll
4.6.1080.0 built by: NETFXREL3STAGE
Microsoft .NET Runtime Common Language Runtime - WorkStation
Microsoft® .NET Framework
4.6.1080.0
False
False
False
True
False
English (United States)


MSVCR120_CLR0400.dll
C:\WINDOWS\SYSTEM32\MSVCR120_CLR0400.dll
msvcr120_clr0400.dll
msvcr120_clr0400.dll
12.00.52512.0 built by: VSWINSERVICING
Microsoft® C Runtime Library
Microsoft® Visual Studio® 2013
12.00.52512.0
False
False
False
False
False
English (United States)


mscorlib.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\mscorlib\b1ea5171f48fa1865ea45dd904735573\mscorlib.ni.dll
mscorlib.dll
mscorlib.dll
4.6.1080.0 built by: NETFXREL3STAGE
Microsoft Common Language Runtime Class Library
Microsoft® .NET Framework
4.6.1080.0
False
False
False
True
False
English (United States)


ole32.dll
C:\WINDOWS\SYSTEM32\ole32.dll
OLE32.DLL
OLE32.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Microsoft OLE for Windows
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


uxtheme.dll
C:\WINDOWS\system32\uxtheme.dll
UxTheme.dll
UxTheme.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft UxTheme Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


tiptsf.dll
C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\tiptsf.dll
TipTsf.dll
TipTsf.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Touch Keyboard and Handwriting Panel Text Services Framework
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


OLEAUT32.dll
C:\WINDOWS\SYSTEM32\OLEAUT32.dll
OLEAUT32.DLL

10.0.10586.0


10.0.10586.0
False
False
False
False
False
English (United States)


CRYPTSP.dll
C:\WINDOWS\SYSTEM32\CRYPTSP.dll
cryptsp.dll
cryptsp.dll
10.0.10586.0 (th2_release.151029-1700)
Cryptographic Service Provider API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


rsaenh.dll
C:\WINDOWS\system32\rsaenh.dll
rsaenh.dll
rsaenh.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft Enhanced Cryptographic Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


bcrypt.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
bcrypt.dll
bcrypt.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows Cryptographic Primitives Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


System.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System\3a4f0a84904c4b568b6621b30306261c\System.ni.dll
System.dll
System.dll
4.6.1081.0 built by: NETFXREL3STAGE
.NET Framework
Microsoft® .NET Framework
4.6.1081.0
False
False
False
True
False
English (United States)


clrjit.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
clrjit.dll
clrjit.dll
4.6.1080.0 built by: NETFXREL3STAGE
Microsoft .NET Runtime Just-In-Time Compiler
Microsoft® .NET Framework
4.6.1080.0
False
False
False
True
False
English (United States)


System.Drawing.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Drawing\387d8c4acd15ff2d479ebd491edb8e51\System.Drawing.ni.dll
System.Drawing.dll
System.Drawing.dll
4.6.1078.0 built by: NETFXREL3STAGE
.NET Framework
Microsoft® .NET Framework
4.6.1078.0
False
False
False
True
False
English (United States)


System.Windows.Forms.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\36f6762d29fc05f4d32b01a56ea0f8f8\System.Windows.Forms.ni.dll
System.Windows.Forms.dll
System.Windows.Forms.dll
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


MailClient.Interop.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.Interop\8101ca9a9a61a13d36bd0a763f9b6c0f\MailClient.Interop.ni.dll
MailClient.Interop.dll
MailClient.Interop.dll
7.0.25432.0


7.0.25432.0
False
False
False
False
False
Language Neutral


shell32.dll
C:\WINDOWS\SYSTEM32\shell32.dll
SHELL32
SHELL32.DLL.MUI
10.0.10586.103 (th2_release.160126-1819)
Windows Shell Common Dll
Microsoft® Windows® Operating System
10.0.10586.103
False
False
False
False
False
English (United Kingdom)


cfgmgr32.dll
C:\WINDOWS\SYSTEM32\cfgmgr32.dll
cfgmgr32.dll
CFGMGR32.DLL
10.0.10586.0 (th2_release.151029-1700)
Configuration Manager DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


windows.storage.dll
C:\WINDOWS\SYSTEM32\windows.storage.dll
Windows.Storage
Windows.Storage.dll.MUI
10.0.10586.0 (th2_release.151029-1700)
Microsoft WinRT Storage API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


shcore.dll
C:\WINDOWS\SYSTEM32\shcore.dll
SHCORE
SHCORE.dll.mui
10.0.10586.0 (th2_release.151029-1700)
SHCORE
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


powrprof.dll
C:\WINDOWS\SYSTEM32\powrprof.dll
POWRPROF
POWRPROF.DLL.MUI
10.0.10586.306 (th2_release_sec.160422-1850)
Power Profile Helper DLL
Microsoft® Windows® Operating System
10.0.10586.306
False
False
False
False
False
English (United Kingdom)


profapi.dll
C:\WINDOWS\SYSTEM32\profapi.dll
PROFAPI.DLL
PROFAPI.DLL
10.0.10586.0 (th2_release.151029-1700)
User Profile Basic API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MailClient.ExceptionUtils.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.ad6c0f7b#\300018af9e167d9c0073f99eb629ccb6\MailClient.ExceptionUtils.ni.dll
MailClient.ExceptionUtils.dll
MailClient.ExceptionUtils.dll
1.0.0.0
MailClient.ExceptionUtils
MailClient.ExceptionUtils
1.0.0.0
False
False
False
False
False
Language Neutral


WinApi.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\WinApi\c8e2310bd49831049b3bc98254001603\WinApi.ni.dll
WinApi.dll
WinApi.dll
1.1.25432.0
WinApi
WinApi
1.1.25432.0
False
False
False
False
False
Language Neutral


MailClient.Mail.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.Mail\53606b68c8659d8e8b3d9702601ec66f\MailClient.Mail.ni.dll
MailClient.Mail.dll
MailClient.Mail.dll
7.0.25432.0


7.0.25432.0
False
False
False
False
False
Language Neutral


Xilium.CefGlue.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Xilium.CefGlue\c6f60e6882154f6b64e76bb219e23130\Xilium.CefGlue.ni.dll
Xilium.CefGlue.dll
Xilium.CefGlue.dll
7.0.25432.0


7.0.25432.0
False
False
False
False
False
Language Neutral


libcef.DLL
C:\Program Files (x86)\eM Client\libcef.DLL
libcef
libcef.dll
3.2623.1405.g88b9d69
Chromium Embedded Framework (CEF) Dynamic Link Library
Chromium Embedded Framework (CEF) Dynamic Link Library
3.2623.1405.g88b9d69
False
False
False
False
False
English (United States)


PSAPI.DLL
C:\WINDOWS\SYSTEM32\PSAPI.DLL
PSAPI
PSAPI
10.0.10586.0 (th2_release.151029-1700)
Process Status Helper
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


USP10.dll
C:\WINDOWS\SYSTEM32\USP10.dll
USP10.DLL
USP10.DLL
10.0.10586.0 (th2_release.151029-1700)
Uniscribe Unicode script processor
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


COMDLG32.dll
C:\WINDOWS\SYSTEM32\COMDLG32.dll
comdlg32
comdlg32.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Common Dialogues DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


WINSPOOL.DRV
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
winspool.drv
winspool.drv.mui
10.0.10586.0 (th2_release.151029-1700)
Windows Spooler Driver
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


FirewallAPI.dll
C:\WINDOWS\SYSTEM32\FirewallAPI.dll
FirewallAPI.DLL
FirewallAPI.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Windows Firewall API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


NETAPI32.dll
C:\WINDOWS\SYSTEM32\NETAPI32.dll
NetApi32.DLL
NetApi32.DLL
10.0.10586.212 (th2_release_sec.160328-1908)
Net Win32 API DLL
Microsoft® Windows® Operating System
10.0.10586.212
False
False
False
False
False
English (United States)


COMCTL32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.0_none_d3c2e4e965da4528\COMCTL32.dll
comctl32
comctl32.DLL.MUI
6.10 (th2_release.151029-1700)
User Experience Controls Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


WS2_32.dll
C:\WINDOWS\SYSTEM32\WS2_32.dll
ws2_32.dll
ws2_32.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows Socket 2.0 32-Bit DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


CRYPT32.dll
C:\WINDOWS\SYSTEM32\CRYPT32.dll
CRYPT32.DLL
CRYPT32.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Crypto API32
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


WINHTTP.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
winhttp.dll
winhttp.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows HTTP Services
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MSASN1.dll
C:\WINDOWS\SYSTEM32\MSASN1.dll
msasn1.dll
msasn1.dll
10.0.10586.0 (th2_release.151029-1700)
ASN.1 Runtime APIs
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


urlmon.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
UrlMon.dll
UrlMon.dll.mui
11.00.10586.0 (th2_release.151029-1700)
OLE32 Extensions for Win32
Internet Explorer
11.00.10586.0
False
False
False
False
False
English (United Kingdom)


dhcpcsvc.DLL
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
dhcpcsvc.dll
dhcpcsvc.dll.mui
10.0.10586.0 (th2_release.151029-1700)
DHCP Client Service
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


WTSAPI32.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
wtsapi32.dll
wtsapi32.dll
10.0.10586.0 (th2_release.151029-1700)
Windows Remote Desktop Session Host Server SDK APIs
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


NSI.dll
C:\WINDOWS\SYSTEM32\NSI.dll
nsi.dll
nsi.dll
10.0.10586.0 (th2_release.151029-1700)
NSI User-mode interface DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


OLEACC.dll
C:\WINDOWS\SYSTEM32\OLEACC.dll
OLEACC
OLEACC.DLL
7.2.10586.212 (th2_release_sec.160328-1908)
Active Accessibility Core Component
Microsoft® Windows® Operating System
10.0.10586.212
False
False
False
False
False
Language Neutral


WINMM.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
winmm.dll
WINMM.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
MCI API DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


Secur32.dll
C:\WINDOWS\SYSTEM32\Secur32.dll
secur32.dll
secur32.dll
10.0.10586.0 (th2_release.151029-1700)
Security Support Provider Interface
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


IPHLPAPI.DLL
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
iphlpapi.dll
iphlpapi.dll.mui
10.0.10586.0 (th2_release.151029-1700)
IP Helper API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


iertutil.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
IeRtUtil.dll
IeRtUtil.dll.mui
11.00.10586.0 (th2_release.151029-1700)
Run time utility for Internet Explorer
Internet Explorer
11.00.10586.0
False
False
False
False
False
English (United Kingdom)


WINMMBASE.dll
C:\WINDOWS\SYSTEM32\WINMMBASE.dll
winmmbase.dll
WINMMbase.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Base Multimedia Extension API DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DAVHLPR.DLL
C:\WINDOWS\SYSTEM32\DAVHLPR.DLL
davhlpr.DLL
davhlpr.DLL
10.0.10586.0 (th2_release.151029-1700)
DAV Helper DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


USERENV.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
userenv
userenv.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Userenv
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


fwbase.dll
C:\WINDOWS\SYSTEM32\fwbase.dll
fwbase DLL
fwbase.dll
10.0.10586.162 (th2_release_sec.160223-1728)
Firewall Base DLL
Microsoft® Windows® Operating System
10.0.10586.162
False
False
False
False
False
English (United States)


System.Core.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Core\ea350a39df1334a4911cc92f58c85dd0\System.Core.ni.dll
System.Core.dll
System.Core.dll
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.Configuration.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Configuration\d1e6c00e339d9f64674d3a9e74403a7e\System.Configuration.ni.dll
System.Configuration.dll
System.Configuration.dll
4.6.1038.0 built by: NETFXREL2
System.Configuration.dll
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.Xml.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Xml\e1be3ec32aa5187ec7d760c55c55f6c0\System.Xml.ni.dll
System.Xml.dll
System.Xml.dll
4.6.1064.2 built by: NETFXREL3STAGE
.NET Framework
Microsoft® .NET Framework
4.6.1064.2
False
False
False
True
False
English (United States)


comctl32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10586.0_none_811bc0006c44242b\comctl32.dll
comctl32
comctl32.DLL.MUI
6.10 (th2_release.151029-1700)
User Experience Controls Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


dwmapi.dll
C:\WINDOWS\system32\dwmapi.dll
dwmapi.dll
dwmapi.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft Desktop Window Manager API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


MSCTF.dll
C:\WINDOWS\SYSTEM32\MSCTF.dll
MSCTF
MSCTF.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
MSCTF Server DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


gdiplus.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10586.20_none_22adb5eaa762c7fa\gdiplus.dll
gdiplus
gdiplus
10.0.10586.20 (th2_release_sec.151123-1940)
Microsoft GDI+
Microsoft® Windows® Operating System
10.0.10586.20
False
False
False
False
False
English (United States)


System.Runtime.Remoting.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Runt73a1fc9d#\5d28430b7c839d5059fb736e0f5d5f91\System.Runtime.Remoting.ni.dll
System.Runtime.Remoting.dll
System.Runtime.Remoting.dll
4.6.1038.0 built by: NETFXREL2
Microsoft .NET Runtime Object Remoting
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


mswsock.dll
C:\WINDOWS\system32\mswsock.dll
mswsock.dll
mswsock.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft Windows Sockets 2.0 Service Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


diasymreader.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
diasymreader.dll
diasymreader.dll
14.00.1038.0 built by: NETFXREL2
Dia based SymReader
Microsoft® Visual Studio® 12 CTP
14.00.1038.0
False
False
False
False
False
English (United States)


PROPSYS.dll
C:\WINDOWS\SYSTEM32\PROPSYS.dll
propsys.dll
propsys.dll.mui
7.00.10586.0 (th2_release.151029-1700)
Microsoft Property System
Windows® Search
7.00.10586.0
False
False
False
False
False
English (United Kingdom)


clbcatq.dll
C:\WINDOWS\SYSTEM32\clbcatq.dll
CLBCATQ.DLL
CLBCATQ.DLL
2001.12.10941.16384 (th2_release.151029-1700)
COM+ Configuration Catalog
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


sqlite3.dll
C:\Program Files (x86)\eM Client\SQLite\x86\sqlite3.dll






False
False
False
False
False



System.Data.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Data\9d2a808c4a37ba6c925241bd9bf1efea\System.Data.ni.dll
system.data.dll
system.data.dll
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.Data.dll
C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
system.data.dll
system.data.dll
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


Microsoft.Search.Interop.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Microsoft.Sd25cd4a4#\781fb8baf8736cb19d0c714929858b42\Microsoft.Search.Interop.ni.dll
Microsoft.Search.Interop
Microsoft.Search.Interop.dll
1.0.0.0

Assembly imported from type library ‘SearchAPILib’.
1.0.0.0
False
False
False
False
False
Invariant Language (Invariant Country)


System.Transactions.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Transactions\ebef418f08844f99287024d1790a62a4\System.Transactions.ni.dll
system.transactions.dll
system.transactions.dll
4.6.1080.0 built by: NETFXREL3STAGE
.NET Framework
Microsoft® .NET Framework
4.6.1080.0
False
False
False
True
False
English (United States)


System.Transactions.dll
C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
system.transactions.dll
system.transactions.dll
4.6.1080.0 built by: NETFXREL3STAGE
.NET Framework
Microsoft® .NET Framework
4.6.1080.0
False
False
False
True
False
English (United States)


System.EnterpriseServices.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Ente96d83b35#\b77b122a4890dc3c50050f907c11e015\System.EnterpriseServices.ni.dll
System.EnterpriseServices.dll
System.EnterpriseServices.dll
4.6.1038.0 built by: NETFXREL2
Microsoft .NET Services Support Infrastructure
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.EnterpriseServices.Wrapper.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Ente96d83b35#\b77b122a4890dc3c50050f907c11e015\System.EnterpriseServices.Wrapper.dll
System.EnterpriseServices.Wrapper.dll
System.EnterpriseServices.Wrapper.dll
4.6.1038.0 built by: NETFXREL2
Microsoft .NET Services Native Thunks
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.EnterpriseServices.Wrapper.dll
C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll
System.EnterpriseServices.Wrapper.dll
System.EnterpriseServices.Wrapper.dll
4.6.1038.0 built by: NETFXREL2
Microsoft .NET Services Native Thunks
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


MailClient.Streams.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.Streams\ac4319dd8c261c80d4669b815a10a0a7\MailClient.Streams.ni.dll
MailClient.Streams.dll
MailClient.Streams.dll
7.0.25432.0


7.0.25432.0
False
False
False
False
False
Language Neutral


MailClient.Attachment.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.ff7bbfa2#\c993a676f9a9c7657672b06c305efbbc\MailClient.Attachment.ni.dll
MailClient.Attachment.dll
MailClient.Attachment.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


Google.GData.Client.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Google.GData.Client\776c0774571926b46b1fa1ecec33e76d\Google.GData.Client.ni.dll
Google.GData.Client.dll
Google.GData.Client.dll
2.2.0.0
Google Data API Core Library
Google GData Client Libraries
2.2.0.0
False
False
False
False
False
Language Neutral


MailClient.Storage.Category.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.4824fbfc#\511cb1c96213da7fd00cabeb6e177daa\MailClient.Storage.Category.ni.dll
MailClient.Storage.Category.dll
MailClient.Storage.Category.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


MailClient.Storage.Security.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.c1d859fa#\333f4cf2427fa1787bb30e089a5f5527\MailClient.Storage.Security.ni.dll
MailClient.Storage.Security.dll
MailClient.Storage.Security.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


MailClient.Storage.Snippet.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.c3eb0b89#\7edc1e9390e8d587ca2aa7d766b6d021\MailClient.Storage.Snippet.ni.dll
MailClient.Storage.Snippet.dll
MailClient.Storage.Snippet.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


MailClient.Storage.Template.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.319ca19c#\3aa82714026e8a5dcf77f35b1780c604\MailClient.Storage.Template.ni.dll
MailClient.Storage.Template.dll
MailClient.Storage.Template.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


MailClient.Storage.Rule.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.1fe73d22#\39d534d9410d0c623dbcb3dcaeed7cd1\MailClient.Storage.Rule.ni.dll
MailClient.Storage.Rule.dll
MailClient.Storage.Rule.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


NLAapi.dll
C:\WINDOWS\system32\NLAapi.dll
nlaapi.dll
nlaapi.dll
10.0.10586.0 (th2_release.151029-1700)
Network Location Awareness 2
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


dhcpcsvc6.DLL
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
dhcpcsvc6.dll
dhcpcsvc6.dll.mui
10.0.10586.0 (th2_release.151029-1700)
DHCPv6 Client
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


audioses.dll
C:\WINDOWS\system32\audioses.dll
AudioSession
AudioSes.Dll.MUI
10.0.10586.0 (th2_release.151029-1700)
Audio Session
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MMDevAPI.DLL
C:\WINDOWS\system32\MMDevAPI.DLL
MMDeviceAPI
MMDevAPI.Dll.MUI
10.0.10586.0 (th2_release.151029-1700)
MMDevice API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


wintypes.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
Windows Base Types DLL
WinTypes.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows Base Types DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DEVOBJ.dll
C:\WINDOWS\system32\DEVOBJ.dll
devinfoset.dll
devinfoset.DLL
10.0.10586.0 (th2_release.151029-1700)
Device Information Set DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


SETUPAPI.dll
C:\WINDOWS\SYSTEM32\SETUPAPI.dll
SETUPAPI.DLL
SETUPAPI.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Windows Setup API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


WINTRUST.dll
C:\WINDOWS\SYSTEM32\WINTRUST.dll
WINTRUST.DLL
WINTRUST.DLL
10.0.10586.0 (th2_release.151029-1700)
Microsoft Trust Verification APIs
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DWrite.dll
C:\WINDOWS\SYSTEM32\DWrite.dll
DWrite
DWrite
10.0.10586.0 (th2_release.151029-1700)
Microsoft DirectX Typography Services
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


Accessibility.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Accessibility\10fa2167d8a5d8e968bc708ca8dfbd0e\Accessibility.ni.dll
UNKNOWN_FILE
UNKNOWN_FILE
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


WindowsCodecs.dll
C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
WindowsCodecs
WindowsCodecs
10.0.10586.306 (th2_release_sec.160422-1850)
Microsoft Windows Codecs Library
Microsoft® Windows® Operating System
10.0.10586.306
False
False
False
False
False
English (United States)


dataexchange.dll
C:\WINDOWS\system32\dataexchange.dll
DataExchange
DataExchange.dll
10.0.10586.0 (th2_release.151029-1700)
Data exchange
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


dcomp.dll
C:\WINDOWS\system32\dcomp.dll
dcomp.dll
dcomp.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft DirectComposition Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


d3d11.dll
C:\WINDOWS\system32\d3d11.dll
D3D11.dll
D3D11.dll
10.0.10586.122 (th2_release_inmarket.160222-1549)
Direct3D 11 Runtime
Microsoft® Windows® Operating System
10.0.10586.122
False
False
False
False
False
English (United States)


dxgi.dll
C:\WINDOWS\system32\dxgi.dll
dxgi.dll
dxgi.dll
10.0.10586.306 (th2_release_sec.160422-1850)
DirectX Graphics Infrastructure
Microsoft® Windows® Operating System
10.0.10586.306
False
False
False
False
False
English (United States)


twinapi.appcore.dll
C:\WINDOWS\system32\twinapi.appcore.dll
twinapi.appcore
twinapi.appcore.dll.mui
10.0.10586.0 (th2_release.151029-1700)
twinapi.appcore
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


napinsp.dll
C:\WINDOWS\system32\napinsp.dll
napinsp.dll
napinsp.dll.mui
10.0.10586.0 (th2_release.151029-1700)
E-mail Naming Shim Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


pnrpnsp.dll
C:\WINDOWS\system32\pnrpnsp.dll
pnrpnsp.dll
pnrpnsp.dll.mui
10.0.10586.0 (th2_release.151029-1700)
PNRP Name Space Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DNSAPI.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
dnsapi
dnsapi
10.0.10586.0 (th2_release.151029-1700)
DNS Client API DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


winrnr.dll
C:\WINDOWS\System32\winrnr.dll
winrnr
winrnr
10.0.10586.0 (th2_release.151029-1700)
LDAP RnR Provider DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


wshbth.dll
C:\WINDOWS\System32\wshbth.dll
wshbth.dll
wshbth.dll
10.0.10586.306 (th2_release_sec.160422-1850)
Windows Sockets Helper DLL
Microsoft® Windows® Operating System
10.0.10586.306
False
False
False
False
False
English (United States)


Microsoft.VisualBasic.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Microsoft.V9921e851#\92605feae357a151eac9deb53e7131ba\Microsoft.VisualBasic.ni.dll
Microsoft.VisualBasic.DLL
Microsoft.VisualBasic.DLL
14.6.1038.0 built by: NETFXREL2
Visual Basic Runtime Library
Microsoft® .NET Framework
14.6.1038.0
False
False
False
True
False
English (United States)


ntmarta.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
ntmarta.dll
ntmarta.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows NT MARTA provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


uiautomationcore.dll
C:\Windows\SYSTEM32\uiautomationcore.dll
UIAutomationCore.dll
UIAutomationCore.dll.mui
7.2.10586.0 (th2_release.151029-1700)
Microsoft UI Automation Core
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


sxs.dll
C:\WINDOWS\SYSTEM32\sxs.dll
SXS.DLL
SXS.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Fusion 2.5
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


WINNSI.DLL
C:\WINDOWS\SYSTEM32\WINNSI.DLL
winnsi.dll
winnsi.dll
10.0.10586.0 (th2_release.151029-1700)
Network Store Information RPC interface
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MailClient.Sasl.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.Sasl\9ac37d5da58572d168c70bac1cb9d6e2\MailClient.Sasl.ni.dll
MailClient.Sasl.dll
MailClient.Sasl.dll
7.0.25432.0


7.0.25432.0
False
False
False
False
False
Language Neutral


Bcp47Langs.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
BCP47Lang.dll
BCP47Lang.dll
10.0.10586.0 (th2_release.151029-1700)
BCP47 Language Classes
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


LINKINFO.dll
C:\WINDOWS\SYSTEM32\LINKINFO.dll
LINKINFO
LINKINFO.DLL
10.0.10586.0 (th2_release.151029-1700)
Windows Volume Tracking
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


ntshrui.dll
C:\WINDOWS\SYSTEM32\ntshrui.dll
ntshrui
ntshrui.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Shell extensions for sharing
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


srvcli.dll
C:\WINDOWS\SYSTEM32\srvcli.dll
SRVCLI.DLL
SRVCLI.DLL
10.0.10586.212 (th2_release_sec.160328-1908)
Server Service Client DLL
Microsoft® Windows® Operating System
10.0.10586.212
False
False
False
False
False
English (United States)


cscapi.dll
C:\WINDOWS\SYSTEM32\cscapi.dll
cscapi.dll
cscapi.dll
10.0.10586.0 (th2_release.151029-1700)
Offline Files Win32 API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


rasadhlp.dll
C:\Windows\System32\rasadhlp.dll
rasadhlp.dll
rasadhlp.dll
10.0.10586.71 (th2_release.160115-1852)
Remote Access AutoDial Helper
Microsoft® Windows® Operating System
10.0.10586.71
False
False
False
False
False
English (United States)


fwpuclnt.dll
C:\WINDOWS\System32\fwpuclnt.dll
fwpuclnt.dll
fwpuclnt.dll.mui
10.0.10586.0 (th2_release.151029-1700)
FWP/IPsec User-Mode API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


schannel.dll
C:\WINDOWS\SYSTEM32\schannel.dll
schannel.dll
schannel.dll.mui
10.0.10586.0 (th2_release.151029-1700)
TLS / SSL Security Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


mskeyprotect.dll
C:\WINDOWS\SYSTEM32\mskeyprotect.dll
mskeyprotect.dll
mskeyprotect.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft Key Protection Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


ncrypt.dll
C:\WINDOWS\SYSTEM32\ncrypt.dll
ncrypt.dll
ncrypt.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Windows NCrypt Router
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


NTASN1.dll
C:\WINDOWS\SYSTEM32\NTASN1.dll
ntasn1.dll
ntasn1.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft ASN.1 API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


ncryptsslp.dll
C:\WINDOWS\system32\ncryptsslp.dll
ncryptsslp.dll
ncryptsslp.dll
10.0.10586.0 (th2_release.151029-1700)
Microsoft SChannel Provider
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


QuartzTypeLib.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\QuartzTypeLib\ac8b5d6019825329c907b1444ce9efad\QuartzTypeLib.ni.dll
QuartzTypeLib
QuartzTypeLib.dll
1.0.0.0

Assembly imported from type library ‘QuartzTypeLib’.
1.0.0.0
False
False
False
False
False
Invariant Language (Invariant Country)


wdmaud.drv
C:\WINDOWS\SYSTEM32\wdmaud.drv
wdmaud.drv
wdmaud.drv.mui
10.0.10586.0 (th2_release.151029-1700)
Winmm audio system driver
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


ksuser.dll
C:\WINDOWS\SYSTEM32\ksuser.dll
ksuser.dll
ksuser.dll
10.0.10586.0 (th2_release.151029-1700)
User CSA Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
Language Neutral


AVRT.dll
C:\WINDOWS\SYSTEM32\AVRT.dll
avrt.dll
avrt.dll
10.0.10586.0 (th2_release.151029-1700)
Multimedia Realtime Runtime
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


msacm32.drv
C:\WINDOWS\SYSTEM32\msacm32.drv
Microsoft Sound Mapper
msacm32.acm.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft Sound Mapper
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MSACM32.dll
C:\WINDOWS\SYSTEM32\MSACM32.dll
Microsoft ACM Audio Filter
msfltr32.acm.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft ACM Audio Filter
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


midimap.dll
C:\WINDOWS\SYSTEM32\midimap.dll
midimap
midimap.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Microsoft MIDI Mapper
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


rasapi32.dll
C:\WINDOWS\SYSTEM32\rasapi32.dll
rasapi32.dll
rasapi32.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Remote Access API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


rasman.dll
C:\WINDOWS\SYSTEM32\rasman.dll
Rasman.dll
Rasman.dll
10.0.10586.0 (th2_release.151029-1700)
Remote Access Connection Manager
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DSOUND.DLL
C:\WINDOWS\SYSTEM32\DSOUND.DLL
DirectSound
dsound.dll.mui
10.0.10586.0 (th2_release.151029-1700)
DirectSound
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


Google.GData.Contacts.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Google.GDat88526e68#\2c521370b1aac23e7b088a95ee3dddfa\Google.GData.Contacts.ni.dll
Google.GData.Contacts.dll
Google.GData.Contacts.dll
2.2.0.0
Google Data API Contacts Library
Google GData Client Libraries
2.2.0.0
False
False
False
False
False
Language Neutral


rtutils.dll
C:\WINDOWS\SYSTEM32\rtutils.dll
RTUTILS.DLL
RTUTILS.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Routing Utilities
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


ondemandconnroutehelper.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
OnDemandConnRouteHelper.dll
OnDemandConnRouteHelper.dll
10.0.10586.212 (th2_release_sec.160328-1908)
On Demand Connctiond Route Helper
Microsoft® Windows® Operating System
10.0.10586.212
False
False
False
False
False
English (United States)


Google.GData.Extensions.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\Google.GDatc9e696b1#\732f92544100203acaa0db15e85b0129\Google.GData.Extensions.ni.dll
Google.GData.Extensions.dll
Google.GData.Extensions.dll
2.2.0.0
Google Data API Extensions Library
Google GData Client Libraries
2.2.0.0
False
False
False
False
False
Language Neutral


WINSTA.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
winsta
winsta.dll
10.0.10586.0 (th2_release.151029-1700)
Winstation Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


gpapi.dll
C:\WINDOWS\SYSTEM32\gpapi.dll
gpapi.dll
gpapi.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Group Policy Client API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


mscms.dll
C:\WINDOWS\SYSTEM32\mscms.dll
MSCMS.DLL
MSCMS.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Microsoft Colour Matching System DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


SgmlReader.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\SgmlReader\8c6c04b908eb290ea9bbf01cf709e7ef\SgmlReader.ni.dll
SgmlReader.dll
SgmlReader.dll
7.0.25432.0
SgmlReader
SgmlReader
7.0.25432.0
False
False
False
False
False
Language Neutral


System.Web.Services.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Web.Services\5e2f32869d1f351a8cfa8558363be985\System.Web.Services.ni.dll
System.Web.Services.dll
System.Web.Services.dll
4.6.1038.0 built by: NETFXREL2
.NET Framework
Microsoft® .NET Framework
4.6.1038.0
False
False
False
True
False
English (United States)


System.Security.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Security\91f9fd761069c574650bc42173520315\System.Security.ni.dll
System.Security.dll
System.Security.dll
4.6.1073.0 built by: NETFXREL3STAGE
System.Security.dll
Microsoft® .NET Framework
4.6.1073.0
False
False
False
True
False
English (United States)


cryptnet.dll
C:\Windows\SYSTEM32\cryptnet.dll
CRYPTNET.DLL
CRYPTNET.DLL
10.0.10586.0 (th2_release.151029-1700)
Crypto Network Related API
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MLANG.dll
C:\WINDOWS\SYSTEM32\MLANG.dll
MLANG
MLANG.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
Multi Language Support DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


WININET.dll
C:\WINDOWS\SYSTEM32\WININET.dll
wininet.dll
wininet.dll.mui
11.00.10586.0 (th2_release.151029-1700)
Internet Extensions for Win32
Internet Explorer
11.00.10586.0
False
False
False
False
False
English (United Kingdom)


pcacli.dll
C:\WINDOWS\SYSTEM32\pcacli.dll


10.0.10586.0 (th2_release.151029-1700)
Program Compatibility Assistant Client Module
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MPR.dll
C:\WINDOWS\SYSTEM32\MPR.dll
mpr.dll
mpr.dll.mui
10.0.10586.0 (th2_release.151029-1700)
Multiple Provider Router DLL
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


sfc_os.dll
C:\WINDOWS\System32\sfc_os.dll
sfc_os.dll
sfc_os.dll
10.0.10586.0 (th2_release.151029-1700)
Windows File Protection
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


DEVRTL.dll
C:\WINDOWS\SYSTEM32\DEVRTL.dll
DEVRTL.dll
DEVRTL.DLL
10.0.10586.0 (th2_release.151029-1700)
Device Management Run Time Library
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


MailClient.Storage.Widget.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.a758b3a0#\520db544ec17a3843a14cfb1bc36d637\MailClient.Storage.Widget.ni.dll
MailClient.Storage.Widget.dll
MailClient.Storage.Widget.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral


atlthunk.dll
C:\WINDOWS\SYSTEM32\atlthunk.dll
atlthunk.dll
atlthunk.dll
10.0.10586.0 (th2_release.151029-1700)
atlthunk.dll
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United States)


explorerframe.dll
C:\WINDOWS\system32\explorerframe.dll
ExplorerFrame
ExplorerFrame.dll.mui
10.0.10586.0 (th2_release.151029-1700)
ExplorerFrame
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


edputil.dll
C:\WINDOWS\system32\edputil.dll
EDPUTIL.DLL
EDPUTIL.DLL.MUI
10.0.10586.0 (th2_release.151029-1700)
EDP util
Microsoft® Windows® Operating System
10.0.10586.0
False
False
False
False
False
English (United Kingdom)


MailClient.HtmlConversion.ni.dll
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\MailClient.2d2de33e#\844605dfdcdd70679f026a44e9a1e7a2\MailClient.HtmlConversion.ni.dll
MailClient.HtmlConversion.dll
MailClient.HtmlConversion.dll
0.0.0.0


0.0.0.0
False
False
False
False
False
Language Neutral