![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Bug in Bitmap Sources (Jpeg Decoder) Hi, My application displays images - which reside on the internet and hosted via an Image control (URISource)- and I have found occasionally the entire application will crash trying to displaying certain jpeg files and show error message 'Error HRESULT E_FAIL has been returned from a call to a COM component' (full text below). I have attached a sample jpg file to this post (hopefully I can attach files here) - which actually shows this error (this jpg displays no problems in IE and other drawing programs). Using this file - this error can be reproduced with the following xaml code - <Image Source="<path>\test.jpg"/> I can't seem to catch this error by any simple means (so can't gracefully handle it and the entire app crashes) - so was wondering if this was a bug and if there was a workaround. thanks Niall / mobilewares.net <error text displayed in XBAP error message window> Startup URI: P:\XXXXXXXXXXXXXXXXXXXXXXXXXXx Application Identity: XXXXXXXXXXXXX, Version=1.50.50.50, Culture=neutral, PublicKeyToken=3d0aac646c17fc1a, processorArchitecture=msil/XBAPFlickr.exe, Version=1.50.50.50, Culture=neutral, PublicKeyToken=3d0aac646c17fc1a, processorArchitecture=msil, type=win32 System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at MS.Internal.HRESULT.Check(Int32 hr) at System.Windows.Media.Imaging.BitmapSource.get_DUCECompatibleMILPtr() at System.Windows.Media.Imaging.BitmapSource.UpdateBitmapSourceResource(Channel channel, Boolean skipOnChannelCheck) at System.Windows.Media.Imaging.BitmapSource.AddRefOnChannelCore(Channel channel) at System.Windows.Media.Imaging.BitmapSource.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel channel) at System.Windows.Media.RenderData.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel channel) at System.Windows.UIElement.RenderContent(RenderContext ctx) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.UpdateChildren(RenderContext ctx, ResourceHandle handle) at System.Windows.Media.Visual.RenderRecursive(RenderContext ctx) at System.Windows.Media.Visual.Render(RenderContext ctx, UInt32 childIndex) at System.Windows.Media.CompositionTarget.Compile() at System.Windows.Media.CompositionTarget.System.Windows.Media.ICompositionTarget.Render(Boolean inResize) at System.Windows.Media.MediaContext.Render(ICompositionTarget resizedCompositionTarget) at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter) at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.StartDispatcherInBrowser(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter) at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) ----------------------- PresentationHost.exe v3.0.6327.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\System32\PresentationHost.exe ntdll.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\ntdll.dll kernel32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\kernel32.dll msvcrt.dll v7.0.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msvcrt.dll ADVAPI32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\ADVAPI32.dll RPCRT4.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\RPCRT4.dll USER32.dll v5.1.2600.2622 (xpsp_sp2_gdr.050301-1519) - C:\WINDOWS\system32\USER32.dll GDI32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\GDI32.dll ole32.dll v5.1.2600.2726 (xpsp_sp2_gdr.050725-1528) - C:\WINDOWS\system32\ole32.dll SHELL32.dll v6.00.2900.2763 (xpsp_sp2_gdr.050922-1642) - C:\WINDOWS\system32\SHELL32.dll SHLWAPI.dll v6.00.2900.2753 (xpsp_sp2_gdr.050902-1326) - C:\WINDOWS\system32\SHLWAPI.dll urlmon.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\urlmon.dll VERSION.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\VERSION.dll WININET.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\WININET.dll CRYPT32.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\CRYPT32.dll MSASN1.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\MSASN1.dll OLEAUT32.dll v5.1.2600.2180 - C:\WINDOWS\system32\OLEAUT32.dll IMM32.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\IMM32.DLL LPK.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\LPK.DLL USP10.dll v1.0420.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\USP10.dll comctl32.dll v6.0 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll comctl32.dll v5.82 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\comctl32.dll uxtheme.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\uxtheme.dll CLBCATQ.DLL v2001.12.4414.308 - C:\WINDOWS\System32\CLBCATQ.DLL COMRes.dll v2001.12.4414.258 - C:\WINDOWS\System32\COMRes.dll xpsp2res.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\xpsp2res.dll netapi32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\netapi32.dll SETUPAPI.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\SETUPAPI.dll appHelp.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\appHelp.dll CFiShlEx.dll v2.0.0.0 - C:\Utils\CFi\ShellToys\CFiShlEx.dll Secur32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\Secur32.dll dfshim.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\System32\dfshim.dll mscoree.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\System32\mscoree.dll PresentationHostDLL.dll v3.0.6327.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\WinFX\v3.0\WPF\PresentationHostDLL.dll mscorwks.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll MSVCR80.dll v8.00.50727.42 - C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\MSVCR80.dll mscorlib.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\3772546d515c0141b8f4b28dc2891ba5\mscorlib.ni.dll System.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\8fdbb232d94fbd48a43044037e3b1f04\System.ni.dll WindowsBase.ni.dll v3.0.6327.0 - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\WindowsBase\30de374550b94248a42270543b358fc9\WindowsBase.ni.dll PresentationCore.ni.dll v3.0.6327.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationCore\8737d121c3a52440b345af1898a7b5eb\PresentationCore.ni.dll PresentationFramework.ni.dll v3.0.6327.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\98538d5e08694f49aa3d567f5e335877\PresentationFramework.ni.dll msctfime.ime v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msctfime.ime ACTXPRXY.DLL v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\ACTXPRXY.DLL msi.dll v3.1.4000.2435 - C:\WINDOWS\System32\msi.dll SXS.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\SXS.DLL System.Xml.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\654e85496629024395f4d7cfce1b1226\System.Xml.ni.dll System.Drawing.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\1cb024b7c5e2a545ac00248d51a566cb\System.Drawing.ni.dll System.Windows.Forms.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\0b806376b01d6c40ab327ce68d3f12d6\System.Windows.Forms.ni.dll System.Security.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Security\cd015fde43652e4a8d81e486b37c37a2\System.Security.ni.dll rsaenh.dll v5.1.2600.2161 (xpsp.040706-1629) - C:\WINDOWS\System32\rsaenh.dll USERENV.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\USERENV.dll cryptnet.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\cryptnet.dll WLDAP32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\WLDAP32.dll WINHTTP.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\WINHTTP.dll SensApi.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\SensApi.dll Cabinet.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\Cabinet.dll mscorjit.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll System.Configuration.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\05c5434fb9301c4fbe6c859ffb85bafd\System.Configuration.ni.dll PresentationFramework.Luna.ni.dll v3.0.6327.0 - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\43a9806777cb1c49b1d72cc3edfc5089\PresentationFramework.Luna.ni.dll PresentationUI.ni.dll v3.0.6327.0 - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationUI\757ad929b3aa8149975ab31309c8ea9a\PresentationUI.ni.dll MWFL.dll v1.1.1.1 - P:\MCE\Flickr\Deployment\Debug\MWFL.dll Microsoft.VisualBasic.ni.dll v8.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualBas#\d6069aed8a6d0a43a12c6a8a0f678ebf\Microsoft.VisualBasic.ni.dll MilCore.dll v6.0.5378.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\System32\MilCore.dll WINMM.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\WINMM.dll WINTRUST.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\WINTRUST.dll IMAGEHLP.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\IMAGEHLP.dll wdmaud.drv v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\wdmaud.drv msacm32.drv v5.1.2600.0 (xpclient.010817-1148) - C:\WINDOWS\System32\msacm32.drv MSACM32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\MSACM32.dll midimap.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\midimap.dll d3d9.dll v5.03.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\d3d9.dll d3d8thk.dll v5.03.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\d3d8thk.dll PresentationNative_v0300.dll v3.0.6327.0 (vbl_wcp_avalon.060427-1623) - C:\WINDOWS\System32\PresentationNative_v0300.dll FlickrNet.dll v1.5.0.25414 - P:\MCE\Flickr\Deployment\Debug\FlickrNet.dll shfolder.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\shfolder.dll System.Web.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Web\b343bb071ab01945855e026d82e70753\System.Web.ni.dll WindowsCodecs.dll v6.0.5378.0 (winmain(wmbla).060426-1739) - C:\WINDOWS\System32\WindowsCodecs.dll msctf.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\msctf.dll System.Deployment.ni.dll v2.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Deployment\76494d38bf90b64e9158a79d4f879486\System.Deployment.ni.dll rasapi32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\rasapi32.dll rasman.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\rasman.dll WS2_32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\WS2_32.dll WS2HELP.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\WS2HELP.dll TAPI32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\TAPI32.dll rtutils.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\rtutils.dll msv1_0.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msv1_0.dll iphlpapi.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\iphlpapi.dll GoogleDesktopNetwork1.dll v(null) - C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork1.dll mswsock.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\mswsock.dll hnetcfg.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\hnetcfg.dll wshtcpip.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\wshtcpip.dll DNSAPI.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\DNSAPI.dll winrnr.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\winrnr.dll rasadhlp.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\rasadhlp.dll wsock32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\wsock32.dll mscms.dll v5.1.2600.2709 (xpsp_sp2_gdr.050628-1518) - C:\WINDOWS\System32\mscms.dll WINSPOOL.DRV v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\WINSPOOL.DRV WindowsCodecsExt.dll v6.0.5378.0 (winmain(wmbla).060426-1739) - C:\WINDOWS\System32\WindowsCodecsExt.dll icm32.dll v5.1.2600.2709 (xpsp_sp2_gdr.050628-1518) - C:\WINDOWS\System32\icm32.dll diasymreader.dll v8.0.50727.42 (RTM.050727-4200) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Too many update driver sources. | Drivers | |||
| WMI info from 2 sources | PowerShell | |||
| Installation Sources Error | Vista installation & setup | |||