Advertisement
Ollii

error IE xaml

Aug 21st, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1. Startup URI: D:\Olivier\Development\Repositories\UI.views.java.xsl\Java\res\xaml\StudentView.xaml
  2. Application Identity:
  3.  
  4. System.Windows.Markup.XamlParseException: Cannot create instance of 'DropShadowEffect' defined in assembly 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Exception has been thrown by the target of an invocation. Error at object 'System.Windows.Controls.Border' in markup file 'D:/Olivier/Development/Repositories/UI.views.java.xsl/Java/res/xaml/StudentView.xaml' Line 39 Position 12.
  5. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  6. ---> System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
  7. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
  8. at System.Security.CodeAccessPermission.Demand()
  9. at MS.Internal.PresentationCore.SecurityHelper.DemandUIWindowPermission()
  10. at System.Windows.Media.Effects.Effect..ctor()
  11. at System.Windows.Media.Effects.DropShadowEffect..ctor()
  12. The action that failed was:
  13. Demand
  14. The type of the first permission that failed was:
  15. System.Security.Permissions.UIPermission
  16. The first permission that failed was:
  17. <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  18. version="1"
  19. Window="AllWindows"/>
  20.  
  21. The demand was for:
  22. <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  23. version="1"
  24. Window="AllWindows"/>
  25.  
  26. The granted set of the failing assembly was:
  27. <PermissionSet class="System.Security.PermissionSet"
  28. version="1">
  29. <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  30. version="1"
  31. Access="Open"/>
  32. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  33. version="1"
  34. Read="D:\Olivier\Development\Repositories\UI.views.java.xsl\Java\res\xaml\"
  35. PathDiscovery="D:\Olivier\Development\Repositories\UI.views.java.xsl\Java\res\xaml\"/>
  36. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  37. version="1"
  38. Flags="Execution"/>
  39. <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  40. version="1"
  41. Window="SafeTopLevelWindows"
  42. Clipboard="OwnClipboard"/>
  43. <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  44. version="1"
  45. Level="SafePrinting"/>
  46. <IPermission class="System.Security.Permissions.MediaPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  47. version="1"
  48. Audio="SafeAudio"
  49. Video="SafeVideo"
  50. Image="SafeImage"/>
  51. <IPermission class="System.Security.Permissions.WebBrowserPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  52. version="1"
  53. Level="Safe"/>
  54. </PermissionSet>
  55.  
  56. --- End of inner exception stack trace ---
  57. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
  58. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
  59. at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
  60. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  61. at System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
  62. --- End of inner exception stack trace ---
  63. at System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
  64. at System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
  65. at System.Windows.Markup.BamlRecordReader.ThrowExceptionWithLine(String message, Exception innerException)
  66. at System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
  67. at System.Windows.Markup.BamlRecordReader.GetElementAndFlags(BamlElementStartRecord bamlElementStartRecord, Object& element, ReaderFlags& flags, Type& delayCreatedType, Int16& delayCreatedTypeId)
  68. at System.Windows.Markup.BamlRecordReader.BaseReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
  69. at System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
  70. at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
  71. at System.Windows.Markup.BamlRecordReader.Read(BamlRecord bamlRecord, Int32 lineNumber, Int32 linePosition)
  72. at System.Windows.Markup.XamlTreeBuilder.BamlRecordWriterSyncUpdate(BamlRecord bamlRecord, Int32 lineNumber, Int32 linePosition)
  73. at System.Windows.Markup.XamlTreeBuilderBamlRecordWriter.WriteBamlRecord(BamlRecord bamlRecord, Int32 lineNumber, Int32 linePosition)
  74. at System.Windows.Markup.BamlRecordWriter.WriteElementStart(XamlElementStartNode xamlElementNode)
  75. at System.Windows.Markup.TreeBuilderXamlTranslator.WriteElementStart(XamlElementStartNode xamlElementStartNode)
  76. at System.Windows.Markup.XamlParser.ProcessXamlNode(XamlNode xamlNode, Boolean& cleanup, Boolean& done)
  77. at System.Windows.Markup.XamlParser.ReadXaml(Boolean singleRecordMode)
  78. at System.Windows.Markup.TreeBuilderXamlTranslator._Parse()
  79. at System.Windows.Markup.XamlParser.Parse()
  80. at System.Windows.Markup.XamlTreeBuilder.ParseFragment()
  81. at System.Windows.Markup.TreeBuilder.Parse()
  82. at System.Windows.Markup.XamlReader.LoadAsync(Stream stream, ParserContext parserContext)
  83. at MS.Internal.AppModel.AppModelKnownContentFactory.XamlConverter(Stream stream, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter)
  84. at MS.Internal.AppModel.MimeObjectFactory.GetObjectAndCloseStream(Stream s, ContentType contentType, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter)
  85. at System.Windows.Navigation.NavigationService.GetObjectFromResponse(WebRequest request, WebResponse response, Uri destinationUri, Object navState)
  86. at System.Windows.Navigation.NavigationService.HandleWebResponse(IAsyncResult ar)
  87. at System.Windows.Navigation.NavigationService.<>c__DisplayClassc.<HandleWebResponseOnRightDispatcher>b__8(Object unused)
  88. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  89. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  90. at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  91. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  92. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  93. at System.Threading.ExecutionContext.runTryCode(Object userData)
  94. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  95. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  96. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  97. at System.Windows.Threading.DispatcherOperation.Invoke()
  98. at System.Windows.Threading.Dispatcher.ProcessQueue()
  99. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  100. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  101. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  102. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  103. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  104. at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  105. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
  106. at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
  107. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  108. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  109. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  110. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  111. at System.Windows.Threading.Dispatcher.Run()
  112. at System.Windows.Application.RunDispatcher(Object ignore)
  113. at System.Windows.Application.StartDispatcherInBrowser(Object unused)
  114. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  115. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  116. at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  117. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  118. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  119. at System.Threading.ExecutionContext.runTryCode(Object userData)
  120. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  121. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  122. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  123. at System.Windows.Threading.DispatcherOperation.Invoke()
  124. at System.Windows.Threading.Dispatcher.ProcessQueue()
  125. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  126. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  127. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  128. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  129. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  130. at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
  131. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
  132. at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
  133. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  134.  
  135.  
  136. -----------------------
  137.  
  138. PresentationHost.exe v4.0.31106.0 built by: Main - C:\Windows\SysWOW64\PresentationHost.exe
  139. ntdll.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\ntdll.dll
  140. KERNEL32.DLL v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\KERNEL32.DLL
  141. KERNELBASE.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\KERNELBASE.dll
  142. ADVAPI32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\ADVAPI32.dll
  143. USER32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\USER32.dll
  144. msvcrt.dll v7.0.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\msvcrt.dll
  145. ole32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\ole32.dll
  146. OLEAUT32.dll v6.3.9600.16506 - C:\Windows\SYSTEM32\OLEAUT32.dll
  147. mscoree.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\mscoree.dll
  148. SHLWAPI.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\SHLWAPI.dll
  149. WININET.dll v11.00.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\WININET.dll
  150. urlmon.dll v11.00.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\urlmon.dll
  151. SHELL32.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\SHELL32.dll
  152. sechost.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\sechost.dll
  153. RPCRT4.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\RPCRT4.dll
  154. GDI32.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\GDI32.dll
  155. combase.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\combase.dll
  156. iertutil.dll v11.00.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\iertutil.dll
  157. USERENV.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\USERENV.dll
  158. SspiCli.dll v6.3.9600.16408 (winblue_gdr.130920-1803) - C:\Windows\SYSTEM32\SspiCli.dll
  159. profapi.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\profapi.dll
  160. CRYPTBASE.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\CRYPTBASE.dll
  161. bcryptPrimitives.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\bcryptPrimitives.dll
  162. IMM32.DLL v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\system32\IMM32.DLL
  163. MSCTF.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\MSCTF.dll
  164. shcore.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\shcore.dll
  165. PresentationHost_v0400.dll v4.0.30319.33440 built by: FX45W81RTMREL - C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationHost_v0400.dll
  166. MSVCR120_CLR0400.dll v12.00.20806.33440 built by: FX45W81RTMREL - C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
  167. VERSION.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\VERSION.dll
  168. PSAPI.DLL v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\PSAPI.DLL
  169. kernel.appcore.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\kernel.appcore.dll
  170. uxtheme.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\system32\uxtheme.dll
  171. clbcatq.dll v2001.12.10530.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\clbcatq.dll
  172. CRYPTSP.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\CRYPTSP.dll
  173. rsaenh.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\system32\rsaenh.dll
  174. bcrypt.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\bcrypt.dll
  175. ieproxy.dll v11.00.9600.17031 (winblue_gdr.140221-1952) - C:\Program Files (x86)\Internet Explorer\ieproxy.dll
  176. PROPSYS.dll v7.00.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\PROPSYS.dll
  177. msxml3.dll v8.110.9600.16483 - C:\Windows\System32\msxml3.dll
  178. PresentationHostDLL.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\Microsoft.NET\Framework\v3.0\WPF\PresentationHostDLL.dll
  179. MSVCR80.dll v8.00.50727.8428 - C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.8428_none_d08a11e2442dc25d\MSVCR80.dll
  180. actxprxy.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\actxprxy.dll
  181. sxs.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\sxs.dll
  182. PresentationHostProxy.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\PresentationHostProxy.dll
  183. dwmapi.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\system32\dwmapi.dll
  184. Secur32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\Secur32.dll
  185. mscoreei.dll v4.0.30319.34209 built by: FX452RTMGDR - C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
  186. mscorwks.dll v2.0.50727.8000 (FX35W81RTMGDR.050727-8000) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
  187. mscorlib.ni.dll v2.0.50727.8000 (FX35W81RTMGDR.050727-8000) - C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\3de119146ed0e59408f896aa69cdfc42\mscorlib.ni.dll
  188. System.ni.dll v2.0.50727.7905 (win9rel.050727-7900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System\20af51394609c937507288c2b1cf2c8c\System.ni.dll
  189. WindowsBase.ni.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\assembly\NativeImages_v2.0.50727_32\WindowsBase\3dce9bc573ada6f51434af3d3460a746\WindowsBase.ni.dll
  190. PresentationCore.ni.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationCore\7eb357737121e026292287e3f53aae21\PresentationCore.ni.dll
  191. PresentationFramework.ni.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\495d89631724cf0e7b1ace2c1edb4fa9\PresentationFramework.ni.dll
  192. wpfgfx_v0300.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\Microsoft.NET\Framework\v3.0\WPF\wpfgfx_v0300.dll
  193. System.Drawing.ni.dll v2.0.50727.7905 (win9rel.050727-7900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\d76ae95d56d39a59f727f5518ac8e396\System.Drawing.ni.dll
  194. PresentationUI.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\assembly\GAC_MSIL\PresentationUI\3.0.0.0__31bf3856ad364e35\PresentationUI.dll
  195. PresentationFramework.Aero.ni.dll v3.0.6920.7903 built by: Win9Rel - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\8e9ae0fb899850e416f1c7f19e91b64c\PresentationFramework.Aero.ni.dll
  196. System.Configuration.ni.dll v2.0.50727.7905 (win9rel.050727-7900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\97272e5adde36ea896d7216bf0270e15\System.Configuration.ni.dll
  197. System.Xml.ni.dll v2.0.50727.7905 (win9rel.050727-7900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\672138dc2f47a077f59ef14290a6973e\System.Xml.ni.dll
  198. mscorjit.dll v2.0.50727.7905 (win9rel.050727-7900) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
  199. powrprof.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\SYSTEM32\powrprof.dll
  200. WtsApi32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\WtsApi32.dll
  201. WINSTA.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\WINSTA.dll
  202. d3d9.dll v6.3.9600.16404 (winblue_gdr.130913-2141) - C:\Windows\SYSTEM32\d3d9.dll
  203. nvd3dum.dll v9.18.13.4788 - C:\Windows\SYSTEM32\nvd3dum.dll
  204. WINMM.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\WINMM.dll
  205. WINMMBASE.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\WINMMBASE.dll
  206. cfgmgr32.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\cfgmgr32.dll
  207. DEVOBJ.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\DEVOBJ.dll
  208. nvSCPAPI.dll v7.17.13.4788 - C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
  209. SETUPAPI.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\SETUPAPI.dll
  210. nvapi.dll v9.18.13.4788 - C:\Windows\system32\nvapi.dll
  211. WINTRUST.dll v6.3.9600.17016 (winblue_gdr.140201-2007) - C:\Windows\SYSTEM32\WINTRUST.dll
  212. CRYPT32.dll v6.3.9600.16431 (winblue_gdr.131015-2301) - C:\Windows\SYSTEM32\CRYPT32.dll
  213. MSASN1.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\SYSTEM32\MSASN1.dll
  214. dxgi.dll v6.3.9600.17031 (winblue_gdr.140221-1952) - C:\Windows\system32\dxgi.dll
  215. msctfui.dll v6.3.9600.16384 (winblue_rtm.130821-1623) - C:\Windows\system32\msctfui.dll
  216. diasymreader.dll v8.0.50727.7905 (win9rel.050727-7900) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement